diff options
author | dd <dd@FreeBSD.org> | 2001-06-24 23:54:46 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-06-24 23:54:46 +0000 |
commit | 4d18dfe3ca1fef66131bb8ccd9a55771c0542f7f (patch) | |
tree | beba0c2dba62cf9e1a2ef8d01b0dcc299ee82438 /lib/libutil/Makefile | |
parent | 7894e59b7f217dd493250aec7b5da6dd7f2cf1c4 (diff) | |
download | FreeBSD-src-4d18dfe3ca1fef66131bb8ccd9a55771c0542f7f.zip FreeBSD-src-4d18dfe3ca1fef66131bb8ccd9a55771c0542f7f.tar.gz |
Add a manual page for extattr_string_to_namespace and
extattr_namespace_to_string.
Reviewed by: rwatson
Diffstat (limited to 'lib/libutil/Makefile')
-rw-r--r-- | lib/libutil/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile index b49a691..6c261e6 100644 --- a/lib/libutil/Makefile +++ b/lib/libutil/Makefile @@ -12,11 +12,14 @@ SRCS= _secure_path.c auth.c extattr.c fparseln.c login.c login_auth.c \ trimdomain.c uucplock.c INCS= libutil.h login_cap.h +MAN+= extattr.3 MAN+= login.3 login_auth.3 login_tty.3 logout.3 logwtmp.3 pty.3 \ login_cap.3 login_class.3 login_times.3 login_ok.3 \ _secure_path.3 uucplock.3 property.3 auth.3 realhostname.3 \ realhostname_sa.3 trimdomain.3 fparseln.3 MAN+= login.conf.5 auth.conf.5 +MLINKS+= extattr.3 extattr_namespace_to_string.3 \ + extattr.3 extattr_string_to_namespace.3 MLINKS+= property.3 properties_read.3 property.3 properties_free.3 MLINKS+= property.3 property_find.3 MLINKS+= auth.3 auth_getval.3 |