Module Name: src
Committed By: dholland
Date: Mon Feb 13 19:53:26 UTC 2012
Modified Files:
src/lib/libc/sys: getrlimit.2
src/share/man/man5: fstab.5
src/usr.bin/quota: quota.1
src/usr.sbin/edquota: edquota.8
src/usr.sbin/quotacheck: quotacheck.8
src/usr.sbin/quotaon: quotaon.8
Log Message:
Update dangling references to quotactl(2), mostly now libquota(3), and to
quotactl(8), mostly now quotarestore(8). ok riz@
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/lib/libc/sys/getrlimit.2
cvs rdiff -u -r1.38 -r1.39 src/share/man/man5/fstab.5
cvs rdiff -u -r1.16 -r1.17 src/usr.bin/quota/quota.1
cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/edquota/edquota.8
cvs rdiff -u -r1.17 -r1.18 src/usr.sbin/quotacheck/quotacheck.8
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/quotaon/quotaon.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/sys/getrlimit.2
diff -u src/lib/libc/sys/getrlimit.2:1.34 src/lib/libc/sys/getrlimit.2:1.35
--- src/lib/libc/sys/getrlimit.2:1.34 Wed Nov 16 22:43:27 2011
+++ src/lib/libc/sys/getrlimit.2 Mon Feb 13 19:53:24 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: getrlimit.2,v 1.34 2011/11/16 22:43:27 wiz Exp $
+.\" $NetBSD: getrlimit.2,v 1.35 2012/02/13 19:53:24 dholland Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -209,10 +209,10 @@ cannot be lowered, because current usage
.Xr csh 1 ,
.Xr sh 1 ,
.Xr mlock 2 ,
-.Xr quotactl 2 ,
.Xr setsockopt 2 ,
.Xr sigaction 2 ,
.Xr sigaltstack 2 ,
+.Xr libquota 3 ,
.Xr sysctl 3
.\" Sh STANDARDS
.\" With exception of
Index: src/share/man/man5/fstab.5
diff -u src/share/man/man5/fstab.5:1.38 src/share/man/man5/fstab.5:1.39
--- src/share/man/man5/fstab.5:1.38 Sun Mar 6 17:22:50 2011
+++ src/share/man/man5/fstab.5 Mon Feb 13 19:53:25 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: fstab.5,v 1.38 2011/03/06 17:22:50 wiz Exp $
+.\" $NetBSD: fstab.5,v 1.39 2012/02/13 19:53:25 dholland Exp $
.\"
.\" Copyright (c) 1980, 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -212,12 +212,10 @@ or
.Dq groupquota
options.
Migration of limits to the new in-file system quota can be handled
-by
-.Xr repquota 8
-with option
-.Fl x
+via
+.Xr quotadump 8
and
-.Xr quotactl 8 .
+.Xr quotarestore 8 .
.Pp
The option
.Dq rump
Index: src/usr.bin/quota/quota.1
diff -u src/usr.bin/quota/quota.1:1.16 src/usr.bin/quota/quota.1:1.17
--- src/usr.bin/quota/quota.1:1.16 Sun Mar 6 17:25:32 2011
+++ src/usr.bin/quota/quota.1 Mon Feb 13 19:53:25 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: quota.1,v 1.16 2011/03/06 17:25:32 wiz Exp $
+.\" $NetBSD: quota.1,v 1.17 2012/02/13 19:53:25 dholland Exp $
.\"
.\" Copyright (c) 1983, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -124,7 +124,7 @@ If
exits with a non-zero status, one or more file systems
are over quota.
.Sh SEE ALSO
-.Xr quotactl 2 ,
+.Xr libquota 3 ,
.Xr fstab 5 ,
.Xr edquota 8 ,
.Xr quotacheck 8 ,
Index: src/usr.sbin/edquota/edquota.8
diff -u src/usr.sbin/edquota/edquota.8:1.15 src/usr.sbin/edquota/edquota.8:1.16
--- src/usr.sbin/edquota/edquota.8:1.15 Mon Jan 30 19:17:29 2012
+++ src/usr.sbin/edquota/edquota.8 Mon Feb 13 19:53:25 2012
@@ -29,7 +29,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)edquota.8 8.2 (Berkeley) 4/27/95
-.\" $NetBSD: edquota.8,v 1.15 2012/01/30 19:17:29 dholland Exp $
+.\" $NetBSD: edquota.8,v 1.16 2012/02/13 19:53:25 dholland Exp $
.\"
.Dd January 29, 2012
.Dt EDQUOTA 8
@@ -191,10 +191,10 @@ time for the default quotas on file syst
.Dl edquota -h 4M/2k -s 2M/1k -t 2W3D/2W3D -f /home -u -d
.Sh SEE ALSO
.Xr quota 1 ,
-.Xr quotactl 2 ,
.Xr humanize_number 3 ,
+.Xr libquota 3 ,
.Xr fstab 5 ,
.Xr quotacheck 8 ,
-.Xr quotactl 8 ,
.Xr quotaon 8 ,
+.Xr quotarestore 8 ,
.Xr repquota 8
Index: src/usr.sbin/quotacheck/quotacheck.8
diff -u src/usr.sbin/quotacheck/quotacheck.8:1.17 src/usr.sbin/quotacheck/quotacheck.8:1.18
--- src/usr.sbin/quotacheck/quotacheck.8:1.17 Mon Jan 5 18:46:44 2004
+++ src/usr.sbin/quotacheck/quotacheck.8 Mon Feb 13 19:53:25 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: quotacheck.8,v 1.17 2004/01/05 18:46:44 wiz Exp $
+.\" $NetBSD: quotacheck.8,v 1.18 2012/02/13 19:53:25 dholland Exp $
.\"
.\" Copyright (c) 1983, 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -175,7 +175,7 @@ default filesystems
.El
.Sh SEE ALSO
.Xr quota 1 ,
-.Xr quotactl 2 ,
+.Xr libquota 3 ,
.Xr fstab 5 ,
.Xr edquota 8 ,
.Xr fsck 8 ,
Index: src/usr.sbin/quotaon/quotaon.8
diff -u src/usr.sbin/quotaon/quotaon.8:1.9 src/usr.sbin/quotaon/quotaon.8:1.10
--- src/usr.sbin/quotaon/quotaon.8:1.9 Fri Nov 19 21:19:24 2004
+++ src/usr.sbin/quotaon/quotaon.8 Mon Feb 13 19:53:26 2012
@@ -28,7 +28,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)quotaon.8 8.2 (Berkeley) 12/11/93
-.\" $NetBSD: quotaon.8,v 1.9 2004/11/19 21:19:24 snj Exp $
+.\" $NetBSD: quotaon.8,v 1.10 2012/02/13 19:53:26 dholland Exp $
.\"
.Dd December 11, 1993
.Dt QUOTAON 8
@@ -124,7 +124,7 @@ filesystem table
.El
.Sh SEE ALSO
.Xr quota 1 ,
-.Xr quotactl 2 ,
+.Xr libquota 3 ,
.Xr fstab 5 ,
.Xr edquota 8 ,
.Xr quotacheck 8 ,