fix manpages
This commit is contained in:
parent
92baf1a5c9
commit
164e0c171f
4
chmod.1
4
chmod.1
|
@ -3,7 +3,7 @@
|
||||||
chmod \- change file mode
|
chmod \- change file mode
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B chmod
|
.B chmod
|
||||||
.RB [ -Rr ]
|
.RB [ \-Rr ]
|
||||||
.RI mode
|
.RI mode
|
||||||
.RI [ file ...]
|
.RI [ file ...]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
|
@ -18,7 +18,7 @@ third defines permissions for others in the file's group; and the fourth for all
|
||||||
other users. Leading zeroes may be omitted.
|
other users. Leading zeroes may be omitted.
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.TP
|
.TP
|
||||||
.B -R, -r
|
.B \-R, \-r
|
||||||
change directory mode recursively.
|
change directory mode recursively.
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.IR chmod (2)
|
.IR chmod (2)
|
||||||
|
|
4
chown.1
4
chown.1
|
@ -3,7 +3,7 @@
|
||||||
chown \- change file ownership
|
chown \- change file ownership
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B chown
|
.B chown
|
||||||
.RB [ -Rr ]
|
.RB [ \-Rr ]
|
||||||
.RI [ owner ][: group ]
|
.RI [ owner ][: group ]
|
||||||
.RI [ file ...]
|
.RI [ file ...]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
|
@ -11,7 +11,7 @@ chown \- change file ownership
|
||||||
changes the user or group ownership for the given files.
|
changes the user or group ownership for the given files.
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.TP
|
.TP
|
||||||
.B -R, -r
|
.B \-R, \-r
|
||||||
change directory ownership recursively.
|
change directory ownership recursively.
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.IR chown (2)
|
.IR chown (2)
|
||||||
|
|
4
nl.1
4
nl.1
|
@ -12,7 +12,7 @@ nl \- number lines
|
||||||
.RI [ file ...]
|
.RI [ file ...]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B nl
|
.B nl
|
||||||
reads each file in sequence and writes it to stdout with non-empty lines
|
reads each file in sequence and writes it to stdout with non\-empty lines
|
||||||
numbered. If no file is given, nl reads from stdin.
|
numbered. If no file is given, nl reads from stdin.
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.TP
|
.TP
|
||||||
|
@ -33,7 +33,7 @@ a regular expression as defined in
|
||||||
.IR regex (7).
|
.IR regex (7).
|
||||||
.TP
|
.TP
|
||||||
.B t
|
.B t
|
||||||
only non-empty lines (default).
|
only non\-empty lines (default).
|
||||||
.RE
|
.RE
|
||||||
.TP
|
.TP
|
||||||
.BI \-i " increment"
|
.BI \-i " increment"
|
||||||
|
|
4
uname.1
4
uname.1
|
@ -8,7 +8,7 @@ uname \- print system information
|
||||||
.B uname
|
.B uname
|
||||||
prints system information. If no flags are given, uname will print only the
|
prints system information. If no flags are given, uname will print only the
|
||||||
name of the operating system
|
name of the operating system
|
||||||
.RB ( -s ).
|
.RB ( \-s ).
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.TP
|
.TP
|
||||||
.B \-a
|
.B \-a
|
||||||
|
@ -28,3 +28,5 @@ print the name of the operating system.
|
||||||
.TP
|
.TP
|
||||||
.B \-v
|
.B \-v
|
||||||
print the operating system's version name.
|
print the operating system's version name.
|
||||||
|
.SH SEE ALSO
|
||||||
|
.IR uname (2)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user