typo
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 18 Apr 1994 22:44:22 +0000 (14:44 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 18 Apr 1994 22:44:22 +0000 (14:44 -0800)
SCCS-vsn: bin/ps/ps.1 8.3
SCCS-vsn: bin/ls/ls.1 8.5
SCCS-vsn: usr.bin/mklocale/mklocale.1 8.2
SCCS-vsn: usr.bin/at/at/at.1 8.3
SCCS-vsn: usr.bin/tip/tip.1 8.4
SCCS-vsn: usr.bin/vis/vis.1 8.3
SCCS-vsn: usr.bin/w/uptime.1 8.2
SCCS-vsn: usr.bin/spell/spell.1 8.2

usr/src/bin/ls/ls.1
usr/src/bin/ps/ps.1
usr/src/usr.bin/at/at/at.1
usr/src/usr.bin/mklocale/mklocale.1
usr/src/usr.bin/spell/spell.1
usr/src/usr.bin/tip/tip.1
usr/src/usr.bin/vis/vis.1
usr/src/usr.bin/w/uptime.1

index a181ae2..18a7e50 100644 (file)
@@ -6,7 +6,7 @@
 .\"
 .\" %sccs.include.redist.roff%
 .\"
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"     @(#)ls.1       8.4 (Berkeley) %G%
+.\"     @(#)ls.1       8.5 (Berkeley) %G%
 .\"
 .Dd 
 .Dt LS 1
 .\"
 .Dd 
 .Dt LS 1
index 591244c..54f22f4 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1980, 1990, 1991, 1993
+.\" Copyright (c) 1980, 1990, 1991, 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.redist.roff%
 .\"
 .\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"     @(#)ps.1       8.2 (Berkeley) %G%
+.\"     @(#)ps.1       8.3 (Berkeley) %G%
 .\"
 .Dd 
 .Dt PS 1
 .\"
 .Dd 
 .Dt PS 1
@@ -216,7 +216,7 @@ The first letter indicates the run state of the process:
 .Pp
 .Bl -tag -width indent -compact
 .It D
 .Pp
 .Bl -tag -width indent -compact
 .It D
-Marks a process in disk (or other short term, uninterruptable) wait.
+Marks a process in disk (or other short term, uninterruptible) wait.
 .It I
 Marks a process that is idle (sleeping for longer than about 20 seconds).
 .It R
 .It I
 Marks a process that is idle (sleeping for longer than about 20 seconds).
 .It R
index 1515492..f547dcd 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1980, 1990, 1993
+.\" Copyright (c) 1980, 1990, 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)at.1       8.2 (Berkeley) %G%
+.\"     @(#)at.1       8.3 (Berkeley) %G%
 .\"
 .Dd 
 .Dt AT 1
 .\"
 .Dd 
 .Dt AT 1
@@ -170,7 +170,7 @@ The queueing mechanism
 is scheduled by
 .Xr cron 8 .
 If it is run infrequently, a job may
 is scheduled by
 .Xr cron 8 .
 If it is run infrequently, a job may
-fall thru the cracks.
+fall through the cracks.
 .Pp
 There are known problems attempting to specify
 a time of 2400 hours to
 .Pp
 There are known problems attempting to specify
 a time of 2400 hours to
index 7f4d7a0..a963b5a 100644 (file)
@@ -1,4 +1,4 @@
-.\" Copyright (c) 1993
+.\" Copyright (c) 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
@@ -6,7 +6,7 @@
 .\"
 .\" %sccs.include.redist.roff%
 .\"
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"    @(#)mklocale.1  8.1 (Berkeley) %G%
+.\"    @(#)mklocale.1  8.2 (Berkeley) %G%
 .\"
 .Dd ""
 .Dt MKLOCALE 1
 .\"
 .Dd ""
 .Dt MKLOCALE 1
@@ -149,12 +149,12 @@ through
 .It Dv MAPLOWER
 Defines the tolower mappings.
 .Dv RUNE2
 .It Dv MAPLOWER
 Defines the tolower mappings.
 .Dv RUNE2
-is the lower case representatin of
+is the lower case representation of
 .Dv RUNE1.
 .It Dv MAPUPPER
 Defines the toupper mappings.
 .Dv RUNE2
 .Dv RUNE1.
 .It Dv MAPUPPER
 Defines the toupper mappings.
 .Dv RUNE2
-is the upper case representatin of
+is the upper case representation of
 .Dv RUNE1.
 .It Dv TODIGIT
 Defines a map from runes to their digit value.
 .Dv RUNE1.
 .It Dv TODIGIT
 Defines a map from runes to their digit value.
index 1856107..37daa04 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1985, 1993
+.\" Copyright (c) 1985, 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.proprietary.roff%
 .\"
 .\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.proprietary.roff%
 .\"
-.\"    @(#)spell.1     8.1 (Berkeley) %G%
+.\"    @(#)spell.1     8.2 (Berkeley) %G%
 .\"
 .Dd 
 .Dt SPELL 1
 .\"
 .Dd 
 .Dt SPELL 1
@@ -136,8 +136,7 @@ History file, default for
 .It Pa /tmp/spell.$$\(**
 Temporary files.
 .It Pa /usr/libexec/spell
 .It Pa /tmp/spell.$$\(**
 Temporary files.
 .It Pa /usr/libexec/spell
-Binary exectuted by the
-shell script
+Binary executed by the shell script
 .Pa /usr/bin/spell .
 .El
 .Sh SEE ALSO
 .Pa /usr/bin/spell .
 .El
 .Sh SEE ALSO
index 11ad71e..73b69e7 100644 (file)
@@ -3,7 +3,7 @@
 .\"
 .\" %sccs.include.redist.roff%
 .\"
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"    @(#)tip.1       8.3 (Berkeley) %G%
+.\"    @(#)tip.1       8.4 (Berkeley) %G%
 .\"
 .Dd 
 .Dt TIP 1
 .\"
 .Dd 
 .Dt TIP 1
@@ -273,7 +273,7 @@ to wait for a connection to be established; abbreviated
 waiting for the echo of the last character transmitted; default is
 .Ar off  .
 .It Ar eofread
 waiting for the echo of the last character transmitted; default is
 .Ar off  .
 .It Ar eofread
-(str) The set of characters which signify an end-of-tranmission
+(str) The set of characters which signify an end-of-transmission
 during a ~< file transfer command; abbreviated
 .Ar eofr  .
 .It Ar eofwrite
 during a ~< file transfer command; abbreviated
 .Ar eofr  .
 .It Ar eofwrite
index 15acd9c..827ac62 100644 (file)
@@ -3,7 +3,7 @@
 .\"
 .\" %sccs.include.redist.roff%
 .\"
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"     @(#)vis.1      8.2 (Berkeley) %G%
+.\"     @(#)vis.1      8.3 (Berkeley) %G%
 .\"
 .Dd 
 .Dt VIS 1
 .\"
 .Dd 
 .Dt VIS 1
@@ -51,7 +51,7 @@ when inverting the file back to its original form with
 If the last character in the encoded file does not end in a newline,
 a hidden newline sequence is appended to the output.
 This makes
 If the last character in the encoded file does not end in a newline,
 a hidden newline sequence is appended to the output.
 This makes
-the output usuable with various editors and other utilities which
+the output usable with various editors and other utilities which
 typically don't work with partial lines.
 .It Fl f
 Same as
 typically don't work with partial lines.
 .It Fl f
 Same as
index c40819f..3abcdb0 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1980, 1990, 1993
+.\" Copyright (c) 1980, 1990, 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.redist.roff%
 .\"
 .\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"     @(#)uptime.1   8.1 (Berkeley) %G%
+.\"     @(#)uptime.1   8.2 (Berkeley) %G%
 .\"
 .Dd 
 .Dt UPTIME 1
 .\"
 .Dd 
 .Dt UPTIME 1
@@ -16,8 +16,8 @@
 .Sh DESCRIPTION
 The 
 .Nm uptime
 .Sh DESCRIPTION
 The 
 .Nm uptime
-utiliity
-displays the current time, the length of time the system has been up,
+utility displays the current time,
+the length of time the system has been up,
 the number of users, and the load average of the system over the last
 1, 5, and 15 minutes.
 .Sh FILES
 the number of users, and the load average of the system over the last
 1, 5, and 15 minutes.
 .Sh FILES