changeset: 198:05e56f0ebdcc
tag: tip
user: Andrew Antle <andrew.antle_AT_gmail.com>
date: Fri Aug 28 00:51:36 2009 -0400
files: tools.suckless.org/sic.md
description:
Minor changes
diff -r 2c66285a1644 -r 05e56f0ebdcc tools.suckless.org/sic.md
--- a/tools.suckless.org/sic.md Thu Aug 27 19:03:15 2009 +0100
+++ b/tools.suckless.org/sic.md Fri Aug 28 00:51:36 2009 -0400
_AT_@ -1,6 +1,6 @@
SIMPLE IRC CLIENT
=================
-sic is an extremely simple IRC client. It consists of lesser than 250 lines of code. It is the little brother of [irc it](/ii).
+sic is an extremely simple IRC client. It consists of less than 250 lines of code. It is the little brother of [irc it](/ii).
Download
--------
_AT_@ -8,7 +8,7 @@
Development
-----------
-You can [browse](
http://hg.suckless.org/sic) its source code repository or get a copy using [Mercurial](
http://www.selenic.com/mercurial/) with following command:
+You can [browse](
http://hg.suckless.org/sic) its source code repository or get a copy using [Mercurial](
http://www.selenic.com/mercurial/) with the following command:
hg clone
http://hg.suckless.org/sic
_AT_@ -33,9 +33,9 @@
<B>sic</B>
is an extremely 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.
+standard input and prints all server output to standard output. It multiplexes
+all channel traffic into one output so you don't have to switch
+different channel buffers; this is actually a feature.
<A NAME="lbAE"> </A>
<H2>OPTIONS</H2>
_AT_@ -51,7 +51,7 @@
<DT><B>-n <nickname></B>
<DD>
-Override the default nick ($USER)
+Overrides the default nick ($USER)
<DT><B>-k <keyword></B>
<DD>
_AT_@ -81,6 +81,6 @@
<DD>
Set default channel/user
-<DT>Everything which is not a command is simply send the server.<DD>
+<DT>Everything which is not a command is simply sent to the server.<DD>
<P>
</DL>
Received on Fri Aug 28 2009 - 06:55:32 CEST