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.laplan...@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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to