[wiki] [sites] sic usage, minor tweaks || Hiltjo Posthuma

From: <git_AT_suckless.org>
Date: Wed, 27 Mar 2019 18:30:01 +0100

commit afdf7e6a5c3df6e6c060a17d01abacac7950c591
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
Date: Wed Mar 27 18:29:59 2019 +0100

    sic usage, minor tweaks

diff --git a/tools.suckless.org/sic/usage/index.md b/tools.suckless.org/sic/usage/index.md
index b46e63a5..1f7192cd 100644
--- a/tools.suckless.org/sic/usage/index.md
+++ b/tools.suckless.org/sic/usage/index.md
_AT_@ -1,25 +1,29 @@
 Usage
 =====
-Since sic uses stdin and stdout as its user interfaces, it is easy to
-combine it with other tools if you need more features. That way sic
-becomes an even better IRC client.
+
+Since sic uses stdin and stdout as its user interfaces, it is easy to combine
+it with other tools if you need more features.
+
+See also the sic(1) man page.
+
 
 History
 -------
-If you want to store what is being said, you can use the tee(1) command
-with sic:
 
- # sic | tee -a sic_history
+If you want to store what is being said, you can use the tee(1) command with
+sic:
+
+ $ sic | tee -a sic_history
+
 
 Highlighting
 ------------
-If you want to receive an alert in case someone mention your username,
-you can use awk(1):
+If you want to receive an alert in case someone mention your username, you can
+use awk(1):
 
- # sic | awk '/username/ ~ {printf ""}1'
+ $ sic | awk '/username/ ~ {printf ""}1'
 
-Using a tool like awk(1) would even allows you to be highlighted on
-specific channels for example. You can of course combine it with the
-tee(1) command above:
+Using a tool like awk(1) would allow you to be highlighted on specific channels
+for example. You can of course combine it with the tee(1) command above:
 
- # sic | tee -a sic_history | awk '/username/ ~ {printf ""}1'
+ $ sic | tee -a sic_history | awk '/username/ ~ {printf ""}1'
Received on Wed Mar 27 2019 - 18:30:01 CET

This archive was generated by hypermail 2.3.0 : Wed Mar 27 2019 - 18:36:26 CET