From owner-freebsd-doc@FreeBSD.ORG Fri Oct 12 16:30:04 2007 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BFD716A421 for ; Fri, 12 Oct 2007 16:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7042713C459 for ; Fri, 12 Oct 2007 16:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l9CGU44M013563 for ; Fri, 12 Oct 2007 16:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l9CGU4Op013556; Fri, 12 Oct 2007 16:30:04 GMT (envelope-from gnats) Date: Fri, 12 Oct 2007 16:30:04 GMT Message-Id: <200710121630.l9CGU4Op013556@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Maxim Konovalov Cc: Subject: Re: docs/117013: mount_smbfs(8) doesn't document -U (username) argument X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim Konovalov List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Oct 2007 16:30:04 -0000 The following reply was made to PR docs/117013; it has been noted by GNATS. From: Maxim Konovalov To: Tom Evans Cc: bug-followup@freebsd.org Subject: Re: docs/117013: mount_smbfs(8) doesn't document -U (username) argument Date: Fri, 12 Oct 2007 20:25:52 +0400 (MSD) > Patch attached with submission follows: > > --- /usr/src/contrib/smbfs/mount_smbfs/mount_smbfs.8 2007-06-29 11:54:58.000000000 +0100 > +++ mount_smbfs.8 2007-10-04 13:06:15.000000000 +0100 > @@ -13,6 +13,7 @@ > .Op Fl L Ar locale > .Op Fl M Ar crights : Ns Ar srights > .Op Fl N > +.Op Fl U Ar username > .Op Fl O Ar cowner : Ns Ar cgroup Ns / Ns Ar sowner : Ns Ar sgroup > .Op Fl R Ar retrycount > .Op Fl T Ar timeout > @@ -68,6 +69,8 @@ > If no password is found, > .Nm > prompts for it. > +.It Fl U Ar username > +Use specified username to authenticate with. > .It Fl O Ar cowner : Ns Ar cgroup Ns / Ns Ar sowner : Ns Ar sgroup > Assign owner/group attributes to the newly created connection. > .It Fl R Ar retrycount > Does it really work? If yes you need to update usage() in mount_smbfs.c. Speaking aside it's not clear why do you need -U when the mount specification has a user part: //user@server/share. -- Maxim Konovalov