aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-07-22 12:07:25 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-07-22 12:07:25 +0000
commitb5cf87e26a33fe12c8e2238149b5896b328f7fe2 (patch)
tree3849d872b4b73608feb17809d7fb4d95c0fef6e0 /lib/libutil
parent4622ab764ab8a3550702e2699d502d3ddd177c1e (diff)
downloadsrc-b5cf87e26a33fe12c8e2238149b5896b328f7fe2.tar.gz
src-b5cf87e26a33fe12c8e2238149b5896b328f7fe2.zip
MFC: remove whitespace at EOL.
Notes
Notes: svn path=/stable/4/; revision=80145
Diffstat (limited to 'lib/libutil')
-rw-r--r--lib/libutil/auth.38
-rw-r--r--lib/libutil/login.38
-rw-r--r--lib/libutil/login.conf.52
-rw-r--r--lib/libutil/login_auth.36
-rw-r--r--lib/libutil/login_cap.316
-rw-r--r--lib/libutil/login_ok.320
-rw-r--r--lib/libutil/login_times.32
-rw-r--r--lib/libutil/login_tty.38
-rw-r--r--lib/libutil/logout.38
-rw-r--r--lib/libutil/logwtmp.38
-rw-r--r--lib/libutil/property.312
-rw-r--r--lib/libutil/pty.310
-rw-r--r--lib/libutil/uucplock.310
13 files changed, 59 insertions, 59 deletions
diff --git a/lib/libutil/auth.3 b/lib/libutil/auth.3
index b575bcf9c691..68539db899cf 100644
--- a/lib/libutil/auth.3
+++ b/lib/libutil/auth.3
@@ -1,8 +1,8 @@
-.\"
+.\"
.\" Copyright (c) 1998 Jordan Hubbard
-.\"
+.\"
.\" All rights reserved.
-.\"
+.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
@@ -22,7 +22,7 @@
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-.\"
+.\"
.\" $FreeBSD$
.\" "
.Dd October 7, 1998
diff --git a/lib/libutil/login.3 b/lib/libutil/login.3
index ed6d72883b7f..41612fbf9e4e 100644
--- a/lib/libutil/login.3
+++ b/lib/libutil/login.3
@@ -1,8 +1,8 @@
-.\"
+.\"
.\" Copyright (c) 1996 Joerg Wunsch
-.\"
+.\"
.\" All rights reserved.
-.\"
+.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
@@ -22,7 +22,7 @@
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-.\"
+.\"
.\" $FreeBSD$
.\" "
.Dd December 29, 1996
diff --git a/lib/libutil/login.conf.5 b/lib/libutil/login.conf.5
index 3d3df0fa759f..a6619ec2c444 100644
--- a/lib/libutil/login.conf.5
+++ b/lib/libutil/login.conf.5
@@ -79,7 +79,7 @@ for a more in-depth description of the format of a capability database.
Fields within each record in the database follow the
.Xr getcap 3
conventions for boolean, type string
-.Ql \&=
+.Ql \&=
and type numeric
.Ql \&# ,
although type numeric is depreciated in favour of the string format and
diff --git a/lib/libutil/login_auth.3 b/lib/libutil/login_auth.3
index ed57fec5f8bf..f9db7ab91096 100644
--- a/lib/libutil/login_auth.3
+++ b/lib/libutil/login_auth.3
@@ -29,9 +29,9 @@
.\" .Nm auth_scan
.\" .Nm auth_rmfiles
.Nm auth_checknologin ,
-.Nm auth_cat
-.\" .Nm auth_ttyok
-.\" .Nm auth_hostok
+.Nm auth_cat
+.\" .Nm auth_ttyok
+.\" .Nm auth_hostok
.\" .Nm auth_timesok
.Nd authentication style support library for login class capabilities database.
.Sh LIBRARY
diff --git a/lib/libutil/login_cap.3 b/lib/libutil/login_cap.3
index a7a796a7e415..7f771714834a 100644
--- a/lib/libutil/login_cap.3
+++ b/lib/libutil/login_cap.3
@@ -152,10 +152,10 @@ functions will search for a record with an id of "default",
with that name returned in the
.Ar lc_class
field.
-In addition, if the referenced user has a UID of 0 (normally,
-"root", although the user name is not considered) then
-.Fn login_getpwclass
-will search for a record with an id of "root" before it searches
+In addition, if the referenced user has a UID of 0 (normally,
+"root", although the user name is not considered) then
+.Fn login_getpwclass
+will search for a record with an id of "root" before it searches
for the record with the id of "default".
.Pp
The
@@ -196,11 +196,11 @@ contained within it may override the system defaults.
This scheme allows users to override some login settings from
those in the system login class database by creating class records
for their own private class with a record id of `me'.
-In the context of a
+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 default 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.
@@ -272,7 +272,7 @@ The manpage for
.Xr login.conf 5
deals in specific tags and their type.
.Pp
-Note that with all functions in this group, you should not call
+Note that with all functions in this group, you should not call
.Xr free 3
on any pointers returned.
Memory allocated during retrieval or processing of capability
@@ -337,7 +337,7 @@ If in the first format, then the value given may be "inf" or
"infinity" which results in a return value of RLIM_INFINITY.
If the given capability tag cannot be found, the
.Ar def
-parameter is returned, and if an error occurs, the
+parameter is returned, and if an error occurs, the
.Ar error
parameter is returned.
.It Fn login_getcapsize
diff --git a/lib/libutil/login_ok.3 b/lib/libutil/login_ok.3
index 7242acc88eb1..4d1bab63d5f3 100644
--- a/lib/libutil/login_ok.3
+++ b/lib/libutil/login_ok.3
@@ -46,17 +46,17 @@ class capability entries in the login database,
.Pp
.Fn auth_ttyok
checks to see if the named tty is available to users of a specific
-class, and is either in the
+class, and is either in the
.Em ttys.allow
access list, and not in
-the
+the
.Em ttys.deny
access list.
-An empty
+An empty
.Em ttys.allow
list (or if no such capability exists for
the give login class) logins via any tty device are allowed unless
-the
+the
.Em ttys.deny
list exists and is non-empty, and the device or its
tty group (see
@@ -67,7 +67,7 @@ name, a device name which includes a wildcard (e.g. ttyD* or cuaD*),
or may name a ttygroup, when group=<name> tags have been assigned in
.Pa /etc/ttys .
Matching of ttys and ttygroups is case sensitive.
-Passing a
+Passing a
.Dv NULL
or empty string as the
.Ar tty
@@ -76,9 +76,9 @@ parameter causes the function to return a non-zero value.
.Fn auth_hostok
checks for any host restrictions for remote logins.
The function checks on both a host name and IP address (given in its
-text form, typically n.n.n.n) against the
+text form, typically n.n.n.n) against the
.Em host.allow
-and
+and
.Em host.deny
login class capabilities.
As with ttys and their groups, wildcards and character classes may be
@@ -93,7 +93,7 @@ is in its canonical form.
No hostname or address lookups are attempted.
.Pp
It is possible to call this function with either the hostname or
-the IP address missing (i.e.
+the IP address missing (i.e.
.Dv NULL )
and matching will be performed
only on the basis of the parameter given.
@@ -109,7 +109,7 @@ function checks to see that a given time value is within the
login class capability and not within the
.Em times.deny
access lists.
-An empty or non-existent
+An empty or non-existent
.Em times.allow
list allows access at any
time, except if a given time is falls within a period in the
@@ -126,7 +126,7 @@ manual page.
A non-zero return value from any of these functions indicates that
login access is granted.
A zero return value means either that the item being tested is not
-in the
+in the
.Em allow
access list, or is within the
.Em deny
diff --git a/lib/libutil/login_times.3 b/lib/libutil/login_times.3
index bdf66f344b7a..11a3e7d53d4f 100644
--- a/lib/libutil/login_times.3
+++ b/lib/libutil/login_times.3
@@ -125,7 +125,7 @@ parameter to the function is not NULL, the time at which the
period ends relative to the time passed is returned.
.Pp
The
-.Fn in_ltms
+.Fn in_ltms
function is similar to
.Fn in_ltm
except that the first parameter must be a pointer to an array
diff --git a/lib/libutil/login_tty.3 b/lib/libutil/login_tty.3
index 84a39e162ecd..8cbb200fd6a7 100644
--- a/lib/libutil/login_tty.3
+++ b/lib/libutil/login_tty.3
@@ -1,8 +1,8 @@
-.\"
+.\"
.\" Copyright (c) 1996 Joerg Wunsch
-.\"
+.\"
.\" All rights reserved.
-.\"
+.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
@@ -22,7 +22,7 @@
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-.\"
+.\"
.\" $FreeBSD$
.\" "
.Dd December 29, 1996
diff --git a/lib/libutil/logout.3 b/lib/libutil/logout.3
index dd083abb6b63..a129e5466df4 100644
--- a/lib/libutil/logout.3
+++ b/lib/libutil/logout.3
@@ -1,8 +1,8 @@
-.\"
+.\"
.\" Copyright (c) 1996 Joerg Wunsch
-.\"
+.\"
.\" All rights reserved.
-.\"
+.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
@@ -22,7 +22,7 @@
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-.\"
+.\"
.\" $FreeBSD$
.\" "
.Dd December 29, 1996
diff --git a/lib/libutil/logwtmp.3 b/lib/libutil/logwtmp.3
index 1ba434749c46..f8fa4b6a5b87 100644
--- a/lib/libutil/logwtmp.3
+++ b/lib/libutil/logwtmp.3
@@ -1,8 +1,8 @@
-.\"
+.\"
.\" Copyright (c) 1996 Joerg Wunsch
-.\"
+.\"
.\" All rights reserved.
-.\"
+.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
@@ -22,7 +22,7 @@
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-.\"
+.\"
.\" $FreeBSD$
.\" "
.Dd December 29, 1996
diff --git a/lib/libutil/property.3 b/lib/libutil/property.3
index 174665ca7fb2..f945bd57e728 100644
--- a/lib/libutil/property.3
+++ b/lib/libutil/property.3
@@ -1,8 +1,8 @@
-.\"
+.\"
.\" Copyright (c) 1998 Jordan Hubbard
-.\"
+.\"
.\" All rights reserved.
-.\"
+.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
@@ -22,14 +22,14 @@
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-.\"
+.\"
.\" $FreeBSD$
.\" "
.Dd October 7, 1998
.Os
.Dt PROPERTIES 3
.Sh NAME
-.Nm properties_read ,
+.Nm properties_read ,
.Nm propery_find ,
.Nm properties_free
.Nd "functions to allow creating simple property lists from ASCII file data"
@@ -79,7 +79,7 @@ Each property in the file is assumed to have the format of
.Fa name = value
where
.Fa name
-is an alphanumeric string (and any punctuation not including the `=' character)
+is an alphanumeric string (and any punctuation not including the `=' character)
and
.Fa value
is an arbitary string of text terminated by a newline character. If newlines
diff --git a/lib/libutil/pty.3 b/lib/libutil/pty.3
index cb2e461c4266..32849687afd2 100644
--- a/lib/libutil/pty.3
+++ b/lib/libutil/pty.3
@@ -1,8 +1,8 @@
-.\"
+.\"
.\" Copyright (c) 1996 Joerg Wunsch
-.\"
+.\"
.\" All rights reserved.
-.\"
+.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
@@ -22,14 +22,14 @@
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-.\"
+.\"
.\" $FreeBSD$
.\" "
.Dd December 29, 1996
.Os
.Dt PTY 3
.Sh NAME
-.Nm openpty ,
+.Nm openpty ,
.Nm forkpty
.Nd auxiliary functions to obtain a pseudo-terminal
.Sh LIBRARY
diff --git a/lib/libutil/uucplock.3 b/lib/libutil/uucplock.3
index 404834b0b268..ad801cc354fa 100644
--- a/lib/libutil/uucplock.3
+++ b/lib/libutil/uucplock.3
@@ -1,8 +1,8 @@
-.\"
+.\"
.\" Copyright (c) 1996 Brian Somers <brian@awfulhak.demon.co.uk>
-.\"
+.\"
.\" All rights reserved.
-.\"
+.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
@@ -22,14 +22,14 @@
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-.\"
+.\"
.\" $FreeBSD$
.\" "
.Dd March 30, 1997
.Os
.Dt UUCPLOCK 3
.Sh NAME
-.Nm uu_lock ,
+.Nm uu_lock ,
.Nm uu_unlock ,
.Nm uu_lockerr
.Nd acquire and release control of a serial device