A few more man pages converted to roff format.

This commit is contained in:
Warren Toomey
2016-03-28 21:56:58 +10:00
parent fed6525853
commit 03b9bcfdc5
3 changed files with 91 additions and 40 deletions
+43 -23
View File
@@ -1,24 +1,44 @@
11/3/70 LS (I)
.oh '11/3/70''LS(I)'
.ta 18 21 24
NAME ls -- list contents of directory
.sp
SYNOPSIS ls [ -l ] directory
.sp
DESCRIPTION
.ul
ls
lists the contents of the named directory
under control of one option:
.sp
l list in long format, giving i-number,
mode, owner, size in words, and name of
each file. (see
.ul
stat
for format of the
mode). Numeric values are in octal.
.sp
FILES --
.sp
SEE ALSO stat
.sp
DIAGNOSTICS "name ?" if the named directory does not exist
or cannot be opened.
.sp
BUGS In a simulated environment, a filename larger
than eight characters will cause
.ul
ls
to exit
prematurely.
.sp
.ul
ls
will try to open up a directory named "." if
no directory is named. If the user desires this
functionality, they need to link "." to the
directory in question.
NAME ls -- list contents of directory
SYNOPSIS ls [ -l ]
DESCRIPTION ls lists the contents of the current directory under
control of one option:
l list in long format, giving i-number, mode, owner,
size in words, and name of each file. (see stat
for format of the mode). Numeric values are in octal.
FILES
SEE ALSO stat
DIAGNOSTICS No diagnostics
BUGS In a simulated environment, a filename larger than eight
characters will cause ls to exit prematurely.
OWNER wkt
.sp
OWNER wkt