From patchwork Sat May 25 02:12:48 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?An=C3=ADbal_Monsalve_Salazar?= X-Patchwork-Id: 2612861 Return-Path: X-Original-To: patchwork-linux-nfs@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id 0818BDF24C for ; Sat, 25 May 2013 02:34:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755596Ab3EYCda (ORCPT ); Fri, 24 May 2013 22:33:30 -0400 Received: from master.debian.org ([82.195.75.110]:44209 "EHLO master.debian.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755584Ab3EYCd1 (ORCPT ); Fri, 24 May 2013 22:33:27 -0400 X-Greylist: delayed 1232 seconds by postgrey-1.27 at vger.kernel.org; Fri, 24 May 2013 22:33:27 EDT Received: from anibal by master.debian.org with local (Exim 4.80) (envelope-from ) id 1Ug3yX-0005Zi-5Z; Sat, 25 May 2013 02:12:53 +0000 Date: Sat, 25 May 2013 12:12:48 +1000 From: =?iso-8859-1?Q?An=EDbal?= Monsalve Salazar To: linux-nfs@vger.kernel.org Subject: [PATCH] nfsidmap: idmapd.conf.5 man warnings Message-ID: <20130525021248.GA10636@master.debian.org> Mail-Followup-To: linux-nfs@vger.kernel.org MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org 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: :237: warning: macro `"' not defined :269: warning: macro `fo' not defined :278: warning: macro `".SH' not defined and the patch below fixes them. --- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- 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 -.".SH CAVEATS +.\".SH CAVEATS