]> git.armaanb.net Git - sic.git/commitdiff
updated man page
authorAnselm R. Garbe <garbeam@wmii.de>
Mon, 17 Jul 2006 16:48:25 +0000 (18:48 +0200)
committerAnselm R. Garbe <garbeam@wmii.de>
Mon, 17 Jul 2006 16:48:25 +0000 (18:48 +0200)
config.mk
sic.1

index 6b4511212852c53d433abaea964f40684b5ec0c0..fc0db20f778df432553a8fe020cb17d2760b8212 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -10,6 +10,9 @@ VERSION = 0.0
 LIBS = -L${PREFIX}/lib -L/usr/lib -lc
 
 # compiler
-CFLAGS      = -g -Wall -O2 -I${PREFIX}/include -I/usr/include \
+CFLAGS      = -Os -I${PREFIX}/include -I/usr/include \
                        -DVERSION=\"${VERSION}\"
-LDFLAGS     = -g ${LIBS}
+LDFLAGS     = ${LIBS}
+#CFLAGS      = -g -Wall -O2 -I${PREFIX}/include -I/usr/include \
+#                      -DVERSION=\"${VERSION}\"
+#LDFLAGS     = -g ${LIBS}
diff --git a/sic.1 b/sic.1
index 06cf0db6cf6b45e3d3dd019fe00f25280cd4fc5e..d923fda14da1d74f621c6a1cec893ad037037b66 100644 (file)
--- a/sic.1
+++ b/sic.1
@@ -29,6 +29,7 @@ is taken (along with many other profound ideas) from the Plan 9 operating
 system and has the form
 .B tcp!hostname!port
 for tcp sockets.
+.TP
 .BI \-p " password"
 Specifies the password to authenticate the nick on the server.
 .TP
@@ -41,17 +42,16 @@ Specifies the full name.
 Prints version information to standard output, then exits.
 .SH COMMANDS
 .TP
-.FN /j " #channel/user "
+.BI /j " #channel/user "
 join/query a channel/user
 .TP
-.FN /l " #channel "
+.BI /l " #channel "
 leave a channel/query
 .TP
-.FN /m " #channel/user msg "
+.BI /m " #channel/user msg "
 write a message to #channel/user
-.FN /t " topic"
+.BI /t " topic"
 set the channel topic
 .TP
 Everything which is not a command will simply be posted into the channel or to
 the server.
-.TP