diff options
author | June McEnroe <june@causal.agency> | 2019-10-30 19:47:24 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-10-30 19:47:24 -0400 |
commit | 4df8dd2fc826b3f7194ee52dbce4a9dc16c4b8af (patch) | |
tree | 9ee9a673a77fa2038e3277e943460e0ca0226b29 /pounce.1 | |
parent | Set away status upon connecting (diff) | |
download | pounce-4df8dd2fc826b3f7194ee52dbce4a9dc16c4b8af.tar.gz pounce-4df8dd2fc826b3f7194ee52dbce4a9dc16c4b8af.zip |
Add option for ring size
Diffstat (limited to 'pounce.1')
-rw-r--r-- | pounce.1 | 11 |
1 files changed, 10 insertions, 1 deletions
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 . |