Module Name:    src
Committed By:   wiz
Date:           Sun Aug 26 14:50:45 UTC 2012

Modified Files:
        src/usr.sbin/mountd: exports.5

Log Message:
Dots as macro arguments need quoting.
Bug reported by Paul Goyette.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/usr.sbin/mountd/exports.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/mountd/exports.5
diff -u src/usr.sbin/mountd/exports.5:1.30 src/usr.sbin/mountd/exports.5:1.31
--- src/usr.sbin/mountd/exports.5:1.30	Mon Oct  9 21:36:18 2006
+++ src/usr.sbin/mountd/exports.5	Sun Aug 26 14:50:45 2012
@@ -1,4 +1,4 @@
-.\"	$NetBSD: exports.5,v 1.30 2006/10/09 21:36:18 wiz Exp $
+.\"	$NetBSD: exports.5,v 1.31 2012/08/26 14:50:45 wiz Exp $
 .\"
 .\" Copyright (c) 1989, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -92,7 +92,7 @@ can still access the whole filesystem vi
 wanted to, even if just one subdirectory has been mounted.
 The pathnames must not have any symbolic links in them and should not have
 any
-.Dq .
+.Dq \&.
 or
 .Dq ..
 components.

Reply via email to