X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=sic.1;h=a71037224c27653979373d895ef4bac697c1a93f;hb=2a372e2df178fc6912a004591e5049ebadcf4afc;hp=e7d04ffdd12120a69558091c7091f933f4ce5fda;hpb=e86d1bcf0ae7df29c4fc10fd61af2a829e542118;p=sic.git diff --git a/sic.1 b/sic.1 index e7d04ff..a710372 100644 --- a/sic.1 +++ b/sic.1 @@ -1,19 +1,12 @@ -.TH SIC 1 sic-0.0 +.TH SIC 1 sic-VERSION .SH NAME sic \- simple irc client .SH SYNOPSIS .B sic -.RB [ \-s -.IR server ] -.RB [ \-p -.IR port ] -.RB [ \-n -.IR nick ] -.RB [ \-k -.IR keyword ] -.RB [ \-f -.IR fullname ] -.RB \-v +.RB [ \-h " "] +.RB [ \-p " "] +.RB [ \-n " "] +.RB [ \-k " "] .RB [ \-v ] .SH DESCRIPTION .B sic @@ -23,39 +16,32 @@ also all channel traffic into one output, that you don't have to switch different channel buffers, that's actually a feature. .SH OPTIONS .TP -.BI \-s " server" -Overrides the default server (irc.oftc.net) +.B \-h +Overrides the default host (irc.oftc.net) .TP -.BI \-p " port" +.B \-p Overrides the default port (6667) .TP -.BI \-n " nickname" +.B \-n Override the default nick ($USER) .TP -.BI \-k " keyword" -Specifies the keyword to authenticate your nick on the server -.TP -.BI \-f " fullname" -Specify the real name (default is $USER) +.B \-k +Specifies the keyword to authenticate your nick on the host .TP .BI \-v Prints version information to standard output, then exits. .SH COMMANDS .TP -.BI /j " #channel " +.B :j #channel Join a channel .TP -.BI /l " #channel " +.B :l #channel Leave a channel .TP -.BI /m " #channel/user msg " +.B :m #channel/user msg Write a message to #channel/user .TP -.BI /s " #channel/user " +.B :s #channel/user Set default channel/user .TP -.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. +Everything which is not a command is simply send the server.