aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-04 12:13:23 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-04 12:13:23 +1200
commit45f259ccb69972c2c3848cd6970e2244a395d464 (patch)
treee7bdacacbc34a91d7ab172a4d746249bc74eeccf /man
parentMake mktd(1) call in rndl(1) only if needed (diff)
downloaddotfiles-45f259ccb69972c2c3848cd6970e2244a395d464.tar.gz
dotfiles-45f259ccb69972c2c3848cd6970e2244a395d464.zip
Change clwr(1) to POSIX sh
Diffstat (limited to 'man')
-rw-r--r--man/man1/clwr.18
1 files changed, 4 insertions, 4 deletions
diff --git a/man/man1/clwr.1 b/man/man1/clwr.1
index 5b5a1eee..ecb29f5c 100644
--- a/man/man1/clwr.1
+++ b/man/man1/clwr.1
@@ -1,15 +1,15 @@
.TH CLWR 1 "August 2016" "Manual page for clwr"
.SH NAME
.B clwr
-\- clear screen, accept Readline line, write line
+\- clear screen, read line from terminal, write line to file
.SH SYNOPSIS
.B clwr
file
.SH DESCRIPTION
.B clwr
-clears the screen, accepts a line of Readline input from stdin, writes it to
-the given file, and loops. This is for use in minimal socket-network programs
-like ii(1), along with clrd(1).
+clears the screen, accepts a line of input from stdin, writes it to the given
+file, and loops. This is for use in minimal socket-network programs like ii(1),
+along with clrd(1).
.SH SEE ALSO
clrd(1), ii(1)
.SH AUTHOR