From 13fe72d4bfdb65c20204a9dfa3cb0294704fe24a Mon Sep 17 00:00:00 2001 From: phantom Date: Sat, 22 Apr 2000 16:17:00 +0000 Subject: Introduce .Lb macro to libutil manpages Sort .Nm values in some manpages Remove explicit note about compiling with -lutil, it's implicitly declared by .Lb macro now. --- lib/libutil/auth.3 | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'lib/libutil/auth.3') diff --git a/lib/libutil/auth.3 b/lib/libutil/auth.3 index 67a63b7..323d2f6 100644 --- a/lib/libutil/auth.3 +++ b/lib/libutil/auth.3 @@ -32,17 +32,13 @@ .Nm auth_getval .Nd functions for reading values from .Pa /etc/auth.conf +.Sh LIBRARY +.Lb libutil .Sh SYNOPSIS .Fd #include .Fd #include .Ft char * .Fn auth_getval "const char *name" -.Pp -Link with -.Va -lutil -on the -.Xr cc 1 -command line. .Sh DESCRIPTION The function @@ -51,8 +47,8 @@ returns the value assocated with the field called .Fa name or NULL if no such field is found or the auth file cannot be opened. .Sh SEE ALSO -.Xr properties_read 3 , .Xr properties_free 3 , +.Xr properties_read 3 , .Xr property_find 3 , .Xr auth.conf 5 .Sh FILES -- cgit v1.1