aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/rs
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>2002-04-20 12:18:28 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>2002-04-20 12:18:28 +0000
commite8937ba00998cca6f259b3fdf32a7f7a38bc26ec (patch)
tree9eb4b7d718b67229ee4b8e61e9cad466a5a36945 /usr.bin/rs
parent1c2451c24d59abde50b89c0d506523298e1ae1e1 (diff)
downloadsrc-e8937ba00998cca6f259b3fdf32a7f7a38bc26ec.tar.gz
src-e8937ba00998cca6f259b3fdf32a7f7a38bc26ec.zip
Use `The .Nm utility'
Notes
Notes: svn path=/head/; revision=95124
Diffstat (limited to 'usr.bin/rs')
-rw-r--r--usr.bin/rs/rs.110
1 files changed, 6 insertions, 4 deletions
diff --git a/usr.bin/rs/rs.1 b/usr.bin/rs/rs.1
index dd4a3c3d07fd..4187d8db882b 100644
--- a/usr.bin/rs/rs.1
+++ b/usr.bin/rs/rs.1
@@ -47,8 +47,9 @@
.Oc
.Op Ar rows Op Ar cols
.Sh DESCRIPTION
-.Nm Rs
-reads the standard input, interpreting each line as a row
+The
+.Nm
+utility reads the standard input, interpreting each line as a row
of blank-separated entries in an array,
transforms the array according to the options,
and writes it on the standard output.
@@ -168,8 +169,9 @@ unless the first non-ignored line is longer than the display width.
Option letters which take numerical arguments interpret a missing
number as zero unless otherwise indicated.
.Sh EXAMPLES
-.Nm Rs
-can be used as a filter to convert the stream output
+The
+.Nm
+utility can be used as a filter to convert the stream output
of certain programs (e.g.,
.Xr spell ,
.Xr du ,