From 4df8dd2fc826b3f7194ee52dbce4a9dc16c4b8af Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Wed, 30 Oct 2019 19:47:24 -0400 Subject: Add option for ring size --- pounce.1 | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'pounce.1') diff --git a/pounce.1 b/pounce.1 index f83882a..a3bfdd8 100644 --- a/pounce.1 +++ b/pounce.1 @@ -1,4 +1,4 @@ -.Dd October 29, 2019 +.Dd October 30, 2019 .Dt POUNCE 1 .Os . @@ -23,6 +23,7 @@ .Op Fl n Ar nick .Op Fl p Ar port .Op Fl r Ar real +.Op Fl s Ar size .Op Fl u Ar user .Op Fl w Ar pass .Op Ar config ... @@ -144,6 +145,14 @@ Set realname to .Ar real . The default realname is the same as the nickname. . +.It Fl s Ar size , Cm size = Ar size +Set the buffer +.Ar size . +This determines the maximum number of messages +stored in memory. +The size must be a power of two. +The default size is 4096. +. .It Fl u Ar user , Cm user = Ar user Set username to .Ar user . -- cgit 1.4.1