]> git.armaanb.net Git - sic.git/blobdiff - sic.1
hotfix
[sic.git] / sic.1
diff --git a/sic.1 b/sic.1
index 06cf0db6cf6b45e3d3dd019fe00f25280cd4fc5e..fc0cb2cf1154f28e685705efe6252b264dbea4fc 100644 (file)
--- a/sic.1
+++ b/sic.1
@@ -1,16 +1,19 @@
-.TH SIC 1 sic-0.0
+.TH SIC 1 sic-0.2
 .SH NAME
 sic \- simple irc client
 .SH SYNOPSIS
 .B sic
-.RB \-a
-.IR address
+.RB [ \-s
+.IR server ]
+.RB [ \-p
+.IR port ]
 .RB [ \-n
 .IR nick ]
+.RB [ \-k
+.IR keyword ]
 .RB [ \-f
 .IR fullname ]
-.RB [ \-p
-.IR password ]
+.RB \-v
 .RB [ \-v ]
 .SH DESCRIPTION
 .B sic
@@ -20,38 +23,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
-.BI \-a " address "
-Lets you specify the address which
-.B sic
-uses to listen for connections.  The syntax for
-.I address
-is taken (along with many other profound ideas) from the Plan 9 operating
-system and has the form
-.B tcp!hostname!port
-for tcp sockets.
-.BI \-p " password"
-Specifies the password to authenticate the nick on the server.
-.TP
-.BI \-n " nick "
-Specifies the nick name (default: $USER).
-.TP
-.BI \-f " fullname "
-Specifies the full name.
+.BI \-s " server"
+Overrides the default server (irc.oftc.net)
+.TP
+.BI \-p " port"
+Overrides the default port (6667)
+.TP
+.BI \-n " nickname"
+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)
+.TP
 .BI \-v
 Prints version information to standard output, then exits.
 .SH COMMANDS
 .TP
-.FN /j " #channel/user "
-join/query a channel/user
+.BI /j " #channel "
+Join a channel
+.TP
+.BI /l " #channel "
+Leave a channel
 .TP
-.FN /l " #channel "
-leave a channel/query
+.BI /m " #channel/user msg "
+Write a message to #channel/user
 .TP
-.FN /m " #channel/user msg "
-write a message to #channel/user
-.FN /t " topic"
-set the channel topic
+.BI /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.
-.TP