summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2002-05-16 02:10:03 +0000
committertrhodes <trhodes@FreeBSD.org>2002-05-16 02:10:03 +0000
commit004729ff8a0138980eca89fcf00c1434878eec9d (patch)
tree54f060484ea012dc4064b5fdc443f10d0ac81676
parent56036d26233ff609be6306f948bdbebc57075335 (diff)
downloadFreeBSD-src-004729ff8a0138980eca89fcf00c1434878eec9d.zip
FreeBSD-src-004729ff8a0138980eca89fcf00c1434878eec9d.tar.gz
Consistancy, file system > filesystem
-rw-r--r--etc/protocols2
-rw-r--r--etc/rc10
2 files changed, 6 insertions, 6 deletions
diff --git a/etc/protocols b/etc/protocols
index aa01da1..8530883 100644
--- a/etc/protocols
+++ b/etc/protocols
@@ -75,7 +75,7 @@ sat-expak 64 SAT-EXPAK # SATNET and Backroom EXPAK
kryptolan 65 KRYPTOLAN # Kryptolan
rvd 66 RVD # MIT Remote Virtual Disk Protocol
ippc 67 IPPC # Internet Pluribus Packet Core
-# 68 # any distributed file system
+# 68 # any distributed filesystem
sat-mon 69 SAT-MON # SATNET Monitoring
visa 70 VISA # VISA Protocol
ipcv 71 IPCV # Internet Packet Core Utility
diff --git a/etc/rc b/etc/rc
index 3972d3c..eb6aec1 100644
--- a/etc/rc
+++ b/etc/rc
@@ -230,13 +230,13 @@ autoboot)
0)
;;
*)
- echo 'Automatic file system check failed . . . help!'
+ echo 'Automatic filesystem check failed . . . help!'
exit 1
;;
esac
;;
*)
- echo 'Automatic file system check failed . . . help!'
+ echo 'Automatic filesystem check failed . . . help!'
exit 1
;;
esac
@@ -457,7 +457,7 @@ case "`mount -d -a -t nfs 2> /dev/null`" in
case ${nfsclient_in_kernel} in
1)
- echo -n 'Mounting NFS file systems:'
+ echo -n 'Mounting NFS filesystem:'
mount -a -t nfs
echo '.'
;;
@@ -478,7 +478,7 @@ for i in ${networkfs_types}; do
fi
case "`mount -d -a -t ${fstype}`" in
*mount_${fstype}*)
- echo -n "Mounting ${fsdecr} file systems:"
+ echo -n "Mounting ${fsdecr} filesystems:"
mount -a -t ${fstype}
echo '.'
;;
@@ -905,7 +905,7 @@ if [ -r /etc/rc.sysctl ]; then
fi
# Raise kernel security level. This should be done only after `fsck' has
-# repaired local file systems if you want the securelevel to be greater than 1.
+# repaired local filesystems if you want the securelevel to be greater than 1.
#
case ${kern_securelevel_enable} in
[Yy][Ee][Ss])
OpenPOWER on IntegriCloud