From a145482cf625d5f04072fd1d20b5c2062cbe8e47 Mon Sep 17 00:00:00 2001 From: dd Date: Sun, 15 Jul 2001 07:53:42 +0000 Subject: Remove whitespace at EOL. --- lib/libutil/auth.3 | 8 ++++---- lib/libutil/login.3 | 8 ++++---- lib/libutil/login.conf.5 | 2 +- lib/libutil/login_auth.3 | 6 +++--- lib/libutil/login_cap.3 | 16 ++++++++-------- lib/libutil/login_ok.3 | 20 ++++++++++---------- lib/libutil/login_times.3 | 2 +- lib/libutil/login_tty.3 | 8 ++++---- lib/libutil/logout.3 | 8 ++++---- lib/libutil/logwtmp.3 | 8 ++++---- lib/libutil/property.3 | 12 ++++++------ lib/libutil/pty.3 | 10 +++++----- lib/libutil/uucplock.3 | 10 +++++----- 13 files changed, 59 insertions(+), 59 deletions(-) (limited to 'lib/libutil') diff --git a/lib/libutil/auth.3 b/lib/libutil/auth.3 index b575bcf..68539db 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 ed6d728..41612fb 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 64d49ab..37580b6 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 0499b89..0144f5c 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 97f7f54..12f6412 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 817cc6b..c25049a 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= 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 fff232a..28afbfa 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 84a39e1..8cbb200 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 dd083ab..a129e54 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 1ba4347..f8fa4b6 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 174665c..f945bd5 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 cb2e461..3284968 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 404834b..ad801cc 100644 --- a/lib/libutil/uucplock.3 +++ b/lib/libutil/uucplock.3 @@ -1,8 +1,8 @@ -.\" +.\" .\" Copyright (c) 1996 Brian Somers -.\" +.\" .\" 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 -- cgit v1.1