Fix spelling errors.
This commit is contained in:
parent
e04c8e0705
commit
7e06b2a1e2
@ -1,5 +1,5 @@
|
||||
.TH FILE 1 "Copyright but distributable"
|
||||
.\" $Id: file.1,v 1.5 1993/11/20 22:25:19 mycroft Exp $
|
||||
.\" $Id: file.1,v 1.6 1994/01/11 02:21:43 jtc Exp $
|
||||
.SH NAME
|
||||
.I file
|
||||
\- determine file type
|
||||
@ -100,7 +100,7 @@ The language test routines also test for some miscellany
|
||||
(such as
|
||||
.I tar
|
||||
archives) and determine whether an unknown file should be
|
||||
labelled as `ascii text' or `data'.
|
||||
labeled as `ascii text' or `data'.
|
||||
.PP
|
||||
Use
|
||||
.B \-m
|
||||
@ -147,7 +147,7 @@ option causes symlinks to be followed, as the like-named option in
|
||||
This program is believed to exceed the System V Interface Definition
|
||||
of FILE(CMD), as near as one can determine from the vague language
|
||||
contained therein.
|
||||
Its behaviour is mostly compatible with the System V program of the same name.
|
||||
Its behavior is mostly compatible with the System V program of the same name.
|
||||
This version knows more magic, however, so it will produce
|
||||
different (albeit more accurate) output in many cases.
|
||||
.PP
|
||||
|
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)from.1 6.7 (Berkeley) 7/26/91
|
||||
.\" $Id: from.1,v 1.2 1993/08/01 07:32:37 mycroft Exp $
|
||||
.\" $Id: from.1,v 1.3 1994/01/11 02:23:18 jtc Exp $
|
||||
.\"
|
||||
.Dd July 26, 1991
|
||||
.Dt FROM 1
|
||||
@ -69,7 +69,7 @@ If
|
||||
is given, the
|
||||
.Ar user Ns 's
|
||||
mailbox, is examined instead of the invoker's own mailbox.
|
||||
(Priviledges are required.)
|
||||
(Privileges are required.)
|
||||
.Sh FILES
|
||||
.Bl -tag -width /var/mail/* -compact
|
||||
.It Pa /var/mail/*
|
||||
|
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)fstat.1 5.12 (Berkeley) 7/22/91
|
||||
.\" $Id: fstat.1,v 1.2 1993/08/01 07:32:31 mycroft Exp $
|
||||
.\" $Id: fstat.1,v 1.3 1994/01/11 02:24:40 jtc Exp $
|
||||
.\"
|
||||
.Dd July 22, 1991
|
||||
.Dt FSTAT 1
|
||||
@ -171,7 +171,7 @@ the name printed may not be the actual
|
||||
name that the process originally used to open that file.
|
||||
.El
|
||||
.Sh SOCKETS
|
||||
The formating of open sockets depends on the protocol domain.
|
||||
The formatting of open sockets depends on the protocol domain.
|
||||
In all cases the first field is the domain name, the second field
|
||||
is the socket type (stream, dgram, etc), and the third is the socket
|
||||
flags field (in hex).
|
||||
|
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)ftp.1 6.18 (Berkeley) 7/30/91
|
||||
.\" $Id: ftp.1,v 1.3 1993/08/01 07:32:28 mycroft Exp $
|
||||
.\" $Id: ftp.1,v 1.4 1994/01/11 02:23:51 jtc Exp $
|
||||
.\"
|
||||
.Dd July 30, 1991
|
||||
.Dt FTP 1
|
||||
@ -325,7 +325,7 @@ Set the inactivity timer on the remote server to
|
||||
seconds.
|
||||
If
|
||||
.Ar seconds
|
||||
is ommitted, the current inactivity timer is printed.
|
||||
is omitted, the current inactivity timer is printed.
|
||||
.It Ic lcd Op Ar directory
|
||||
Change the working directory on the local machine.
|
||||
If
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $Id: getopt.1,v 1.3 1993/08/02 17:54:28 mycroft Exp $ -*- nroff -*-
|
||||
.\" $Id: getopt.1,v 1.4 1994/01/11 02:25:20 jtc Exp $ -*- nroff -*-
|
||||
.Dd June 21, 1993
|
||||
.Dt GETOPT 1
|
||||
.Os
|
||||
@ -87,7 +87,7 @@ Whatever
|
||||
.Xr getopt 3
|
||||
has.
|
||||
.Pp
|
||||
Arguments containing white space or imbedded shell metacharacters
|
||||
Arguments containing white space or embedded shell metacharacters
|
||||
generally will not survive intact; this looks easy to fix but isn't.
|
||||
.Pp
|
||||
The error message for an invalid option is identified as coming
|
||||
|
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)gprof.1 6.8 (Berkeley) 7/24/91
|
||||
.\" $Id: gprof.1,v 1.2 1993/08/01 07:32:23 mycroft Exp $
|
||||
.\" $Id: gprof.1,v 1.3 1994/01/11 02:26:28 jtc Exp $
|
||||
.\"
|
||||
.Dd July 24, 1991
|
||||
.Dt GPROF 1
|
||||
@ -78,11 +78,11 @@ Cycles are discovered, and calls into a cycle are made to share the time
|
||||
of the cycle.
|
||||
The first listing shows the functions
|
||||
sorted according to the time they represent
|
||||
including the time of their call graph descendents.
|
||||
including the time of their call graph descendants.
|
||||
Below each function entry is shown its (direct) call graph children,
|
||||
and how their times are propagated to this function.
|
||||
A similar display above the function shows how this function's time and the
|
||||
time of its descendents is propagated to its (direct) call graph parents.
|
||||
time of its descendants is propagated to its (direct) call graph parents.
|
||||
.Pp
|
||||
Cycles are also shown, with an entry for the cycle as a whole and
|
||||
a listing of the members of the cycle and their contributions to the
|
||||
@ -92,9 +92,9 @@ Second, a flat profile is given,
|
||||
similar to that provided by
|
||||
.Xr prof 1 .
|
||||
This listing gives the total execution times, the call counts,
|
||||
the time in milleseconds the call spent in the routine itself, and
|
||||
the time in milleseconds the call spent in the routine itself including
|
||||
its descendents.
|
||||
the time in milliseconds the call spent in the routine itself, and
|
||||
the time in milliseconds the call spent in the routine itself including
|
||||
its descendants.
|
||||
.Pp
|
||||
Finally, an index of the function names is provided.
|
||||
.Pp
|
||||
|
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)hexdump.1 5.12 (Berkeley) 7/27/91
|
||||
.\" $Id: hexdump.1,v 1.2 1993/08/01 07:32:15 mycroft Exp $
|
||||
.\" $Id: hexdump.1,v 1.3 1994/01/11 02:27:37 jtc Exp $
|
||||
.\"
|
||||
.Dd July 27, 1991
|
||||
.Dt HEXDUMP 1
|
||||
@ -264,7 +264,7 @@ The input is manipulated in ``blocks'', where a block is defined as the
|
||||
largest amount of data specified by any format string.
|
||||
Format strings interpreting less than an input block's worth of data,
|
||||
whose last format unit both interprets some number of bytes and does
|
||||
not have a specified iteration count, have the the interation count
|
||||
not have a specified iteration count, have the the iteration count
|
||||
incremented until the entire input block has been processed or there
|
||||
is not enough data remaining in the block to satisfy the format string.
|
||||
.Pp
|
||||
|
@ -32,7 +32,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)indent.1 6.11 (Berkeley) 7/24/91
|
||||
.\" $Id: indent.1,v 1.3 1993/08/07 06:56:49 cgd Exp $
|
||||
.\" $Id: indent.1,v 1.4 1994/01/11 02:29:18 jtc Exp $
|
||||
.\"
|
||||
.Dd July 24, 1991
|
||||
.Dt INDENT 1
|
||||
@ -375,7 +375,7 @@ switches. The switches should be separated by spaces, tabs or newlines.
|
||||
.Nm Indent
|
||||
assumes that any comment with a dash, star, or newline immediately after
|
||||
the start of comment (that is, `/*\-', `/**' or `/*' followed
|
||||
immdiately by a newline character) is a comment surrounded
|
||||
immediately by a newline character) is a comment surrounded
|
||||
by a box of stars. Each line of such a comment is left unchanged, except
|
||||
that its indentation may be adjusted to account for the change in indentation
|
||||
of the first line
|
||||
|
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)login.1 6.12 (Berkeley) 6/29/91
|
||||
.\" $Id: login.1,v 1.2 1993/08/01 07:31:30 mycroft Exp $
|
||||
.\" $Id: login.1,v 1.3 1994/01/11 02:31:09 jtc Exp $
|
||||
.\"
|
||||
.Dd June 29, 1991
|
||||
.Dt LOGIN 1
|
||||
@ -84,7 +84,7 @@ If the file
|
||||
.Pa /etc/nologin
|
||||
exists,
|
||||
.Nm login
|
||||
dislays its contents to the user and exits.
|
||||
displays its contents to the user and exits.
|
||||
This is used by
|
||||
.Xr shutdown 8
|
||||
to prevent users from logging in when the system is about to go down.
|
||||
@ -103,7 +103,7 @@ then records an entry in the
|
||||
.Xr wtmp 5
|
||||
and
|
||||
.Xr utmp 5
|
||||
files and executes the user's command interpretor.
|
||||
files and executes the user's command interpreter.
|
||||
.Pp
|
||||
Login enters information into the environment (see
|
||||
.Xr environ 7 )
|
||||
|
Loading…
Reference in New Issue
Block a user