summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-10-26 02:22:12 +0000
committerMike Frysinger <vapier@gentoo.org>2008-10-26 02:22:12 +0000
commitf286b58bfa452fae95626fe721ebd8089c655eb2 (patch)
tree0894b3e9a56416f947eb2de83304be9e0aea99d0
parentgive hints at overriding default EDITOR/PAGER (diff)
downloadbaselayout-f286b58bfa452fae95626fe721ebd8089c655eb2.tar.gz
baselayout-f286b58bfa452fae95626fe721ebd8089c655eb2.tar.bz2
baselayout-f286b58bfa452fae95626fe721ebd8089c655eb2.zip
add missing ) to comment #241430 by Maryasin Semen
svn path=/trunk/; revision=3128
-rw-r--r--share.BSD/fstab2
-rw-r--r--share.Linux/fstab2
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.
#