a few corrections to manpage

This commit is contained in:
Connor Lane Smith 2012-04-20 00:15:32 +01:00
parent bade9ccb6c
commit a28f8b49c8
1 changed files with 25 additions and 18 deletions

43
sic.1
View File

@ -3,10 +3,14 @@
sic \- simple irc client sic \- simple irc client
.SH SYNOPSIS .SH SYNOPSIS
.B sic .B sic
.RB [ \-h " <host>"] .RB [ \-h
.RB [ \-p " <port>"] .IR host ]
.RB [ \-n " <nick>"] .RB [ \-p
.RB [ \-k " <keyword>"] .IR port ]
.RB [ \-n
.IR nick ]
.RB [ \-k
.IR pass ]
.RB [ \-v ] .RB [ \-v ]
.SH DESCRIPTION .SH DESCRIPTION
.B sic .B sic
@ -16,32 +20,35 @@ multiplexes all channel traffic into one output. That way you don't have to
switch different channel buffers. So that's actually a feature. switch different channel buffers. So that's actually a feature.
.SH OPTIONS .SH OPTIONS
.TP .TP
.B \-h <host> .BI \-h " host"
Overrides the default host (irc.oftc.net) Overrides the default host (irc.oftc.net)
.TP .TP
.B \-p <port> .BI \-p " port"
Overrides the default port (6667) Overrides the default port (6667)
.TP .TP
.B \-n <nickname> .BI \-n " nick"
Override the default nick ($USER) Override the default nick ($USER)
.TP .TP
.B \-k <keyword> .BI \-k " pass"
Specifies the keyword to authenticate your nick on the host Specifies the PASS connection password
.TP .TP
.BI \-v .B \-v
Prints version information to standard output, then exits Prints version information to stderr, then exits
.SH COMMANDS .SH COMMANDS
.TP .TP
.B :j #channel .BI :j " #channel"
Join a channel Join a channel
.TP .TP
.B :l #channel .BI :l " #channel"
Leave a channel Leave a channel
.TP .TP
.B :m #channel/user msg .BI :m " #channel/user message"
Write a message to #channel/user Send a message to channel or user
.TP .TP
.B :s #channel/user .BI :s " #channel/user"
Set default channel/user Set default channel or user
.TP .TP
Everything which is not a command is simply send the server. .BI : command
Any line beginning with
.B :
is sent as a command