]> git.armaanb.net Git - sic.git/blobdiff - sic.1
new tag
[sic.git] / sic.1
diff --git a/sic.1 b/sic.1
index 2d453d374e3964af3ccd4b1ee41edaa87d6bd0f9..ce63a02c8774639d2045c0551b42ed3ad88814a1 100644 (file)
--- a/sic.1
+++ b/sic.1
@@ -1,8 +1,13 @@
-.TH SIC 1 sic-0.0
+.TH SIC 1 sic-VERSION
 .SH NAME
 sic \- simple irc client
 .SH SYNOPSIS
 .B sic
+.RB [ \-s <server> ]
+.RB [ \-p <port> ]
+.RB [ \-n <nick> ]
+.RB [ \-k <keyword> ]
+.RB [ \-f <fullname> ]
 .RB [ \-v ]
 .SH DESCRIPTION
 .B sic
@@ -12,26 +17,39 @@ 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
+.B \-s <server>
+Overrides the default server (irc.oftc.net)
+.TP
+.B \-p <port>
+Overrides the default port (6667)
+.TP
+.B \-n <nickname>
+Override the default nick ($USER)
+.TP
+.B \-k <keyword>
+Specifies the keyword to authenticate your nick on the server
+.TP
+.B \-f <fullname>
+Specify the real name (default is $USER)
+.TP
 .BI \-v
 Prints version information to standard output, then exits.
 .SH COMMANDS
 .TP
-.BI /j " #channel/user "
-join/query a channel/user
+.B /j #channel
+Join a channel
+.TP
+.B /l #channel
+Leave a channel
 .TP
-.BI /l " #channel "
-leave a channel/query
+.B /m #channel/user msg
+Write a message to #channel/user
 .TP
-.BI /m " #channel/user msg "
-write a message to #channel/user
-.BI /t " topic"
-set the channel topic
+.B /s #channel/user
+Set default channel/user
+.TP
+.B /t topic
+Set the channel topic
 .TP
 Everything which is not a command will simply be posted into the channel or to
 the server.
-.SH CUSTOMIZATION
-.B sic
-is customized through editing its source code.  This keeps it fast, secure and
-simple. The source code contains the
-.I CUSTOMIZE
-keyword to highlight relevant portions for customization.