From f286b58bfa452fae95626fe721ebd8089c655eb2 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 26 Oct 2008 02:22:12 +0000 Subject: add missing ) to comment #241430 by Maryasin Semen svn path=/trunk/; revision=3128 --- share.BSD/fstab | 2 +- share.Linux/fstab | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/share.BSD/fstab b/share.BSD/fstab index b28c3fc9..eea8c9e9 100644 --- a/share.BSD/fstab +++ b/share.BSD/fstab @@ -1,7 +1,7 @@ # /etc/fstab: static file system information. # # noatime turns off atimes for increased performance (atimes normally aren't -# needed. +# needed). # # The root filesystem should have a pass number of either 0 or 1. # All other filesystems should have a pass number of 0 or greater than 1. diff --git a/share.Linux/fstab b/share.Linux/fstab index 8b267362..6ff586ad 100644 --- a/share.Linux/fstab +++ b/share.Linux/fstab @@ -1,7 +1,7 @@ # /etc/fstab: static file system information. # # noatime turns off atimes for increased performance (atimes normally aren't -# needed; notail increases performance of ReiserFS (at the expense of storage +# needed); notail increases performance of ReiserFS (at the expense of storage # efficiency). It's safe to drop the noatime options if you want and to # switch between notail / tail freely. # -- cgit v1.2.3-65-gdbad