All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] nfs-utils: nfsidmap.man: Fix section number
@ 2022-04-12  7:00 Salvatore Bonaccorso
  2022-04-12 14:28 ` Steve Dickson
  0 siblings, 1 reply; 7+ messages in thread
From: Salvatore Bonaccorso @ 2022-04-12  7:00 UTC (permalink / raw)
  To: linux-nfs
  Cc: Steve Dickson, Chuck Lever, Bryan Schumaker, Ben Hutchings,
	Salvatore Bonaccorso

From: Ben Hutchings <benh@debian.org>

The nfsidmap manual page is supposed to be in section 8, but calls the
.TH macro with a section argument of 5.  This results in an incorrect
header and causes debhelper (in Debian) to install it in the section 5
directory. Fix that.

Signed-off-by: Ben Hutchings <benh@debian.org>
[Salvatore Bonaccorso: Slightly modify commit message to mention that
the Problem is found in Debian through installing the manpage via
debhelper.]
Signed-off-by: Salvatore Bonaccorso <carnil@debian.org>
---
 utils/nfsidmap/nfsidmap.man | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/nfsidmap/nfsidmap.man b/utils/nfsidmap/nfsidmap.man
index 2af16f3157ff..1911c41be6f9 100644
--- a/utils/nfsidmap/nfsidmap.man
+++ b/utils/nfsidmap/nfsidmap.man
@@ -2,7 +2,7 @@
 .\"@(#)nfsidmap(8) - The NFS idmapper upcall program
 .\"
 .\" Copyright (C) 2010 Bryan Schumaker <bjschuma@netapp.com>
-.TH nfsidmap 5 "1 October 2010"
+.TH nfsidmap 8 "1 October 2010"
 .SH NAME
 nfsidmap \- The NFS idmapper upcall program
 .SH SYNOPSIS
-- 
2.35.1


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

end of thread, other threads:[~2022-04-19 20:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-12  7:00 [PATCH] nfs-utils: nfsidmap.man: Fix section number Salvatore Bonaccorso
2022-04-12 14:28 ` Steve Dickson
2022-04-12 19:25   ` Salvatore Bonaccorso
2022-04-17  8:21     ` Salvatore Bonaccorso
2022-04-19 19:17       ` Steve Dickson
2022-04-19 19:56         ` Salvatore Bonaccorso
2022-04-19 20:39           ` Steve Dickson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.