summaryrefslogtreecommitdiffstats
path: root/lib/libutil
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-01-20 09:17:07 +0000
committerru <ru@FreeBSD.org>2005-01-20 09:17:07 +0000
commited72feddcb3cc58c18aff36f4227af3fb11facad (patch)
tree13c84f0554aefe96321f671bc8860f5e9f184a5a /lib/libutil
parent10aca679734b6819f63019fd7c2ba4e54357c677 (diff)
downloadFreeBSD-src-ed72feddcb3cc58c18aff36f4227af3fb11facad.zip
FreeBSD-src-ed72feddcb3cc58c18aff36f4227af3fb11facad.tar.gz
Sort sections.
Diffstat (limited to 'lib/libutil')
-rw-r--r--lib/libutil/_secure_path.38
-rw-r--r--lib/libutil/auth.38
-rw-r--r--lib/libutil/property.34
3 files changed, 10 insertions, 10 deletions
diff --git a/lib/libutil/_secure_path.3 b/lib/libutil/_secure_path.3
index 0a19885..fe23d12 100644
--- a/lib/libutil/_secure_path.3
+++ b/lib/libutil/_secure_path.3
@@ -62,10 +62,6 @@ The
.Xr syslog 3
function is used to log any failure of this function, including the
reason, at LOG_ERR priority.
-.Sh BUGS
-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
.Xr lstat 2 ,
.Xr syslog 3
@@ -73,3 +69,7 @@ access to the file referenced.
Code from which this function was derived was contributed to the
.Fx
project by Berkeley Software Design, Inc.
+.Sh BUGS
+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.
diff --git a/lib/libutil/auth.3 b/lib/libutil/auth.3
index 510486e..3a1bb4d 100644
--- a/lib/libutil/auth.3
+++ b/lib/libutil/auth.3
@@ -45,12 +45,12 @@ The function
returns the value associated with the field called
.Fa name
or NULL if no such field is found or the auth file cannot be opened.
+.Sh FILES
+.Pa /etc/auth.conf
+contains the name=value pairs looked up by
+.Fn auth_getval .
.Sh SEE ALSO
.Xr properties_free 3 ,
.Xr properties_read 3 ,
.Xr property_find 3 ,
.Xr auth.conf 5
-.Sh FILES
-.Pa /etc/auth.conf
-contains the name=value pairs looked up by
-.Fn auth_getval .
diff --git a/lib/libutil/property.3 b/lib/libutil/property.3
index e5acef3..61eb153 100644
--- a/lib/libutil/property.3
+++ b/lib/libutil/property.3
@@ -93,7 +93,7 @@ Any line beginning with a # or ; character is assumed to
be a comment and will be ignored.
.Sh SEE ALSO
.Xr auth_getval 3
-.Sh BUGS
-Simplistic.
.Sh AUTHORS
.An Jordan Hubbard
+.Sh BUGS
+Simplistic.
OpenPOWER on IntegriCloud