spelling mistakes
This commit is contained in:
parent
281c9594a0
commit
41954280cb
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)csh.1 6.17 (Berkeley) 6/7/91
|
||||
.\" $Id: csh.1,v 1.7 1993/08/01 07:49:00 mycroft Exp $
|
||||
.\" $Id: csh.1,v 1.8 1994/02/03 17:47:27 jtc Exp $
|
||||
.\"
|
||||
.Dd June 7, 1991
|
||||
.Dt CSH 1
|
||||
@ -610,7 +610,7 @@ Strings enclosed in `"' may be expanded as described below.
|
||||
.Pp
|
||||
In both cases the resulting text becomes (all or part of) a single word;
|
||||
only in one special case (see
|
||||
.Em Command Substitition
|
||||
.Em Command Substitution
|
||||
below) does a `"' quoted string yield parts of more than one word;
|
||||
`\'' quoted strings never do.
|
||||
.Ss Alias substitution
|
||||
|
12
bin/sh/sh.1
12
bin/sh/sh.1
@ -33,7 +33,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)sh.1 5.1 (Berkeley) 3/7/91
|
||||
.\" $Id: sh.1,v 1.7 1994/01/27 17:53:28 jtc Exp $
|
||||
.\" $Id: sh.1,v 1.8 1994/02/03 17:47:48 jtc Exp $
|
||||
.\"
|
||||
.TH SH 1 "March 7, 1991"
|
||||
.UC 7
|
||||
@ -294,7 +294,7 @@ The command is normally a list enclosed between ``{'' and ``}''.
|
||||
.PP
|
||||
Variables may be declared to be local to a function by using a
|
||||
.I local
|
||||
command. This should appear as the first staement of a function,
|
||||
command. This should appear as the first statement of a function,
|
||||
and looks like
|
||||
.d
|
||||
\fBlocal\fR [ variable | \fB-\fR ] ...
|
||||
@ -500,7 +500,7 @@ equivalent to "$1" "$2" ... "$\fIn\fR", where \fIn\fR is the number of
|
||||
positional parameters. (Note that this differs from the System V shell.
|
||||
The System V documentation claims that "$@" behaves this way; in fact
|
||||
on the System V shell "$@" is equivalent to "" when there are no
|
||||
positional paramteters.)
|
||||
positional parameters.)
|
||||
.h "File Name Generation"
|
||||
Unless the
|
||||
.B -f
|
||||
@ -538,7 +538,7 @@ Two exclamation points at the beginning of a pattern function as a ``not''
|
||||
operator, causing the pattern to match any string that the remainder of
|
||||
the pattern does
|
||||
.I not
|
||||
match. Other occurances of exclamation points in a pattern match
|
||||
match. Other occurrences of exclamation points in a pattern match
|
||||
exclamation points. Two exclamation points are required rather than one
|
||||
to decrease the incompatibility with the System V shell (which does not
|
||||
treat exclamation points specially).
|
||||
@ -674,7 +674,7 @@ syntax.
|
||||
.br
|
||||
Continue the specified jobs (or the current job if no jobs are given)
|
||||
in the background.
|
||||
This command is only available on systems with Bekeley job control.
|
||||
This command is only available on systems with Berkeley job control.
|
||||
.b bltin
|
||||
.IR "command arg" ...
|
||||
.br
|
||||
@ -745,7 +745,7 @@ With no arguments the export command lists the names of all exported variables.
|
||||
]
|
||||
.br
|
||||
Move the specified job or the current job to the foreground.
|
||||
This command is only available on systems with Bekeley job control.
|
||||
This command is only available on systems with Berkeley job control.
|
||||
.b getopts
|
||||
.I optstring
|
||||
.I var
|
||||
|
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)calendar.1 6.13 (Berkeley) 6/17/91
|
||||
.\" $Id: calendar.1,v 1.4 1993/11/30 00:18:19 jtc Exp $
|
||||
.\" $Id: calendar.1,v 1.5 1994/02/03 17:47:18 jtc Exp $
|
||||
.\"
|
||||
.Dd June 17, 1991
|
||||
.Dt CALENDAR 1
|
||||
@ -128,7 +128,7 @@ so that roving holidays are set correctly for the current year.
|
||||
.Xr at 1 ,
|
||||
.Xr cpp 1 ,
|
||||
.Xr mail 1 ,
|
||||
.Xr crond 8
|
||||
.Xr cron 8
|
||||
.Sh COMPATIBILITY
|
||||
The
|
||||
.Nm calendar
|
||||
|
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)checknr.1 6.6 (Berkeley) 3/14/91
|
||||
.\" $Id: checknr.1,v 1.3 1993/08/01 07:34:01 mycroft Exp $
|
||||
.\" $Id: checknr.1,v 1.4 1994/02/03 17:47:21 jtc Exp $
|
||||
.\"
|
||||
.Dd March 14, 1991
|
||||
.Dt CHECKNR 1
|
||||
@ -86,7 +86,7 @@ Ignore
|
||||
size changes.
|
||||
.El
|
||||
.Pp
|
||||
Delimeters checked are:
|
||||
Delimiters checked are:
|
||||
.Bl -enum
|
||||
.It
|
||||
Font changes using \efx ... \efP.
|
||||
|
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)ftp.1 6.18 (Berkeley) 7/30/91
|
||||
.\" $Id: ftp.1,v 1.4 1994/01/11 02:23:51 jtc Exp $
|
||||
.\" $Id: ftp.1,v 1.5 1994/02/03 17:47:34 jtc Exp $
|
||||
.\"
|
||||
.Dd July 30, 1991
|
||||
.Dt FTP 1
|
||||
@ -180,7 +180,7 @@ current remote machine working directory.
|
||||
Change the permission modes of the file
|
||||
.Ar file-name
|
||||
on the remote
|
||||
sytem to
|
||||
system to
|
||||
.Ar mode .
|
||||
.It Ic close
|
||||
Terminate the
|
||||
|
Loading…
Reference in New Issue
Block a user