Re: simple fstab.5 diff

2014-06-26 Thread Jason McIntyre
On Thu, Jun 26, 2014 at 10:55:57PM -0700, patrick keshishian wrote:
> 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 -   1.48
> +++ fstab.5   27 Jun 2014 05:52:08 -
> @@ -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 */
> 

fixed, thanks.
jmc



simple fstab.5 diff

2014-06-26 Thread patrick keshishian
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 -   1.48
+++ fstab.5 27 Jun 2014 05:52:08 -
@@ -248,7 +248,7 @@ a value of zero is returned and
 will assume that the filesystem does not need to be checked.
 .Bd -literal
 #defineFSTAB_RW"rw"/* read/write device */
-#defineFSTAB_RQ"rq"/* read/write with quotas *
+#defineFSTAB_RQ"rq"/* read/write with quotas */
 #defineFSTAB_RO"ro"/* read-only device */
 #defineFSTAB_SW"sw"/* swap device */
 #defineFSTAB_XX"xx"/* ignore totally */