Skip to content

Commit 941e0ac

Browse files
s/filesystem/file system/
1 parent 7b77496 commit 941e0ac

File tree

4 files changed

+36
-36
lines changed

4 files changed

+36
-36
lines changed

sbin/dump_lfs/dump_lfs.8

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.\" $NetBSD: dump_lfs.8,v 1.16 2012/04/08 22:00:37 wiz Exp $
1+
.\" $NetBSD: dump_lfs.8,v 1.17 2017/06/07 15:24:50 abhinav Exp $
22
.\"
33
.\" Copyright (c) 1980, 1991, 1993
44
.\" Regents of the University of California.
@@ -36,7 +36,7 @@
3636
.Sh NAME
3737
.Nm dump_lfs ,
3838
.Nm rdump_lfs
39-
.Nd filesystem backup
39+
.Nd file system backup
4040
.Sh SYNOPSIS
4141
.Nm
4242
.Op Fl 0123456789aceFnStuX
@@ -287,7 +287,7 @@ is ignored.
287287
.It Fl X
288288
Prevent the log from wrapping until the dump completes, guaranteeing
289289
a consistent backup.
290-
Processes that write to the filesystem will continue as usual
290+
Processes that write to the file system will continue as usual
291291
until the entire log is full, after which they will block
292292
until the dump is complete.
293293
This functionality is analogous to what

sbin/mount_cd9660/mount_cd9660.8

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.\" $NetBSD: mount_cd9660.8,v 1.28 2009/01/03 22:56:23 christos Exp $
1+
.\" $NetBSD: mount_cd9660.8,v 1.29 2017/06/07 15:24:50 abhinav Exp $
22
.\"
33
.\" Copyright (c) 2004 The NetBSD Foundation, Inc.
44
.\" All rights reserved.
@@ -62,17 +62,17 @@
6262
.Os
6363
.Sh NAME
6464
.Nm mount_cd9660
65-
.Nd mount an ISO-9660 filesystem
65+
.Nd mount an ISO-9660 file system
6666
.Sh SYNOPSIS
6767
.Nm
6868
.Op Fl o Ar options
6969
.Ar special node
7070
.Sh DESCRIPTION
7171
The
7272
.Nm
73-
command attaches the ISO-9660 filesystem residing on the device
73+
command attaches the ISO-9660 file system residing on the device
7474
.Pa special
75-
to the global filesystem namespace at the location indicated by
75+
to the global file system namespace at the location indicated by
7676
.Pa node .
7777
Both
7878
.Ar special
@@ -110,7 +110,7 @@ A synonym for
110110
.Cm nomaplcase .
111111
.It Cm nojoliet
112112
Do not make use of Joliet extensions for long filenames which
113-
may be present in the filesystem.
113+
may be present in the file system.
114114
.Pp
115115
Interpretation of Joliet extensions is enabled by default, Unicode
116116
file names are encoded into UTF-8.
@@ -122,7 +122,7 @@ names read from a non-Rock Ridge disk to all lowercase characters.
122122
.Cm nomaplcase
123123
turns off this mapping.
124124
.It Cm norrip
125-
Do not use any Rockridge extensions included in the filesystem.
125+
Do not use any Rockridge extensions included in the file system.
126126
.It Cm nrr
127127
Same as
128128
.Cm norrip .
@@ -164,18 +164,18 @@ The
164164
.Nm
165165
utility first appeared
166166
.Bx 4.4 .
167-
Support for Joliet filesystem appeared in
167+
Support for Joliet file system appeared in
168168
.Nx 1.4 .
169169
Options
170170
.Cm nomaplcase
171171
and
172172
.Cm rrcaseins
173173
were added in
174174
.Nx 1.5 .
175-
UTF-8 encoding of Unicode file names for Joliet filesystems was added in
175+
UTF-8 encoding of Unicode file names for Joliet file systems was added in
176176
.Nx 3.0 .
177177
.Sh NOTES
178-
For Joliet filesystems, the Unicode file names used to be filtered
178+
For Joliet file systems, the Unicode file names used to be filtered
179179
to ISO-8859-1 character set.
180180
This changed in
181181
.Nx 3.0 ,
@@ -192,7 +192,7 @@ system call returns
192192
.Er EBADF
193193
causing, e.g., "ls -l" to fail with "Bad file descriptor".
194194
.Pp
195-
The cd9660 filesystem does not support the original "High Sierra"
195+
The cd9660 file system does not support the original "High Sierra"
196196
("CDROM001") format.
197197
.Pp
198198
POSIX device node mapping is currently not supported.

sbin/mount_union/mount_union.8

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.\" $NetBSD: mount_union.8,v 1.19 2009/05/04 20:11:30 wiz Exp $
1+
.\" $NetBSD: mount_union.8,v 1.20 2017/06/07 15:24:50 abhinav Exp $
22
.\"
33
.\" Copyright (c) 1994
44
.\" The Regents of the University of California. All rights reserved.
@@ -37,7 +37,7 @@
3737
.Os
3838
.Sh NAME
3939
.Nm mount_union
40-
.Nd mount union filesystems
40+
.Nd mount union file systems
4141
.Sh SYNOPSIS
4242
.Nm
4343
.Op Fl b
@@ -107,7 +107,7 @@ which will still allow the lower files to be accessed by a different
107107
pathname.
108108
.Pp
109109
Except in the case of a directory,
110-
access to an object is granted via the normal filesystem access checks.
110+
access to an object is granted via the normal file system access checks.
111111
For directories, the current user must have access to both the upper
112112
and lower directories (should they both exist).
113113
.Pp
@@ -125,12 +125,12 @@ Any other operation which would ultimately require modification to
125125
the lower layer fails with
126126
.Dv EROFS .
127127
.Pp
128-
The union filesystem manipulates the namespace, rather than
129-
individual filesystems.
128+
The union file system manipulates the namespace, rather than
129+
individual file systems.
130130
The union operation applies recursively down the directory tree
131131
now rooted at
132132
.Ar uniondir .
133-
Thus any filesystems which are mounted under
133+
Thus any file systems which are mounted under
134134
.Ar uniondir
135135
will take part in the union operation.
136136
This differs from the
@@ -189,14 +189,14 @@ The
189189
command first appeared in
190190
.Bx 4.4 .
191191
.Sh BUGS
192-
Without whiteout support from the filesystem backing the upper layer,
192+
Without whiteout support from the file system backing the upper layer,
193193
there is no way that delete and rename operations on lower layer
194194
objects can be done.
195195
An attempt to mount a union directory under one which does not
196196
have whiteout support will return
197197
.Dv EOPNOTSUPP
198198
.Pq Qq Operation not supported .
199-
Whiteout support can be added to an existing FFS filesystem
199+
Whiteout support can be added to an existing FFS file system
200200
by using the
201201
.Fl c
202202
option of

sbin/umount/umount.8

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.\" $NetBSD: umount.8,v 1.17 2016/09/12 06:34:08 sevan Exp $
1+
.\" $NetBSD: umount.8,v 1.18 2017/06/07 15:24:50 abhinav Exp $
22
.\"
33
.\" Copyright (c) 1980, 1989, 1991, 1993
44
.\" The Regents of the University of California. All rights reserved.
@@ -34,7 +34,7 @@
3434
.Os
3535
.Sh NAME
3636
.Nm umount
37-
.Nd unmount filesystems
37+
.Nd unmount file systems
3838
.Sh SYNOPSIS
3939
.Nm
4040
.Op Fl fvFR
@@ -53,7 +53,7 @@ calls the
5353
.Xr unmount 2
5454
system call (or an external unmount program) to remove a
5555
.Ar "special device"
56-
or the remote node (rhost:path) from the filesystem tree at the point
56+
or the remote node (rhost:path) from the file system tree at the point
5757
.Ar node .
5858
If either
5959
.Ar special
@@ -82,12 +82,12 @@ party file systems and/or for research.
8282
The options are as follows:
8383
.Bl -tag -width indent
8484
.It Fl a
85-
All the currently mounted filesystems except the root are unmounted.
85+
All the currently mounted file systems except the root are unmounted.
8686
.It Fl f
87-
The filesystem is forcibly unmounted.
87+
The file system is forcibly unmounted.
8888
Active special devices continue to work,
8989
but all other files return errors if further accesses are attempted.
90-
The root filesystem cannot be forcibly unmounted.
90+
The root file system cannot be forcibly unmounted.
9191
.It Fl F
9292
Fake the unmount; perform all other processing but do not actually
9393
attempt the unmount.
@@ -104,7 +104,7 @@ argument as a path to be passed directly to
104104
bypassing all attempts to be smart about mechanically determining the
105105
correct path from the argument.
106106
This option is incompatible with any option that potentially unmounts
107-
more than one filesystem, such as
107+
more than one file system, such as
108108
.Fl a ,
109109
but it can be used with
110110
.Fl f
@@ -115,20 +115,20 @@ directory (such as a nullfs mount of a plain file); there are probably
115115
other cases where it is necessary.
116116
This option also disables the use of any external unmount program.
117117
.It Fl h Ar host
118-
Only filesystems mounted from the specified host will be
118+
Only file systems mounted from the specified host will be
119119
unmounted.
120120
This option is implies the
121121
.Fl a
122122
option and, unless otherwise specified with the
123123
.Fl t
124-
option, will only unmount NFS filesystems.
124+
option, will only unmount NFS file systems.
125125
.It Fl t Ar fstypelist
126126
Is used to indicate the actions should only be taken on
127-
filesystems of the specified type.
127+
file systems of the specified type.
128128
More than one type may be specified in a comma separated list.
129-
The list of filesystem types can be prefixed with
129+
The list of file system types can be prefixed with
130130
.Dq no
131-
to specify the filesystem types for which action should
131+
to specify the file system types for which action should
132132
.Em not
133133
be taken.
134134
For example, the
@@ -138,7 +138,7 @@ command:
138138
umount -a -t nfs,mfs
139139
.Ed
140140
.Pp
141-
unmounts all filesystems of the type
141+
unmounts all file systems of the type
142142
.Tn NFS
143143
and
144144
.Tn MFS ,
@@ -154,13 +154,13 @@ unmounts all file systems except those of type
154154
and
155155
.Tn MFS .
156156
.It Fl v
157-
Verbose, additional information is printed out as each filesystem
157+
Verbose, additional information is printed out as each file system
158158
is unmounted.
159159
.El
160160
.Sh FILES
161161
.Bl -tag -width /etc/fstab -compact
162162
.It Pa /etc/fstab
163-
filesystem table
163+
file system table
164164
.El
165165
.Sh SEE ALSO
166166
.Xr unmount 2 ,

0 commit comments

Comments
 (0)