typo....blast
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Wed, 25 May 1983 04:46:46 +0000 (20:46 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Wed, 25 May 1983 04:46:46 +0000 (20:46 -0800)
SCCS-vsn: include/fstab.h 4.4

usr/src/include/fstab.h

index 756b7b9..04de488 100644 (file)
@@ -1,4 +1,4 @@
-/*     fstab.h 4.3     83/05/24        */
+/*     fstab.h 4.4     83/05/24        */
 
 /*
  * File system table, see fstab (5)
 
 /*
  * File system table, see fstab (5)
@@ -15,7 +15,7 @@
 #define        FSTAB           "/etc/fstab"
 
 #define        FSTAB_RW        "rw"    /* read/write device */
 #define        FSTAB           "/etc/fstab"
 
 #define        FSTAB_RW        "rw"    /* read/write device */
-#define        FSTAB_RQ        "rq",   /* read/write with quotas */
+#define        FSTAB_RQ        "rq"    /* read/write with quotas */
 #define        FSTAB_RO        "ro"    /* read-only device */
 #define        FSTAB_SW        "sw"    /* swap device */
 #define        FSTAB_XX        "xx"    /* ignore totally */
 #define        FSTAB_RO        "ro"    /* read-only device */
 #define        FSTAB_SW        "sw"    /* swap device */
 #define        FSTAB_XX        "xx"    /* ignore totally */