fix missing forward-slash.

Index: fstab.5
===================================================================
RCS file: /cvs/obsd/src/share/man/man5/fstab.5,v
retrieving revision 1.48
diff -u -p -u -p -r1.48 fstab.5
--- fstab.5     6 Jan 2014 00:52:21 -0000       1.48
+++ fstab.5     27 Jun 2014 05:52:08 -0000
@@ -248,7 +248,7 @@ a value of zero is returned and
 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_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 */

Reply via email to