Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/bouyer-quota2]: src/lib/libc/sys Add pointers to source files using the ...
details: https://anonhg.NetBSD.org/src/rev/76aeff0affda
branches: bouyer-quota2
changeset: 761160:76aeff0affda
user: bouyer <bouyer%NetBSD.org@localhost>
date: Fri Feb 11 12:50:11 2011 +0000
description:
Add pointers to source files using the quotactl interface
diffstat:
lib/libc/sys/quotactl.2 | 16 +++++++++++++++-
1 files changed, 15 insertions(+), 1 deletions(-)
diffs (30 lines):
diff -r 437d1d4e72ac -r 76aeff0affda lib/libc/sys/quotactl.2
--- a/lib/libc/sys/quotactl.2 Fri Feb 11 12:44:39 2011 +0000
+++ b/lib/libc/sys/quotactl.2 Fri Feb 11 12:50:11 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: quotactl.2,v 1.26.2.1 2011/02/11 12:35:27 bouyer Exp $
+.\" $NetBSD: quotactl.2,v 1.26.2.2 2011/02/11 12:50:11 bouyer Exp $
.\"
.\" Copyright (c) 1983, 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -181,6 +181,20 @@
was supplied; the associated structure could not be copied in or out
of the kernel.
.El
+.Sh FILES
+Example of usage of the
+.Nm
+syscall, with construction of the pref argument an interpretation of
+the reply, can be found in the following
+.Nx
+source files:
+.Bl -tag
+.It src/usr.bin/quota/getvfsquota.c
+.It src/usr.sbin/repquota/repquota.c
+.It src/usr.sbin/edquota/edquota.c
+.It src/usr.sbin/quotaon/quotaon.c
+.It src/sys/ufs/ufs/quota2_prop.c
+.El
.Sh SEE ALSO
.Xr quota 1 ,
.Xr proplib 3 ,
Home |
Main Index |
Thread Index |
Old Index