linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] nfsidmap: idmapd.conf.5 man warnings
@ 2013-05-25  2:12 Aníbal Monsalve Salazar
  2013-05-28 17:53 ` Steve Dickson
  0 siblings, 1 reply; 2+ messages in thread
From: Aníbal Monsalve Salazar @ 2013-05-25  2:12 UTC (permalink / raw)
  To: linux-nfs

I'm using the patch in this message to build libnfsidmap in Debian.

The following command:

 MANROFFSEQ='' MANWIDTH=80 man --warnings -l -Z ./idmapd.conf.5 >/dev/null 

shows the following warnings:

 <standard input>:237: warning: macro `"' not defined
 <standard input>:269: warning: macro `fo' not defined
 <standard input>:278: warning: macro `".SH' not defined

and the patch below fixes them.

--- a/idmapd.conf.5	2011-12-06 07:28:10.000000000 +1100
+++ b/idmapd.conf.5	2013-05-25 11:07:37.000000000 +1000
@@ -31,7 +31,7 @@
 .\"
 .TH idmapd.conf 5 "19 Nov 2008"
 .SH NAME
-idmapd.conf
+idmapd.conf \- configuration file for libnfsidmap
 .SH SYNOPSIS
 Configuration file for libnfsidmap.  Used by idmapd and svcgssd to map NFSv4 name to and from ids.
 .SH DESCRIPTION
@@ -234,7 +234,6 @@ Number of seconds before timing out an L
 .\" -------------------------------------------------------------------
 .\"
 .SH EXAMPLES
-."
 An example
 .I /etc/idmapd.conf
 file:
@@ -266,7 +265,6 @@ johndoe@OTHER.DOMAIN.ORG = johnny
 LDAP_server = ldap.domain.org
 LDAP_base = dc=org,dc=domain
 
-.fo
 .\"
 .\" -------------------------------------------------------------------
 .\" Additional sections
@@ -275,11 +273,11 @@ LDAP_base = dc=org,dc=domain
 .SH SEE ALSO
 .BR idmapd (8)
 .BR svcgssd (8)
-.".SH COMPATIBILITY
-.".SH STANDARDS
-.".SH ACKNOWLEDGEMENTS
-.".SH AUTHORS
-.".SH HISTORY
+.\".SH COMPATIBILITY
+.\".SH STANDARDS
+.\".SH ACKNOWLEDGEMENTS
+.\".SH AUTHORS
+.\".SH HISTORY
 .SH BUGS
 Report bugs to <nfsv4@linux-nfs.org>
-.".SH CAVEATS
+.\".SH CAVEATS

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-05-28 17:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-25  2:12 [PATCH] nfsidmap: idmapd.conf.5 man warnings Aníbal Monsalve Salazar
2013-05-28 17:53 ` Steve Dickson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).