summaryrefslogtreecommitdiffstats
path: root/lib/libutil
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2000-03-02 09:14:21 +0000
committersheldonh <sheldonh@FreeBSD.org>2000-03-02 09:14:21 +0000
commit329223e6f229a55ee8fed800f358f30e994ed749 (patch)
tree5d5e6c715ccfb778a29f10e1ea16f06731edbda8 /lib/libutil
parent05f0a865546b5e0b902987be72a75a7b0ef85d09 (diff)
downloadFreeBSD-src-329223e6f229a55ee8fed800f358f30e994ed749.zip
FreeBSD-src-329223e6f229a55ee8fed800f358f30e994ed749.tar.gz
Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
Diffstat (limited to 'lib/libutil')
-rw-r--r--lib/libutil/fparseln.33
-rw-r--r--lib/libutil/login.conf.53
-rw-r--r--lib/libutil/login_cap.33
3 files changed, 6 insertions, 3 deletions
diff --git a/lib/libutil/fparseln.3 b/lib/libutil/fparseln.3
index 9ba671c..6681bed 100644
--- a/lib/libutil/fparseln.3
+++ b/lib/libutil/fparseln.3
@@ -58,7 +58,8 @@ returns a pointer to the next logical line from the stream referenced by
.Fa stream .
This string is
.Dv NUL
-terminated and it is dynamicaly allocated on each invocation. It is the
+terminated and it is dynamicaly allocated on each invocation.
+It is the
responsibility of the caller to free the pointer.
.Pp
By default, if a character is escaped, both it and the preceeding escape
diff --git a/lib/libutil/login.conf.5 b/lib/libutil/login.conf.5
index ed55a11..082799a 100644
--- a/lib/libutil/login.conf.5
+++ b/lib/libutil/login.conf.5
@@ -186,7 +186,8 @@ the login session will be terminated.
.It setenv list A comma-separated list of environment variables and
values to which they are to be set.
.It shell prog Session shell to execute rather than the
-shell specified in the passwd file. The SHELL environment variable will
+shell specified in the passwd file.
+The SHELL environment variable will
contain the shell specified in the password file.
.It term string Default terminal type if not able to determine from
other means.
diff --git a/lib/libutil/login_cap.3 b/lib/libutil/login_cap.3
index f0be9d7..e5cc17b 100644
--- a/lib/libutil/login_cap.3
+++ b/lib/libutil/login_cap.3
@@ -146,7 +146,8 @@ or
.Fn login_getuserclass .
If the referenced user has no login class specified in
.Pa /etc/master.passwd ,
-the class name is NULL or an empty string. If the class
+the class name is NULL or an empty string.
+If the class
specified does not exist in the database, each of these
functions will search for a record with an id of "default",
with that name returned in the
OpenPOWER on IntegriCloud