diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-03-01 11:27:47 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-03-01 11:27:47 +0000 |
commit | ff1f324516a438c1978485e7ff75118e39b76ae3 (patch) | |
tree | 04906edc13adcddfd2125a6dbc77bab6de9275b3 /sbin/mount_nwfs | |
parent | a00cc32757c919d728dae0961bea03e17fff7958 (diff) | |
download | FreeBSD-src-ff1f324516a438c1978485e7ff75118e39b76ae3.zip FreeBSD-src-ff1f324516a438c1978485e7ff75118e39b76ae3.tar.gz |
Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
Diffstat (limited to 'sbin/mount_nwfs')
-rw-r--r-- | sbin/mount_nwfs/mount_nwfs.8 | 39 |
1 files changed, 26 insertions, 13 deletions
diff --git a/sbin/mount_nwfs/mount_nwfs.8 b/sbin/mount_nwfs/mount_nwfs.8 index 83b95e6..1767a5d 100644 --- a/sbin/mount_nwfs/mount_nwfs.8 +++ b/sbin/mount_nwfs/mount_nwfs.8 @@ -29,19 +29,24 @@ .Sh DESCRIPTION The .Nm -command allows to mount volume from a NetWare server. It may use either +command allows to mount volume from a NetWare server. +It may use either existing connection or create new: if no usable connection was found -it will try to establish a new one. Connection has count of references to it, -so when last mount will be dismounted connection will be closed. It is +it will try to establish a new one. +Connection has count of references to it, +so when last mount will be dismounted connection will be closed. +It is possible to create connection without any mounts (but use it for them) with .Xr ncplogin 1 . .Pp -Note two forms of command line. In the first form, server and user specified +Note two forms of command line. +In the first form, server and user specified via .Fl S and .Fl U -options respectively. In the second form server and user specified in +options respectively. +In the second form server and user specified in .Ar special part of .Xr mount 8 @@ -59,7 +64,8 @@ below). The options are: .Bl -tag -width indent .It Fl S Ar server -Name of NetWare server to connect. For native IP you will need also +Name of NetWare server to connect. +For native IP you will need also .Fl A option. .It Fl U Ar user @@ -69,7 +75,8 @@ See .Xr ncplogin 1 for details. .It Fl V Ar volume -Volume name to mount. Volume name can also be specified after all options and +Volume name to mount. +Volume name can also be specified after all options and before .Ar mount-point . .It Ar node @@ -102,7 +109,8 @@ U Same as 'u' but file system tries to be case .Ed .It Fl f Ar mode , Fl d Ar mode Specify permissions that should be assigned to files and directories. -The values must be specified as octal numbers. Default value for the file mode +The values must be specified as octal numbers. +Default value for the file mode is taken from mount point, default value for the dir mode adds execute permission where the file mode gives read permission. @@ -117,10 +125,12 @@ can be here. .It Fl v Print version number. .It Fl u Ar uid , Fl g Ar gid -User id and group id assigned to files. The default is owner and group id from +User id and group id assigned to files. +The default is owner and group id from directory where volume is mounted. .It Fl l Ar locale -Set the locale for case conversion. By default +Set the locale for case conversion. +By default .Nm tries to use an environment variable .Ev LC_* . @@ -133,21 +143,24 @@ Currently only .Ar koi2cp866 and .Ar asis -can be here. Please note, that scheme should be enabled at compile +can be here. +Please note, that scheme should be enabled at compile time in .Pa config.mk file. .It Fl M Ar mode See .Xr ncplogin 1 -for details. If this option is omitted, connection permissions +for details. +If this option is omitted, connection permissions assumed the same as directory mode .Pf ( Fl d Ns ) option. .El .Sh FILES .Bl -tag -width /var/log/wtmp -compact .It Pa ~/.nwfsrc -keeps static parameters for connections and other information. See +keeps static parameters for connections and other information. +See .Pa /usr/share/examples/nwclient/dot.nwfsrc for details. .El |