Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Nov 2016 10:04:20 +0000 (UTC)
From:      Ganael LAPLANCHE <martymac@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r309095 - head/share/man/man5
Message-ID:  <201611241004.uAOA4KpC064644@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611241004.uAOA4KpC064644>