I've brought in and modified a roff so that it should be translatable into B.
I've started work on writing the man pages in this version of roff.
This commit is contained in:
+31
-28
@@ -1,28 +1,31 @@
|
||||
11/3/70 CHMOD (I)
|
||||
|
||||
|
||||
NAME chmod -- change mode
|
||||
|
||||
SYNOPSIS chmod octal file1 file2 file3 ...
|
||||
|
||||
DESCRIPTION The octal mode replaces the mode of each of the files. The
|
||||
mode is constructed from the OR of the following modes:
|
||||
|
||||
01 write for non--owner
|
||||
02 read for non--owner
|
||||
04 write for owner
|
||||
10 read for owner
|
||||
20 executable
|
||||
40 set--UID
|
||||
|
||||
Only the owner of a file may change its mode.
|
||||
|
||||
FILES
|
||||
|
||||
SEE ALSO stat, ls
|
||||
|
||||
DIAGNOSTICS
|
||||
|
||||
BUGS
|
||||
|
||||
OWNER ken, dmr
|
||||
.oh '11/3/70''CHMOD(I)'
|
||||
.ta 18 21
|
||||
NAME chmod -- change mode
|
||||
.sp
|
||||
SYNOPSIS
|
||||
.ul
|
||||
chmod
|
||||
octal file1 file2 file3 ...
|
||||
.sp
|
||||
DESCRIPTION The octal mode replaces the mode of each of the
|
||||
files. The mode is constructed from the OR of
|
||||
the following modes:
|
||||
.sp
|
||||
01 write for non--owner
|
||||
02 read for non--owner
|
||||
04 write for owner
|
||||
10 read for owner
|
||||
20 executable
|
||||
40 set--UID
|
||||
.sp
|
||||
Only the owner of a file may change its mode.
|
||||
.sp
|
||||
FILES --
|
||||
.sp
|
||||
SEE ALSO stat, ls
|
||||
.sp
|
||||
DIAGNOSTICS --
|
||||
.sp
|
||||
BUGS --
|
||||
.sp
|
||||
OWNER ken, dmr
|
||||
|
||||
Reference in New Issue
Block a user