Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libquota Add a preliminary man page for libquota.



details:   https://anonhg.NetBSD.org/src/rev/36f1acecf2d6
branches:  trunk
changeset: 773045:36f1acecf2d6
user:      dholland <dholland%NetBSD.org@localhost>
date:      Wed Jan 25 17:45:13 2012 +0000

description:
Add a preliminary man page for libquota.

diffstat:

 lib/libquota/Makefile |  26 ++++++++++++++++++++++++--
 1 files changed, 24 insertions(+), 2 deletions(-)

diffs (45 lines):

diff -r bf7d3a82517c -r 36f1acecf2d6 lib/libquota/Makefile
--- a/lib/libquota/Makefile     Wed Jan 25 17:43:37 2012 +0000
+++ b/lib/libquota/Makefile     Wed Jan 25 17:45:13 2012 +0000
@@ -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+=     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_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>



Home | Main Index | Thread Index | Old Index