diff options
author | bp <bp@FreeBSD.org> | 1999-11-14 13:48:31 +0000 |
---|---|---|
committer | bp <bp@FreeBSD.org> | 1999-11-14 13:48:31 +0000 |
commit | 281ba43ee5ba4c4ff8ac1085144a3d1d7c550386 (patch) | |
tree | 642cbc0933dde553f99afe09792ffd800ef5d6a1 /sbin/mount_nwfs | |
parent | c9c6656d0f70cf563f13c21fc674f1f86e32ed9e (diff) | |
download | FreeBSD-src-281ba43ee5ba4c4ff8ac1085144a3d1d7c550386.zip FreeBSD-src-281ba43ee5ba4c4ff8ac1085144a3d1d7c550386.tar.gz |
Add reference to the share/examples/nwclient directory.
Diffstat (limited to 'sbin/mount_nwfs')
-rw-r--r-- | sbin/mount_nwfs/mount_nwfs.8 | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/sbin/mount_nwfs/mount_nwfs.8 b/sbin/mount_nwfs/mount_nwfs.8 index 46f9542..91a89d4 100644 --- a/sbin/mount_nwfs/mount_nwfs.8 +++ b/sbin/mount_nwfs/mount_nwfs.8 @@ -90,10 +90,11 @@ n No case conversion is performed. case name in the DOS name space can lead to an unpredictable results. This is default when mounting volume with OS2 name space. -u All existing file names converted to upper case. Newly - created file gets an upper case under OS2 name space. -U Same as 'u' but file system tries to be case insensitive. - May not work well. +u All existing file names converted to upper case. + Newly created file gets an upper case under OS2 name + space. +U Same as 'u' but file system tries to be case + insensitive. May not work well. .Ed .It Fl f Ar mode, Fl d Ar mode specifies permissions that should be assigned to files and directories. @@ -139,8 +140,8 @@ option. .Sh FILES .Bl -tag -width /var/log/wtmp -compact .It Pa ~/.nwfsrc -keeps description for each connection. See -.Xr nwfsrc 8 +keeps static parameters for connections and other information. See +.Pa /usr/share/examples/nwclient/dot.nwfsrc for details. .Sh NOTES |