From owner-svn-src-all@freebsd.org Thu Nov 24 10:04:22 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 069C6C517CA; Thu, 24 Nov 2016 10:04:22 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CA234806; Thu, 24 Nov 2016 10:04:21 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAOA4KDu064645; Thu, 24 Nov 2016 10:04:20 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOA4KpC064644; Thu, 24 Nov 2016 10:04:20 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201611241004.uAOA4KpC064644@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Thu, 24 Nov 2016 10:04:20 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r309095 - head/share/man/man5 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Nov 2016 10:04:22 -0000 Author: martymac (ports committer) Date: Thu Nov 24 10:04:20 2016 New Revision: 309095 URL: https://svnweb.freebsd.org/changeset/base/309095 Log: Fix path for per-user nsmb.conf file ~/nsmb.conf, as erroneously introduced by r214387, is never used. Fix the man page to specify that ~/.nsmbrc is used instead. PR: 210652 Submitted by: ganael.laplanche@corp.ovh.com Approved by: gjb (doceng@) Modified: head/share/man/man5/nsmb.conf.5 (contents, props changed) Modified: head/share/man/man5/nsmb.conf.5 ============================================================================== --- head/share/man/man5/nsmb.conf.5 Thu Nov 24 10:03:57 2016 (r309094) +++ head/share/man/man5/nsmb.conf.5 Thu Nov 24 10:04:20 2016 (r309095) @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 19, 2010 +.Dd November 24, 2016 .Dt NSMB.CONF 5 .Os .Sh NAME @@ -96,7 +96,7 @@ Possible keywords may include: .Bl -tag -width ".Pa /etc/nsmb.conf" .It Pa /etc/nsmb.conf The default remote mount-point configuration file. -.It Pa ~/nsmb.conf +.It Pa ~/.nsmbrc The user specific remote mount-point configuration file. .El .Sh EXAMPLES