From 7da608ca9c33d4a842470d44a4d5e542a0838a54 Mon Sep 17 00:00:00 2001 From: dholland Date: Mon, 13 Feb 2012 19:53:24 +0000 Subject: [PATCH] Update dangling references to quotactl(2), mostly now libquota(3), and to quotactl(8), mostly now quotarestore(8). ok riz@ --- 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(-) diff --git a/lib/libc/sys/getrlimit.2 b/lib/libc/sys/getrlimit.2 index cb6c429df563..2a5052abc96f 100644 --- a/lib/libc/sys/getrlimit.2 +++ b/lib/libc/sys/getrlimit.2 @@ -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 is already higher than the limit. .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 --git a/share/man/man5/fstab.5 b/share/man/man5/fstab.5 index a8fdfe5f2ac9..d70aecbd904a 100644 --- a/share/man/man5/fstab.5 +++ b/share/man/man5/fstab.5 @@ -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 diff --git a/usr.bin/quota/quota.1 b/usr.bin/quota/quota.1 index 8c9c088047c6..69edef9bafc9 100644 --- a/usr.bin/quota/quota.1 +++ b/usr.bin/quota/quota.1 @@ -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 , diff --git a/usr.sbin/edquota/edquota.8 b/usr.sbin/edquota/edquota.8 index cac4a44907d0..245d95658ffb 100644 --- a/usr.sbin/edquota/edquota.8 +++ b/usr.sbin/edquota/edquota.8 @@ -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 system .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 --git a/usr.sbin/quotacheck/quotacheck.8 b/usr.sbin/quotacheck/quotacheck.8 index b114238bf802..7c11c06748f3 100644 --- a/usr.sbin/quotacheck/quotacheck.8 +++ b/usr.sbin/quotacheck/quotacheck.8 @@ -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 , diff --git a/usr.sbin/quotaon/quotaon.8 b/usr.sbin/quotaon/quotaon.8 index b9f44270826b..d132048f3039 100644 --- a/usr.sbin/quotaon/quotaon.8 +++ b/usr.sbin/quotaon/quotaon.8 @@ -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 ,