Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man5 FSTAB_RQ was missing.



details:   https://anonhg.NetBSD.org/src/rev/3cc217b60678
branches:  trunk
changeset: 539036:3cc217b60678
user:      enami <enami%NetBSD.org@localhost>
date:      Wed Nov 06 04:13:24 2002 +0000

description:
FSTAB_RQ was missing.

diffstat:

 share/man/man5/fstab.5 |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0ad93bc3b5ef -r 3cc217b60678 share/man/man5/fstab.5
--- a/share/man/man5/fstab.5    Wed Nov 06 04:03:25 2002 +0000
+++ b/share/man/man5/fstab.5    Wed Nov 06 04:13:24 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: fstab.5,v 1.25 2002/05/04 19:50:36 jdolecek Exp $
+.\"    $NetBSD: fstab.5,v 1.26 2002/11/06 04:13:24 enami Exp $
 .\"
 .\" Copyright (c) 1980, 1989, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -270,6 +270,7 @@
 will assume that the filesystem does not need to be checked.
 .Bd -literal
 #define        FSTAB_RW        "rw"    /* read-write device */
+#define        FSTAB_RQ        "rq"    /* read/write with quotas */
 #define        FSTAB_RO        "ro"    /* read-only device */
 #define        FSTAB_SW        "sw"    /* swap device */
 #define        FSTAB_DP        "dp"    /* dump device */



Home | Main Index | Thread Index | Old Index