diff options
author | B. Watson <yalhcru@gmail.com> | 2021-09-14 00:07:42 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:24 +0700 |
commit | 901d10e94874d539c6f5b21523789a5e2343b0a9 (patch) | |
tree | a0cbb4e9775ece61b013b3c50e51146d85543ec3 /network/ircII/man/ircflush.1 | |
parent | ee5489e7ef85645b40c47b57d803c4ffe4f6c62f (diff) |
network/ircII: Updated for version 20210616_2.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/ircII/man/ircflush.1')
-rw-r--r-- | network/ircII/man/ircflush.1 | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/network/ircII/man/ircflush.1 b/network/ircII/man/ircflush.1 new file mode 100644 index 0000000000..35562f3ff5 --- /dev/null +++ b/network/ircII/man/ircflush.1 @@ -0,0 +1,30 @@ +.TH ircflush 1 "September 2021" "ircII @VERSION@" "SlackBuilds.org" +.SH NAME +ircflush \- a little program that tricks another program into line buffering its output +.SH SYNOPSIS +.B ircflush +.RB [ program ] +.RB [ arguments to program +.SH DESCRIPTION +What's the deal here? Well, it's like this. First we find an open +tty/pty pair. Then we fork three processes. The first reads from stdin +and sends the info to the master device. The next process reads from the +master device and sends stuff to stdout. The last processes is the rest +of the command line arguments exec'd. By doing all this, the exec'd +process is fooled into flushing each line of output as it occurs. +.P +This program is intended as a 'helper' for ircII scripts. +.SH OPTIONS +.TP +.B [ program ] +.TP +.B [ arguments to program] +.TP +.RE +.SH AUTHOR +.EX +Michael Sandrof +.EE +.SH SEE ALSO +.BR ircII (1), +.BR irc (1) |