diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-21 21:37:12 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-21 21:37:12 +0000 |
commit | e1341252a0e5d7d2b7d3d4b0788b708767f5998d (patch) | |
tree | a02cca9f8d377108bc908df11bd73f889967c515 /usr.bin/rs/rs.1 | |
parent | d4e562903dadbc671c7cc5e07d3aa48c7a131c15 (diff) |
avoid divide-by-zero trap when specifying small widths
do not overrun entry array when printing output tables
cleanup storage allocation for entries
use err/warn etc.
Diffstat (limited to 'usr.bin/rs/rs.1')
-rw-r--r-- | usr.bin/rs/rs.1 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/rs/rs.1 b/usr.bin/rs/rs.1 index 07de48c50d6..9916b667247 100644 --- a/usr.bin/rs/rs.1 +++ b/usr.bin/rs/rs.1 @@ -122,6 +122,8 @@ The width of the display, normally 80, is taken to be the positive integer \fIN\fP. .IP \fB\-m\fR Do not trim excess delimiters from the ends of the output array. +.IP \fB\-z\fR +Adapt column widths to fit the largest entries appearing in them. .PP With no arguments, .I rs |