diff options
author | phantom <phantom@FreeBSD.org> | 2000-04-22 16:14:26 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2000-04-22 16:14:26 +0000 |
commit | 090008a89cb4d0bc5e566cc82b18765d0de3e124 (patch) | |
tree | d930f195db3a114a6121caf08203e3f7c2f12699 /lib | |
parent | 0660c0586ae08c2fddaf8d186089526db656c116 (diff) | |
download | FreeBSD-src-090008a89cb4d0bc5e566cc82b18765d0de3e124.zip FreeBSD-src-090008a89cb4d0bc5e566cc82b18765d0de3e124.tar.gz |
Introduce .Lb macro to libskey manpage
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libskey/skey.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libskey/skey.3 b/lib/libskey/skey.3 index 060fc7d..b52da5b 100644 --- a/lib/libskey/skey.3 +++ b/lib/libskey/skey.3 @@ -35,7 +35,9 @@ .Nm skeyaccess , .Nm skey_getpass , .Nm skey_crypt -.Nd Library routines for S/Key password control table access +.Nd library routines for S/Key password control table access +.Sh LIBRARY +.Lb libskey .Sh SYNOPSIS .Fd #include <stdio.h> .Fd #include <skey.h> |