diff options
author | phantom <phantom@FreeBSD.org> | 2000-04-22 16:17:00 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2000-04-22 16:17:00 +0000 |
commit | 13fe72d4bfdb65c20204a9dfa3cb0294704fe24a (patch) | |
tree | 1edb99ae9e36e3b0bd810281b942aac8dc274493 /lib/libutil/login.3 | |
parent | 090008a89cb4d0bc5e566cc82b18765d0de3e124 (diff) | |
download | FreeBSD-src-13fe72d4bfdb65c20204a9dfa3cb0294704fe24a.zip FreeBSD-src-13fe72d4bfdb65c20204a9dfa3cb0294704fe24a.tar.gz |
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.
Diffstat (limited to 'lib/libutil/login.3')
-rw-r--r-- | lib/libutil/login.3 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/libutil/login.3 b/lib/libutil/login.3 index c8f592c..ed6d728 100644 --- a/lib/libutil/login.3 +++ b/lib/libutil/login.3 @@ -31,18 +31,14 @@ .Sh NAME .Nm login .Nd "log a new login record to the utmp and wtmp files" +.Sh LIBRARY +.Lb libutil .Sh SYNOPSIS .Fd #include <sys/types.h> .Fd #include <utmp.h> .Fd #include <libutil.h> .Ft void .Fn login "struct utmp *ut" -.Pp -Link with -.Va -lutil -on the -.Xr cc 1 -command line. .Sh DESCRIPTION The function .Fn login |