[7618] in Athena Bugs
Man page patch for bug fix #1083
daemon@ATHENA.MIT.EDU (dskern@ATHENA.MIT.EDU)
Mon Jun 3 01:38:34 1991
From: dskern@ATHENA.MIT.EDU
Date: Mon, 3 Jun 91 01:38:19 -0400
To: bugs@ATHENA.MIT.EDU
Cc: dskern@ATHENA.MIT.EDU, jik@ATHENA.MIT.EDU
Here's the diff for /usr/man/man1/lsdel.1
*** /usr/man/man1/lsdel.1 Mon Nov 19 00:14:39 1990
--- ./lsdel.1.new Mon Jun 3 01:03:32 1991
***************
*** 25,30 ****
--- 25,34 ----
.B \-m
] [
.B \-y
+ ] [
+ .B \-1
+ ] [
+ .B \-C
] [ filename [ ... ]]
.PP
.SH DESCRIPTION
***************
*** 72,77 ****
--- 76,91 ----
option causes
.I lsdel
to print the total amount of space taken up by all the files it lists.
+ .PP
+ The
+ .BR \-1
+ option forces one entry per line output format; this is the default when
+ output is not to a terminal.
+ .PP
+ The
+ .BR \-C
+ option forces multi-column output; this is the default when output is to
+ a terminal.
.SH "SEE ALSO"
delete(1), undelete(1), purge(1), expunge(1), ls(1)
.SH AUTHOR