diff options
author | 2014-06-27 06:01:40 +0000 | |
---|---|---|
committer | 2014-06-27 06:01:40 +0000 | |
commit | fae9e54594222c81a1348040ea9b83ad5353c6a2 (patch) | |
tree | 81c96f6400ed9baa0f37db0d7d24f1f31ca18c9f | |
parent | Remove M_ASN1_New* macros which are only used in X509_PKEY_new() are obfuscate (diff) | |
download | wireguard-openbsd-fae9e54594222c81a1348040ea9b83ad5353c6a2.tar.xz wireguard-openbsd-fae9e54594222c81a1348040ea9b83ad5353c6a2.zip |
fix a comment;
From: patrick keshishian
-rw-r--r-- | share/man/man5/fstab.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/fstab.5 b/share/man/man5/fstab.5 index e68ab2f8d35..ed2885671f5 100644 --- a/share/man/man5/fstab.5 +++ b/share/man/man5/fstab.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fstab.5,v 1.48 2014/01/06 00:52:21 brad Exp $ +.\" $OpenBSD: fstab.5,v 1.49 2014/06/27 06:01:40 jmc Exp $ .\" $NetBSD: fstab.5,v 1.5.2.1 1995/11/16 20:11:11 pk Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)fstab.5 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: January 6 2014 $ +.Dd $Mdocdate: June 27 2014 $ .Dt FSTAB 5 .Os .Sh NAME @@ -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 */ |