X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=sic.1;h=aba8db8d9b7e4edbf2e36334b7ace0e0b064e100;hb=ec293427a0cc2ef7f561a60347ce940d567efb72;hp=ee6da16f22536b8007ab8b6c5d0a63d8fde46e54;hpb=bcda402396cb7691e60a2be01c5ba067f9fb27ee;p=sic.git diff --git a/sic.1 b/sic.1 index ee6da16..aba8db8 100644 --- a/sic.1 +++ b/sic.1 @@ -3,48 +3,52 @@ sic \- simple irc client .SH SYNOPSIS .B sic -.RB [ \-h " "] -.RB [ \-p " "] -.RB [ \-n " "] -.RB [ \-k " "] +.RB [ \-h +.IR host ] +.RB [ \-p +.IR port ] +.RB [ \-n +.IR nick ] +.RB [ \-k +.IR pass ] .RB [ \-v ] .SH DESCRIPTION .B sic -is an extremly fast, small and simple irc client. It reads commands from -standard input and prints all server output to standard output. It multiplexes -also all channel traffic into one output, that you don't have to switch -different channel buffers, that's actually a feature. +is an extremely fast, small and simple irc client. It reads commands from +standard input and prints all server output to standard output. It also +multiplexes all channel traffic into one output. That way you don't have to +switch different channel buffers. So that's actually a feature. .SH OPTIONS .TP -.B \-h +.BI \-h " host" Overrides the default host (irc.oftc.net) .TP -.B \-p +.BI \-p " port" Overrides the default port (6667) .TP -.B \-n +.BI \-n " nick" Override the default nick ($USER) .TP -.B \-k -Specifies the keyword to authenticate your nick on the host +.BI \-k " pass" +Specifies the PASS connection password .TP -.BI \-v -Prints version information to standard output, then exits. +.B \-v +Prints version information to stderr, then exits .SH COMMANDS .TP -.B :j #channel +.BI :j " #channel" Join a channel .TP -.B :l #channel +.BI :l " #channel" Leave a channel .TP -.B :m #channel/user msg -Write a message to #channel/user +.BI :m " #channel/user message" +Send a message to channel or user .TP -.B :s #channel/user -Set default channel/user +.BI :s " #channel/user" +Set default channel or user .TP -.B :t #channel topic -Set the channel topic -.TP -Everything which is not a command is simply send the server. +.BI : command +Any line beginning with +.B : +is sent as a command