Module Name: src
Committed By: dholland
Date: Sun Jul 31 06:21:42 UTC 2022
Modified Files:
src/lib/libc/sys: __quotactl.2
Log Message:
__quotactl(2): typo.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/sys/__quotactl.2
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/__quotactl.2
diff -u src/lib/libc/sys/__quotactl.2:1.3 src/lib/libc/sys/__quotactl.2:1.4
--- src/lib/libc/sys/__quotactl.2:1.3 Mon Feb 13 19:50:15 2012
+++ src/lib/libc/sys/__quotactl.2 Sun Jul 31 06:21:41 2022
@@ -1,4 +1,4 @@
-.\" $NetBSD: __quotactl.2,v 1.3 2012/02/13 19:50:15 dholland Exp $
+.\" $NetBSD: __quotactl.2,v 1.4 2022/07/31 06:21:41 dholland Exp $
.\"
.\" Copyright (c) 1983, 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -275,7 +275,7 @@ for more information.
Normally
quotaon 8
is run during the boot sequence after
-quotacheck 8 .
+.Xr quotacheck 8 .
Also see
.Xr quota_quotaon 3 .
.\" ************************************************************