summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/lib/libdialog/dialog.34
-rw-r--r--lib/libalias/libalias.322
-rw-r--r--lib/libc/net/addr2ascii.32
-rw-r--r--lib/libc/net/gethostbyname.34
-rw-r--r--lib/libc/stdio/printf.32
-rw-r--r--lib/libdisk/libdisk.36
-rw-r--r--lib/libedit/editline.32
-rw-r--r--lib/libutil/_secure_path.34
-rw-r--r--lib/libutil/login_cap.310
-rw-r--r--lib/libutil/login_class.36
-rw-r--r--share/man/man3/intro.34
-rw-r--r--share/man/man3/queue.34
12 files changed, 35 insertions, 35 deletions
diff --git a/gnu/lib/libdialog/dialog.3 b/gnu/lib/libdialog/dialog.3
index 53b66f824620b..7862362aec25e 100644
--- a/gnu/lib/libdialog/dialog.3
+++ b/gnu/lib/libdialog/dialog.3
@@ -11,7 +11,7 @@
.\" nor does the author assume any responsibility for damages incurred with
.\" its use.
.\"
-.\" $Id: dialog.3,v 1.3 1996/02/09 16:19:20 mpp Exp $
+.\" $Id: dialog.3,v 1.3.2.1 1998/02/15 21:37:54 steve Exp $
.\"
.Dd December 18, 1995
.Dt dialog 3
@@ -148,7 +148,7 @@ Returns the width of string in \fBp\fR, counting newlines.
.Ft "void"
.Fn dialog_create_rc "unsigned char *filename"
-Dump dialog library settings into \fBfilename\fR for later retreival
+Dump dialog library settings into \fBfilename\fR for later retrieval
as defaults. Returns 0 on success, -1 on failure.
.Ft "int"
diff --git a/lib/libalias/libalias.3 b/lib/libalias/libalias.3
index 6c86232cc6d7b..4231253ac20b1 100644
--- a/lib/libalias/libalias.3
+++ b/lib/libalias/libalias.3
@@ -73,7 +73,7 @@ different groups of private addresses
can be linked to different public addresses,
comprising several distinct many-to-one
mappings. Also, a given public address
-and port can be staticly redirected to
+and port can be statically redirected to
a private address/port.
The packet aliasing engine was designed
@@ -192,7 +192,7 @@ unknown host address or unknown port number
(e.g. an FTP data connection), this mode bit
specifies that a socket be allocated as a place
holder to prevent port conflicts. Once a
-connection is extablished, usually within a
+connection is established, usually within a
minute or so, the socket is closed.
.It PKT_ALIAS_UNREGISTERED_ONLY.
If this mode bit is set, traffic on the
@@ -255,7 +255,7 @@ Return codes:
.Bl -hang -offset left
.It PKT_ALIAS_ERROR.
An internal error within the packet aliasing
-engine occured.
+engine occurred.
.It PKT_ALIAS_OK.
The packet aliasing process was successful.
.It PKT_ALIAS_IGNORED.
@@ -289,9 +289,9 @@ The IP packet is pointed to by
.Em buffer r,
and
.Em maxpacketsize
-indicates the maximum packet size permissable
+indicates the maximum packet size permissible
should the packet length be changed. IP encoding
-protocols place addresss and port information in
+protocols place address and port information in
the encapsulated data stream which have to be
modified and can account for changes in packet
length. Well known examples of such protocols
@@ -301,7 +301,7 @@ Return codes:
.Bl -hang -offset left
.It PKT_ALIAS_ERROR.
An internal error within the packet aliasing
-engine occured.
+engine occurred.
.It PKT_ALIAS_OK.
The packet aliasing process was successful.
.It PKT_ALIAS_IGNORED.
@@ -332,7 +332,7 @@ address translations can be designated.
This function specifies that traffic from a
given remote address/port to an alias address/port
be redirected to a specified local address/port.
-The paramater
+The parameter
.Em proto
can be either IPPROTO_TCP or IPPROTO_UDP, as
defined in <netinet/in.h>.
@@ -637,7 +637,7 @@ number for identifying how individual packets
should be handled.)
Each aliasing link must have a unique
-combination of the following five quanties:
+combination of the following five quantities:
alias address/port, remote address/port
and protocol. This ensures that several
machines on a local network can share the
@@ -654,7 +654,7 @@ sequence. For the case of TCP, the connection
can be monitored to see when the associated
aliasing link should be deleted. Aliasing links
for UDP transactions (and ICMP echo and timestamp
-equests) work on a simple timeout rule. When
+requests) work on a simple timeout rule. When
no activity is observed on a dynamic link for
a certain amount of time it is automatically
deleted. Timeout rules also apply to TCP
@@ -663,7 +663,7 @@ properly.
.Ss A.3 Partially Specified Aliasing Links
Aliasing links can be partially specified,
meaning that the remote address and/or remote
-ports are unkown. In this case, when a packet
+ports are unknown. In this case, when a packet
matching the incomplete specification is found,
a fully specified dynamic link is created. If
the original partially specified link is dynamic,
@@ -705,7 +705,7 @@ the alias address to be used. If no mapping
exists, then a default address, usually the
address of the packet aliasing host, is used.
If necessary, this default address can be
-changed as often as each indvidual packet
+changed as often as each individual packet
arrives.
The aliasing port number is determined
diff --git a/lib/libc/net/addr2ascii.3 b/lib/libc/net/addr2ascii.3
index 282acacbbfd38..c20d8fbf1f641 100644
--- a/lib/libc/net/addr2ascii.3
+++ b/lib/libc/net/addr2ascii.3
@@ -186,7 +186,7 @@ was improperly formatted for address family
.Xr inet 4
.Sh HISTORY
An interface close to this one was originally suggested by Craig
-Partridge. This particular interface originally apppeared in the
+Partridge. This particular interface originally appeared in the
.Tn INRIA
.Tn IPv6
implementation.
diff --git a/lib/libc/net/gethostbyname.3 b/lib/libc/net/gethostbyname.3
index 66865b5cb2e5f..258aa8d1a42cc 100644
--- a/lib/libc/net/gethostbyname.3
+++ b/lib/libc/net/gethostbyname.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" From: @(#)gethostbyname.3 8.4 (Berkeley) 5/25/95
-.\" $Id: gethostbyname.3,v 1.8 1997/06/18 06:26:13 charnier Exp $
+.\" $Id: gethostbyname.3,v 1.6.2.1 1997/06/28 07:46:51 peter Exp $
.\"
.Dd May 25, 1995
.Dt GETHOSTBYNAME 3
@@ -137,7 +137,7 @@ Currently the
.Fa af
argument must be specified as
.Dv AF_INET
-else the fuction will return
+else the function will return
.Dv NULL
after having set
.Va h_errno
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3
index 6d5ad8a298a50..6d2affb25025d 100644
--- a/lib/libc/stdio/printf.3
+++ b/lib/libc/stdio/printf.3
@@ -625,7 +625,7 @@ The functions
and
.Fn vasprintf
first appeared in the GNU C library. This implementation is thought
-to be compatable but is not derived from the GNU code. This implementation
+to be compatible but is not derived from the GNU code. This implementation
was written by Peter Wemm <peter@FreeBSD.org> and first appeared in
.Fx 2.2 .
.Sh BUGS
diff --git a/lib/libdisk/libdisk.3 b/lib/libdisk/libdisk.3
index cb96ba88e8779..046174853c222 100644
--- a/lib/libdisk/libdisk.3
+++ b/lib/libdisk/libdisk.3
@@ -25,7 +25,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: libdisk.3,v 1.2 1996/03/24 18:55:38 joerg Exp $
+.\" $Id: libdisk.3,v 1.2.2.1 1997/01/24 21:08:29 jkh Exp $
.\" "
.Dd March 15, 1996
.Dt LIBDISK 3
@@ -237,7 +237,7 @@ and
are experimental, do not use.
.Pp
.Fn Create_Chunk
-creates a chunk with the specified paramters.
+creates a chunk with the specified parameters.
.Pp
.Fn All_FreeBSD
makes one FreeBSD chunk covering the entire disk; if
@@ -328,7 +328,7 @@ returns the name strings associated with the specified
.Ql subtype .
If
.Fn slice_type_name
-returns "unknown" for slices it isn't familar with.
+returns "unknown" for slices it isn't familiar with.
.Ql / .
.Sh AUTHOR
.Nm Libdisk
diff --git a/lib/libedit/editline.3 b/lib/libedit/editline.3
index bb706aefc59d2..0b326cd52d40b 100644
--- a/lib/libedit/editline.3
+++ b/lib/libedit/editline.3
@@ -528,5 +528,5 @@ This documentation is probably incomplete.
should not modify the supplied
.Va argv[0] .
.Pp
-The tokenization functions are not publically defined in
+The tokenization functions are not publicly defined in
.Li <histedit.h> .
diff --git a/lib/libutil/_secure_path.3 b/lib/libutil/_secure_path.3
index 66fbb2ce4bd16..c577a44ea4d33 100644
--- a/lib/libutil/_secure_path.3
+++ b/lib/libutil/_secure_path.3
@@ -17,7 +17,7 @@
.\" 5. Modifications may be freely made to this file providing the above
.\" conditions are met.
.\"
-.\" $Id: _secure_path.3,v 1.1 1997/05/10 18:55:37 davidn Exp $
+.\" $Id: _secure_path.3,v 1.1.2.1 1997/05/15 06:08:44 davidn Exp $
.\"
.Dd May 2, 1997
.Os FreeBSD
@@ -59,7 +59,7 @@ considered secure, -2 if the file does not exist, and
is used to log any failure of this function, including the
reason, at LOG_ERR priority.
.Sh BUGS
-The checks carried out are rudamentary and no attempt is made
+The checks carried out are rudimentary and no attempt is made
to eliminate race conditions between use of this function and
access to the file referenced.
.Sh SEE ALSO
diff --git a/lib/libutil/login_cap.3 b/lib/libutil/login_cap.3
index cbd5003300d0f..3e46021245c2f 100644
--- a/lib/libutil/login_cap.3
+++ b/lib/libutil/login_cap.3
@@ -17,7 +17,7 @@
.\" 5. Modifications may be freely made to this file providing the above
.\" conditions are met.
.\"
-.\" $Id: login_cap.3,v 1.6.2.1 1997/05/18 09:11:48 davidn Exp $
+.\" $Id: login_cap.3,v 1.6.2.2 1998/02/18 05:29:55 jkh Exp $
.\"
.Dd December 27, 1996
.Os FreeBSD
@@ -174,7 +174,7 @@ record to be retrieved, the second being an optional directory name.
If the first
.Ar name
argument is NULL, an empty string, or a class that does not exist
-in the supplimental or system login class database, then the system
+in the supplemental or system login class database, then the system
.Em default
record is returned instead.
If the second
@@ -190,7 +190,7 @@ In the context of a
.Em login ,
it should be noted that some options cannot by overridden by
users for two reasons; many options, such as resource settings
-and deafult process priorities, require root privileges
+and default process priorities, require root privileges
in order to take effect, and other fields in the user's file are
not be consulted at all during the early phases of login for
security or administrative reasons.
@@ -330,11 +330,11 @@ parameter is returned, and if an error occurs, the
parameter is returned.
.It Fn login_getcapsize
.Fn login_getcapsize
-returns a value representing a size (typicially, file or memory)
+returns a value representing a size (typically, file or memory)
which may be expressed as bytes (the default), 512 byte blocks,
kilobytes, megabytes, gigabytes, and on systems that support the
.Ar long long
-type, terrabytes.
+type, terabytes.
The suffix used determines the units, and multiple values and
units may be used in combination (e.g. 1m500k = 1.5 megabytes).
A value with no suffix is interpreted as bytes, B as 512-byte
diff --git a/lib/libutil/login_class.3 b/lib/libutil/login_class.3
index f74803c800737..9c9a1c66223df 100644
--- a/lib/libutil/login_class.3
+++ b/lib/libutil/login_class.3
@@ -17,7 +17,7 @@
.\" 5. Modifications may be freely made to this file providing the above
.\" conditions are met.
.\"
-.\" $Id: login_class.3,v 1.4 1997/02/22 15:08:20 peter Exp $
+.\" $Id: login_class.3,v 1.5 1997/04/13 14:12:48 bde Exp $
.\"
.Dd December 28, 1996
.Os FreeBSD
@@ -49,7 +49,7 @@ accounting settings for users on logging into the system and when
selecting an appropriate set of environment and resource settings
for system daemons based on login classes.
These functions may only be called if the current process is
-running with root priviledges.
+running with root privileges.
If the LOGIN_SETLOGIN flag is used this function calls
.Xr setlogin 2 ,
and due care must be taken as detailed in the manpage for that
@@ -171,7 +171,7 @@ be useful in isolation.
.Fn setclasscontext
and
.Fn setusercontext
-return -1 if an error occured, or 0 on success.
+return -1 if an error occurred, or 0 on success.
If an error occurs when attempting to set the user, login, group
or resources, a message is reported to
.Xr syslog 3 ,
diff --git a/share/man/man3/intro.3 b/share/man/man3/intro.3
index 914263744c404..704aa41f12034 100644
--- a/share/man/man3/intro.3
+++ b/share/man/man3/intro.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)intro.3 8.1 (Berkeley) 6/5/93
-.\" $Id$
+.\" $Id: intro.3,v 1.1.1.1.8.1 1997/02/17 15:03:33 mpp Exp $
.\"
.Dd June 5, 1993
.Dt INTRO 3
@@ -100,7 +100,7 @@ Use of these routines should, for the most part, be avoided.
The manual page entry for each compatibility routine
indicates the proper interface to use.
.It Xr libkvm Pq Fl l Ns Ar kvm
-Fuctions used to access kernel memory are in this library. They can be used
+Functions used to access kernel memory are in this library. They can be used
against both a running system and a crash dump.
.Pq See Xr kvm 3 . )
.It Xr libl Pq Fl l Ns Ar l
diff --git a/share/man/man3/queue.3 b/share/man/man3/queue.3
index c9c7f6d28dafa..4a40a94e4e9ad 100644
--- a/share/man/man3/queue.3
+++ b/share/man/man3/queue.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)queue.3 8.2 (Berkeley) 1/24/94
-.\" $Id: queue.3,v 1.7.2.2 1997/03/07 04:17:57 mpp Exp $
+.\" $Id: queue.3,v 1.7.2.3 1997/03/09 00:50:47 mpp Exp $
.\"
.Dd January 24, 1994
.Dt QUEUE 3
@@ -592,7 +592,7 @@ while (head.lh_first != NULL) { /* List Deletion. */
n1 = head.lh_first; /* Faster List Delete. */
while (n1 != NULL) {
- n2 = n1->entires.le_next;
+ n2 = n1->entries.le_next;
free(n1);
n1 = n2;
}