diff options
author | dd <dd@FreeBSD.org> | 2001-07-01 22:47:09 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-07-01 22:47:09 +0000 |
commit | f57bc0bc1a67ac8c78a4dd5b9a10738175f7721d (patch) | |
tree | 55d0dfd16907b3e083cdc811844d77eda1a50043 /sbin/mount_nullfs | |
parent | 172724d2a024b48cda772628efcc88486f138657 (diff) | |
download | FreeBSD-src-f57bc0bc1a67ac8c78a4dd5b9a10738175f7721d.zip FreeBSD-src-f57bc0bc1a67ac8c78a4dd5b9a10738175f7721d.tar.gz |
Correct grammar.
Diffstat (limited to 'sbin/mount_nullfs')
-rw-r--r-- | sbin/mount_nullfs/mount_nullfs.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount_nullfs/mount_nullfs.8 b/sbin/mount_nullfs/mount_nullfs.8 index 84cc116..b0ff132 100644 --- a/sbin/mount_nullfs/mount_nullfs.8 +++ b/sbin/mount_nullfs/mount_nullfs.8 @@ -58,9 +58,9 @@ This allows existing files and directories to be accessed using a different pathname. .Pp The primary differences between a virtual copy of the filesystem -and a symbolic link are that +and a symbolic link are that the .Xr getcwd 3 -functions correctly in the virtual copy, and that other filesystems +functions work correctly in the virtual copy, and that other filesystems may be mounted on the virtual copy without affecting the original. A different device number for the virtual copy is returned by .Xr stat 2 , |