commit a51dd1750c5e84cc9bb899458eeb2d49f9ec1e3b
parent d81d9b17bea91080728b75a13f3af010d42b747e
Author: Cem Keylan <cem@ckyln.com>
Date:   Wed, 12 Feb 2020 15:43:07 +0300
update sb manpage to reflect changes
Diffstat:
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/sb.1 b/sb.1
@@ -1,4 +1,4 @@
-.TH "SB" "1" "sb-vnumber" 
+.TH "SB" "1" "sb-vnumber" "Cem Keylan"
 .hy
 .SH NAME
 .PP
@@ -6,8 +6,13 @@ sb - simple bar
 .SH DESCRIPTION
 .PP
 sb is a POSIX shell script that writes to WM_NAME to create a bar.
+It uses xsetroot(1). You can use your own functions by adding new
+functions to your \f[I]~/.config/sb-func\f[R] directory
 .SH OPTIONS
 .TP
+.B -d
+Use the default configuration
+.TP
 .B -n
 Print to stdout instead of WM_NAME
 .TP
@@ -24,6 +29,6 @@ Print version number to stdout and exit
 sb looks for \f[B]\[ti]/.config/sbrc\f[R] on startup
 .SH SEE ALSO
 .PP
-\f[B]sbrc\f[R](5)
+sbrc(5), xsetroot(1)
 .SH AUTHORS
 Cem Keylan.