minor cleanups
authorJan-Simon Pendry <pendry@ucbvax.Berkeley.EDU>
Sun, 6 Mar 1994 03:10:14 +0000 (19:10 -0800)
committerJan-Simon Pendry <pendry@ucbvax.Berkeley.EDU>
Sun, 6 Mar 1994 03:10:14 +0000 (19:10 -0800)
SCCS-vsn: sbin/mount_union/mount_union.8 8.4

usr/src/sbin/mount_union/mount_union.8

index 7c40904..0161580 100644 (file)
@@ -6,7 +6,7 @@
 .\"
 .\" %sccs.include.redist.roff%
 .\"
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"    @(#)mount_union.8       8.3 (Berkeley) %G%
+.\"    @(#)mount_union.8       8.4 (Berkeley) %G%
 .\"
 .Dd 
 .Dt MOUNT_UNION 8
 .\"
 .Dd 
 .Dt MOUNT_UNION 8
@@ -41,9 +41,9 @@ layer.
 .Nm mount_union
 is setuid root and can be used by any user.
 To enforce filesystem security, the user must be superuser or else
 .Nm mount_union
 is setuid root and can be used by any user.
 To enforce filesystem security, the user must be superuser or else
-have write permission on the mounted on directory.
+have write permission on the mounted-on directory.
 .Pp
 .Pp
-Filenames are looked up firstly in the upper layer and then in the
+Filenames are looked up in the upper layer and then in the
 lower layer.
 If a directory is found in the lower layer, and there is no entry
 in the upper layer, then a
 lower layer.
 If a directory is found in the lower layer, and there is no entry
 in the upper layer, then a
@@ -82,15 +82,15 @@ individual filesystems.
 The union operation applies recursively down the directory tree
 now rooted at
 .Ar uniondir .
 The union operation applies recursively down the directory tree
 now rooted at
 .Ar uniondir .
+Thus any filesystems which are mounted under
+.Ar uniondir
+will take part in the union operation.
 This differs from the
 .Em union
 option to
 .Xr mount 8
 which only applies the union operation to the mount point itself,
 and then only for lookups.
 This differs from the
 .Em union
 option to
 .Xr mount 8
 which only applies the union operation to the mount point itself,
 and then only for lookups.
-This also means that any filesystems which are mounted under
-.Ar uniondir
-will take part in the union operation.
 .Sh OPTIONS
 The options are:
 .Bl -tag -width indent
 .Sh OPTIONS
 The options are:
 .Bl -tag -width indent
@@ -150,6 +150,7 @@ Note that the files in the lower layer remain
 accessible via
 .Pa /sys .
 .Sh SEE ALSO
 accessible via
 .Pa /sys .
 .Sh SEE ALSO
+.Xr intro 2 ,
 .Xr mount 2 ,
 .Xr unmount 2 ,
 .Xr fstab 5 ,
 .Xr mount 2 ,
 .Xr unmount 2 ,
 .Xr fstab 5 ,