Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Update dangling references to quotactl(2), mostly now libquo...
details: https://anonhg.NetBSD.org/src/rev/2801778c74a9
branches: trunk
changeset: 773713:2801778c74a9
user: dholland <dholland%NetBSD.org@localhost>
date: Mon Feb 13 19:53:24 2012 +0000
description:
Update dangling references to quotactl(2), mostly now libquota(3), and to
quotactl(8), mostly now quotarestore(8). ok riz@
diffstat:
lib/libc/sys/getrlimit.2 | 4 ++--
share/man/man5/fstab.5 | 10 ++++------
usr.bin/quota/quota.1 | 4 ++--
usr.sbin/edquota/edquota.8 | 6 +++---
usr.sbin/quotacheck/quotacheck.8 | 4 ++--
usr.sbin/quotaon/quotaon.8 | 4 ++--
6 files changed, 15 insertions(+), 17 deletions(-)
diffs (128 lines):
diff -r 5c4f788ea0a1 -r 2801778c74a9 lib/libc/sys/getrlimit.2
--- a/lib/libc/sys/getrlimit.2 Mon Feb 13 19:50:15 2012 +0000
+++ b/lib/libc/sys/getrlimit.2 Mon Feb 13 19:53:24 2012 +0000
@@ -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 @@
.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
diff -r 5c4f788ea0a1 -r 2801778c74a9 share/man/man5/fstab.5
--- a/share/man/man5/fstab.5 Mon Feb 13 19:50:15 2012 +0000
+++ b/share/man/man5/fstab.5 Mon Feb 13 19:53:24 2012 +0000
@@ -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 @@
.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
diff -r 5c4f788ea0a1 -r 2801778c74a9 usr.bin/quota/quota.1
--- a/usr.bin/quota/quota.1 Mon Feb 13 19:50:15 2012 +0000
+++ b/usr.bin/quota/quota.1 Mon Feb 13 19:53:24 2012 +0000
@@ -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 @@
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 ,
diff -r 5c4f788ea0a1 -r 2801778c74a9 usr.sbin/edquota/edquota.8
--- a/usr.sbin/edquota/edquota.8 Mon Feb 13 19:50:15 2012 +0000
+++ b/usr.sbin/edquota/edquota.8 Mon Feb 13 19:53:24 2012 +0000
@@ -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 @@
.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
diff -r 5c4f788ea0a1 -r 2801778c74a9 usr.sbin/quotacheck/quotacheck.8
--- a/usr.sbin/quotacheck/quotacheck.8 Mon Feb 13 19:50:15 2012 +0000
+++ b/usr.sbin/quotacheck/quotacheck.8 Mon Feb 13 19:53:24 2012 +0000
@@ -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 @@
.El
.Sh SEE ALSO
.Xr quota 1 ,
-.Xr quotactl 2 ,
+.Xr libquota 3 ,
.Xr fstab 5 ,
.Xr edquota 8 ,
.Xr fsck 8 ,
diff -r 5c4f788ea0a1 -r 2801778c74a9 usr.sbin/quotaon/quotaon.8
--- a/usr.sbin/quotaon/quotaon.8 Mon Feb 13 19:50:15 2012 +0000
+++ b/usr.sbin/quotaon/quotaon.8 Mon Feb 13 19:53:24 2012 +0000
@@ -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 @@
.El
.Sh SEE ALSO
.Xr quota 1 ,
-.Xr quotactl 2 ,
+.Xr libquota 3 ,
.Xr fstab 5 ,
.Xr edquota 8 ,
.Xr quotacheck 8 ,
Home |
Main Index |
Thread Index |
Old Index