Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys Fix wrong xref; wrote quotactl(8), meant quotac...
details: https://anonhg.NetBSD.org/src/rev/5c4f788ea0a1
branches: trunk
changeset: 773712:5c4f788ea0a1
user: dholland <dholland%NetBSD.org@localhost>
date: Mon Feb 13 19:50:15 2012 +0000
description:
Fix wrong xref; wrote quotactl(8), meant quotacheck(8). ok riz@
diffstat:
lib/libc/sys/__quotactl.2 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d5339056f8e4 -r 5c4f788ea0a1 lib/libc/sys/__quotactl.2
--- a/lib/libc/sys/__quotactl.2 Mon Feb 13 19:15:59 2012 +0000
+++ b/lib/libc/sys/__quotactl.2 Mon Feb 13 19:50:15 2012 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: __quotactl.2,v 1.2 2012/02/13 13:22:09 wiz Exp $
+.\" $NetBSD: __quotactl.2,v 1.3 2012/02/13 19:50:15 dholland Exp $
.\"
.\" Copyright (c) 1983, 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -169,7 +169,7 @@
If the usage information is incorrect a tool such as
.Xr fsck 8
or
-.Xr quotactl 8
+.Xr quotacheck 8
with file-system-specific knowledge must be used to repair the
on-disk information.
See
Home |
Main Index |
Thread Index |
Old Index