diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-10-15 07:38:10 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-10-15 07:38:10 +0000 |
commit | 46919231bf98fdac6b57b5b55227dc8d43fca4f0 (patch) | |
tree | 2fb06072401b36716e2b227fb508345814b01c2c /usr.bin/rs/rs.1 | |
parent | cab5178e6c5063021c04043c533ba8fbdf9e1ad2 (diff) |
arguments to -C, -c, -S and -s are optional.
ok jmc@
Diffstat (limited to 'usr.bin/rs/rs.1')
-rw-r--r-- | usr.bin/rs/rs.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/rs/rs.1 b/usr.bin/rs/rs.1 index 08e9fc07096..fdc7a03862c 100644 --- a/usr.bin/rs/rs.1 +++ b/usr.bin/rs/rs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rs.1,v 1.14 2009/10/14 20:51:47 sobrado Exp $ +.\" $OpenBSD: rs.1,v 1.15 2009/10/15 07:38:09 sobrado Exp $ .\" $FreeBSD: src/usr.bin/rs/rs.1,v 1.4 1999/08/28 01:05:21 peter Exp $ .\" .\" Copyright (c) 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)rs.1 8.2 (Berkeley) 12/30/93 .\" -.Dd $Mdocdate: October 14 2009 $ +.Dd $Mdocdate: October 15 2009 $ .Dt RS 1 .Os .Sh NAME @@ -75,14 +75,14 @@ including transposition of the rows and columns. .Pp The options are as follows: .Bl -tag -width Ds -.It Fl C Ns Ar x +.It Fl C Ns Op Ar x Output columns are delimited by the single character .Ar x . A missing .Ar x is taken to be .Ql ^I . -.It Fl c Ns Ar x +.It Fl c Ns Op Ar x Input columns are delimited by the single character .Ar x . A missing @@ -124,13 +124,13 @@ Do not trim excess delimiters from the ends of the output array. On lines having fewer entries than the first line, use null entries to pad out the line. Normally, missing entries are taken from the next line of input. -.It Fl S Ns Ar x +.It Fl S Ns Op Ar x Like .Fl C , but padded strings of .Ar x are delimiters. -.It Fl s Ns Ar x +.It Fl s Ns Op Ar x Like .Fl c , but maximal strings of |