summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>1999-09-21 19:39:27 +0000
committerphantom <phantom@FreeBSD.org>1999-09-21 19:39:27 +0000
commitbf608b572c2e8d26fc3956de3177006c36ad3358 (patch)
treee12db902dfaa2df81d71073ef0dbf53e50a4e61f
parentcdf842b2dfff6f223103c7e10fd5a7b2af85c84a (diff)
downloadFreeBSD-src-bf608b572c2e8d26fc3956de3177006c36ad3358.zip
FreeBSD-src-bf608b572c2e8d26fc3956de3177006c36ad3358.tar.gz
mdoc(7)'fy
Reviewed by: mpp
-rw-r--r--lib/libc/gen/setproctitle.32
-rw-r--r--lib/libutil/_secure_path.39
-rw-r--r--lib/libutil/auth.32
-rw-r--r--lib/libutil/auth.conf.55
-rw-r--r--lib/libutil/login.conf.55
-rw-r--r--lib/libutil/login_auth.313
-rw-r--r--lib/libutil/login_ok.36
-rw-r--r--lib/libutil/login_times.310
-rw-r--r--lib/libutil/setproctitle.32
9 files changed, 29 insertions, 25 deletions
diff --git a/lib/libc/gen/setproctitle.3 b/lib/libc/gen/setproctitle.3
index 96f1ebf..2d85b29 100644
--- a/lib/libc/gen/setproctitle.3
+++ b/lib/libc/gen/setproctitle.3
@@ -95,7 +95,7 @@ the predominant convention.
.Pp
It is thought that the implementation is compatible with other systems,
including
-.Tn NetBSD
+.Nx
and
.Tn BSD/OS .
.Sh HISTORY
diff --git a/lib/libutil/_secure_path.3 b/lib/libutil/_secure_path.3
index 85fc999..e962669 100644
--- a/lib/libutil/_secure_path.3
+++ b/lib/libutil/_secure_path.3
@@ -38,7 +38,9 @@ in order to decide whether or not to trust the contents of a given
file.
It uses a method often used to detect system compromise.
.Pp
-A file is considered 'secure' if it meets the following conditions:
+A file is considered
+.Sq secure
+if it meets the following conditions:
.Bl -enum
.It
The file exists, and is a regular file (not a symlink, device
@@ -55,7 +57,7 @@ gid, if gid is not -1.
This function returns zero if the file exists and may be
considered secure, -2 if the file does not exist, and
-1 otherwise to indicate a security failure.
-.Xr syslog 3 ,
+.Xr syslog 3
is used to log any failure of this function, including the
reason, at LOG_ERR priority.
.Sh BUGS
@@ -67,4 +69,5 @@ access to the file referenced.
.Xr syslog 3 .
.Sh HISTORY
Code from which this function was derived was contributed to the
-FreeBSD project by Berkeley Software Design, Inc.
+.Fx
+project by Berkeley Software Design, Inc.
diff --git a/lib/libutil/auth.3 b/lib/libutil/auth.3
index 14987c3..67a63b7 100644
--- a/lib/libutil/auth.3
+++ b/lib/libutil/auth.3
@@ -27,7 +27,7 @@
.\" "
.Dd October 7, 1998
.Os
-.Dt auth_getval 3
+.Dt AUTH_GETVAL 3
.Sh NAME
.Nm auth_getval
.Nd functions for reading values from
diff --git a/lib/libutil/auth.conf.5 b/lib/libutil/auth.conf.5
index fe54df0..fe64632 100644
--- a/lib/libutil/auth.conf.5
+++ b/lib/libutil/auth.conf.5
@@ -22,11 +22,12 @@
.Sh SYNOPSIS
.Pa /etc/auth.conf
.Sh DESCRIPTION
-auth.conf contains various attributes important to the authentication
+.Nm auth.conf
+contains various attributes important to the authentication
code, most notably
.Xr kerberos 5
for the time being. This documentation will be updated as the
-.Pa auth.conf
+.Pa /etc/auth.conf
file, which is very new, evolves.
.Sh SEE ALSO
.Xr auth_getval 3
diff --git a/lib/libutil/login.conf.5 b/lib/libutil/login.conf.5
index 3588aa5..0b86490 100644
--- a/lib/libutil/login.conf.5
+++ b/lib/libutil/login.conf.5
@@ -29,7 +29,8 @@
.Pa /etc/login.conf ,
.Pa ~/.login_conf
.Sh DESCRIPTION
-login.conf contains various attributes and capabilities of login classes.
+.Nm login.conf
+contains various attributes and capabilities of login classes.
A login class (an optional annotation against each record in the user
account database,
.Pa /etc/master.passwd )
@@ -122,7 +123,7 @@ A size value is a numeric quantity and case of the suffix is not significant.
Concatenated values are added together.
.It time
A period of time, by default in seconds.
-A prefix may specify a different unit;
+A prefix may specify a different unit:
.Bl -tag -offset indent -compact -width xxxx
.It y
indicates the number of 365 day years,
diff --git a/lib/libutil/login_auth.3 b/lib/libutil/login_auth.3
index 5d851f8..e521275 100644
--- a/lib/libutil/login_auth.3
+++ b/lib/libutil/login_auth.3
@@ -28,12 +28,12 @@
.\" .Nm auth_env
.\" .Nm auth_scan
.\" .Nm auth_rmfiles
-.Nm auth_checknologin
-.Nm auth_cat
-.\" .Nm auth_ttyok
-.\" .Nm auth_hostok
+.Nm auth_checknologin ,
+.Nm auth_cat
+.\" .Nm auth_ttyok
+.\" .Nm auth_hostok
.\" .Nm auth_timesok
-.Nd Authentication style support library for login class capabilities database.
+.Nd authentication style support library for login class capabilities database.
.Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <login_cap.h>
@@ -61,8 +61,7 @@
This set of functions support the login class authorisation style interface provided
by
.Xr login.conf 5 .
-
-.Sh RETURN VALUES
+.\" .Sh RETURN VALUES
.Sh SEE ALSO
.Xr getcap 3 ,
.Xr login_cap 3 ,
diff --git a/lib/libutil/login_ok.3 b/lib/libutil/login_ok.3
index b74ab39..a19362d 100644
--- a/lib/libutil/login_ok.3
+++ b/lib/libutil/login_ok.3
@@ -23,10 +23,10 @@
.Os FreeBSD
.Dt LOGIN_OK 3
.Sh NAME
-.Nm auth_ttyok
-.Nm auth_hostok
+.Nm auth_ttyok ,
+.Nm auth_hostok ,
.Nm auth_timeok
-.Nd Functions for checking login class based login restrictions
+.Nd functions for checking login class based login restrictions
.Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <time.h>
diff --git a/lib/libutil/login_times.3 b/lib/libutil/login_times.3
index 9636f2d..f80bd83 100644
--- a/lib/libutil/login_times.3
+++ b/lib/libutil/login_times.3
@@ -23,10 +23,10 @@
.Os FreeBSD
.Dt LOGIN_TIMES 3
.Sh NAME
-.Nm parse_lt
-.Nm in_ltm
+.Nm parse_lt ,
+.Nm in_ltm ,
.Nm in_ltms
-.Nd Functions for parsing and checking login time periods
+.Nd functions for parsing and checking login time periods
.Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <time.h>
@@ -95,8 +95,8 @@ A series
.Em LTM_*
macros may be used for testing bits individually and in combination.
If no bits are set in this field - ie. it contains the value
-.Em LTM_NONE -
-then the entire period is assumed invalid.
+.Em LTM_NONE
+- then the entire period is assumed invalid.
This is used as a convention to mark the termination of an array
of login_time_t values.
If
diff --git a/lib/libutil/setproctitle.3 b/lib/libutil/setproctitle.3
index 96f1ebf..2d85b29 100644
--- a/lib/libutil/setproctitle.3
+++ b/lib/libutil/setproctitle.3
@@ -95,7 +95,7 @@ the predominant convention.
.Pp
It is thought that the implementation is compatible with other systems,
including
-.Tn NetBSD
+.Nx
and
.Tn BSD/OS .
.Sh HISTORY
OpenPOWER on IntegriCloud