diff options
| author | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-17 18:48:25 +0200 |
|---|---|---|
| committer | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-17 18:48:25 +0200 |
| commit | 7146fd7ddd96201f32c2f47db02c6b993b6295c5 (patch) | |
| tree | df6422ab9275b796e16dee4ad8067c9802f30703 | |
| parent | de3d7ab3e203e280c5e416728b54318bd016911e (diff) | |
| download | cic-7146fd7ddd96201f32c2f47db02c6b993b6295c5.tar.gz | |
updated man page
| -rw-r--r-- | config.mk | 7 | ||||
| -rw-r--r-- | sic.1 | 10 |
2 files changed, 10 insertions, 7 deletions
@@ -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} @@ -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 |
