Module Name:    src
Committed By:   dholland
Date:           Wed Jan 25 17:45:13 UTC 2012

Modified Files:
        src/lib/libquota: Makefile

Log Message:
Add a preliminary man page for libquota.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libquota/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libquota/Makefile
diff -u src/lib/libquota/Makefile:1.5 src/lib/libquota/Makefile:1.6
--- src/lib/libquota/Makefile:1.5	Mon Jan  9 15:41:58 2012
+++ src/lib/libquota/Makefile	Wed Jan 25 17:45:13 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.5 2012/01/09 15:41:58 dholland Exp $
+#	$NetBSD: Makefile,v 1.6 2012/01/25 17:45:13 dholland Exp $
 #	@(#)Makefile	8.1 (Berkeley) 6/4/93
 
 .include <bsd.own.mk>
@@ -12,7 +12,6 @@ LIBDPLIBS+=     prop  ${.CURDIR}/../libp
 LIBDPLIBS+=     rpcsvc  ${.CURDIR}/../librpcsvc
 
 SRCS+=	getfsquota.c getnfsquota.c getufsquota.c
-MAN=
 
 SRCS+=	quota_open.c
 SRCS+=	quota_schema.c
@@ -22,4 +21,27 @@ SRCS+=	quota_proplib.c
 SRCS+=	quota_nfs.c
 SRCS+=	quota_oldfiles.c
 
+MAN=	libquota.3
+MLINKS=	libquota.3 quota_close.3 \
+	libquota.3 quota_delete.3 \
+	libquota.3 quota_get.3 \
+	libquota.3 quota_getimplname.3 \
+	libquota.3 quota_getmountdevice.3 \
+	libquota.3 quota_getmountpoint.3 \
+	libquota.3 quota_getnumidtypes.3 \
+	libquota.3 quota_getnumobjtypes.3 \
+	libquota.3 quota_idtype_getname.3 \
+	libquota.3 quota_objtype_getname.3 \
+	libquota.3 quota_objtype_isbytes.3 \
+	libquota.3 quota_open.3 \
+	libquota.3 quota_opencursor.3 \
+	libquota.3 quota_put.3 \
+	libquota.3 quotacursor_atend.3 \
+	libquota.3 quotacursor_close.3 \
+	libquota.3 quotacursor_get.3 \
+	libquota.3 quotacursor_getn.3 \
+	libquota.3 quotacursor_rewind.3 \
+	libquota.3 quotacursor_skipidtype.3 \
+	libquota.3 quotaval_clear.3
+
 .include <bsd.lib.mk>

Reply via email to