updated man page
This commit is contained in:
parent
de3d7ab3e2
commit
7146fd7ddd
@ -10,6 +10,9 @@ VERSION = 0.0
|
|||||||
LIBS = -L${PREFIX}/lib -L/usr/lib -lc
|
LIBS = -L${PREFIX}/lib -L/usr/lib -lc
|
||||||
|
|
||||||
# compiler
|
# compiler
|
||||||
CFLAGS = -g -Wall -O2 -I${PREFIX}/include -I/usr/include \
|
CFLAGS = -Os -I${PREFIX}/include -I/usr/include \
|
||||||
-DVERSION=\"${VERSION}\"
|
-DVERSION=\"${VERSION}\"
|
||||||
LDFLAGS = -g ${LIBS}
|
LDFLAGS = ${LIBS}
|
||||||
|
#CFLAGS = -g -Wall -O2 -I${PREFIX}/include -I/usr/include \
|
||||||
|
# -DVERSION=\"${VERSION}\"
|
||||||
|
#LDFLAGS = -g ${LIBS}
|
||||||
|
10
sic.1
10
sic.1
@ -29,6 +29,7 @@ is taken (along with many other profound ideas) from the Plan 9 operating
|
|||||||
system and has the form
|
system and has the form
|
||||||
.B tcp!hostname!port
|
.B tcp!hostname!port
|
||||||
for tcp sockets.
|
for tcp sockets.
|
||||||
|
.TP
|
||||||
.BI \-p " password"
|
.BI \-p " password"
|
||||||
Specifies the password to authenticate the nick on the server.
|
Specifies the password to authenticate the nick on the server.
|
||||||
.TP
|
.TP
|
||||||
@ -41,17 +42,16 @@ Specifies the full name.
|
|||||||
Prints version information to standard output, then exits.
|
Prints version information to standard output, then exits.
|
||||||
.SH COMMANDS
|
.SH COMMANDS
|
||||||
.TP
|
.TP
|
||||||
.FN /j " #channel/user "
|
.BI /j " #channel/user "
|
||||||
join/query a channel/user
|
join/query a channel/user
|
||||||
.TP
|
.TP
|
||||||
.FN /l " #channel "
|
.BI /l " #channel "
|
||||||
leave a channel/query
|
leave a channel/query
|
||||||
.TP
|
.TP
|
||||||
.FN /m " #channel/user msg "
|
.BI /m " #channel/user msg "
|
||||||
write a message to #channel/user
|
write a message to #channel/user
|
||||||
.FN /t " topic"
|
.BI /t " topic"
|
||||||
set the channel topic
|
set the channel topic
|
||||||
.TP
|
.TP
|
||||||
Everything which is not a command will simply be posted into the channel or to
|
Everything which is not a command will simply be posted into the channel or to
|
||||||
the server.
|
the server.
|
||||||
.TP
|
|
||||||
|
Loading…
Reference in New Issue
Block a user