man pages: fix some typos
This commit is contained in:
parent
22f4e05b5b
commit
96fc8383cd
2
cmp.1
2
cmp.1
|
@ -28,7 +28,7 @@ The files are identical.
|
||||||
.It 1
|
.It 1
|
||||||
The files are different.
|
The files are different.
|
||||||
.It > 1
|
.It > 1
|
||||||
An error occured.
|
An error occurred.
|
||||||
.El
|
.El
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr comm 1 ,
|
.Xr comm 1 ,
|
||||||
|
|
2
cut.1
2
cut.1
|
@ -47,7 +47,7 @@ specifies byte | character positions.
|
||||||
.It Fl d Ar delim
|
.It Fl d Ar delim
|
||||||
Use
|
Use
|
||||||
.Ar delim
|
.Ar delim
|
||||||
as field delimiter, which can be an arbitrary string. Default is '\\t'.
|
as field delimiter, which can be an arbitrary string. Default is '\et'.
|
||||||
.It Fl f Ar list
|
.It Fl f Ar list
|
||||||
.Ar list
|
.Ar list
|
||||||
specifies field numbers. Lines not containing field
|
specifies field numbers. Lines not containing field
|
||||||
|
|
6
expr.1
6
expr.1
|
@ -29,7 +29,7 @@ has the recursive form
|
||||||
.Pp
|
.Pp
|
||||||
With
|
With
|
||||||
.Sy operand
|
.Sy operand
|
||||||
being in oder of increasing precedence:
|
being in order of increasing precedence:
|
||||||
.Bl -tag -width Ds
|
.Bl -tag -width Ds
|
||||||
.It |
|
.It |
|
||||||
Evaluate to
|
Evaluate to
|
||||||
|
@ -67,7 +67,7 @@ If
|
||||||
.Sy expr1
|
.Sy expr1
|
||||||
and
|
and
|
||||||
.Sy expr2
|
.Sy expr2
|
||||||
are integers, evaluate to their mulitplication, division or remainder.
|
are integers, evaluate to their multiplication, division or remainder.
|
||||||
.It :
|
.It :
|
||||||
Evaluate to the number of characters matched in
|
Evaluate to the number of characters matched in
|
||||||
.Sy expr1
|
.Sy expr1
|
||||||
|
@ -91,7 +91,7 @@ is an empty string or 0
|
||||||
.Ar expression
|
.Ar expression
|
||||||
is invalid
|
is invalid
|
||||||
.It > 2
|
.It > 2
|
||||||
An error occured
|
An error occurred
|
||||||
.El
|
.El
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr test 1
|
.Xr test 1
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.Os sbase
|
.Os sbase
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
.Nm strings
|
.Nm strings
|
||||||
.Nd print the strings of pritable characters in files
|
.Nd print the strings of printable characters in files
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm
|
.Nm
|
||||||
.Op Ar file ...
|
.Op Ar file ...
|
||||||
|
|
Loading…
Reference in New Issue
Block a user