From 168fac65eef3ed9941b06aff43e0eedd3a7d359c Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 26 Jan 1998 04:53:07 +0000 Subject: *** empty log message *** (This used to be commit be395f4bce2863f4bd131793ea37f47f05e4151f) --- docs/manpages/smbmount.8 | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) (limited to 'docs/manpages/smbmount.8') diff --git a/docs/manpages/smbmount.8 b/docs/manpages/smbmount.8 index 9edf5b3b32..0255a668e1 100644 --- a/docs/manpages/smbmount.8 +++ b/docs/manpages/smbmount.8 @@ -9,24 +9,36 @@ smbmount \- mount smb file system .SH DESCRIPTION .B smbmount -is a stripped down smbclient program. It only contains the mount -command that itself calls the -.B smbmnt(8) +is a stripped-down version of the +.BI smbclient (1) +program used to mount smbfs shares. It implements only the mount command, +which then calls the +.BI smbmnt (8) program to do the actual mount. .B smbmount -itself accepts nearly the same options as -.B smbclient(1) -does. See the smbclient manpage for details. +itself accepts most of the options that +.B smbclient +does. See the +.BI smbclient (1) +manpage for details. -To mount an smb file system I suggest to use the option +To mount an smb file system, I suggest using the option .B -c -for smbclient. For example, use +for smbmount to pass the mount command. For example, use smbmount "\\\\server\\tmp" -c 'mount /mnt -u 123 -g 456' to mount the tmp share of server on /mnt, giving it a local uid 123 and a local gid 456. +The arguments supplied to the mount command are passed directly to the +.B smbmnt +utility for processing. +Refer to the +.BI smbmnt (8) +manpage for details. + .SH SEE ALSO -.B smbmnt(8), smbclient(1) +.BI smbmnt (8), +.BI smbclient (1) -- cgit