fixed sic man page

This commit is contained in:
Anselm R. Garbe 2007-02-09 17:07:29 +01:00
parent 1160be7ffa
commit bcda402396

11
sic.1
View File

@ -3,7 +3,7 @@
sic \- simple irc client sic \- simple irc client
.SH SYNOPSIS .SH SYNOPSIS
.B sic .B sic
.RB [ \-s " <server>"] .RB [ \-h " <host>"]
.RB [ \-p " <port>"] .RB [ \-p " <port>"]
.RB [ \-n " <nick>"] .RB [ \-n " <nick>"]
.RB [ \-k " <keyword>"] .RB [ \-k " <keyword>"]
@ -16,8 +16,8 @@ also all channel traffic into one output, that you don't have to switch
different channel buffers, that's actually a feature. different channel buffers, that's actually a feature.
.SH OPTIONS .SH OPTIONS
.TP .TP
.B \-s <server> .B \-h <host>
Overrides the default server (irc.oftc.net) Overrides the default host (irc.oftc.net)
.TP .TP
.B \-p <port> .B \-p <port>
Overrides the default port (6667) Overrides the default port (6667)
@ -26,7 +26,7 @@ Overrides the default port (6667)
Override the default nick ($USER) Override the default nick ($USER)
.TP .TP
.B \-k <keyword> .B \-k <keyword>
Specifies the keyword to authenticate your nick on the server Specifies the keyword to authenticate your nick on the host
.TP .TP
.BI \-v .BI \-v
Prints version information to standard output, then exits. Prints version information to standard output, then exits.
@ -47,5 +47,4 @@ Set default channel/user
.B :t #channel topic .B :t #channel 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 is simply send the server.
the server.