summaryrefslogtreecommitdiffstats
path: root/lib/libutil
diff options
context:
space:
mode:
authorjkoshy <jkoshy@FreeBSD.org>1998-06-06 05:50:53 +0000
committerjkoshy <jkoshy@FreeBSD.org>1998-06-06 05:50:53 +0000
commit0d7d76d9824e92ac3e2d5c95c38338e47b940aad (patch)
treebe821f05efcc76f3383e79528b109973541e2d79 /lib/libutil
parentb4a37e244c5a9f59a7cc8f6048914ad390dd6bb6 (diff)
downloadFreeBSD-src-0d7d76d9824e92ac3e2d5c95c38338e47b940aad.zip
FreeBSD-src-0d7d76d9824e92ac3e2d5c95c38338e47b940aad.tar.gz
Spelling corrections.
PR: 6868 Submitted by: Josh Gilliam <josh@quick.net>
Diffstat (limited to 'lib/libutil')
-rw-r--r--lib/libutil/_secure_path.34
-rw-r--r--lib/libutil/login_cap.310
-rw-r--r--lib/libutil/login_class.36
3 files changed, 10 insertions, 10 deletions
diff --git a/lib/libutil/_secure_path.3 b/lib/libutil/_secure_path.3
index 66fbb2c..0ca3a70 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.2 1997/05/15 06:06:32 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 c998d23..b983975 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.7 1997/05/18 09:14:11 davidn Exp $
+.\" $Id: login_cap.3,v 1.8 1997/11/05 04:03:05 steve 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 f74803c..9c9a1c6 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 ,
OpenPOWER on IntegriCloud