From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akihiro MOTOKI Subject: [patch] elf.5: missing .TP tag Date: Fri, 23 Mar 2012 03:35:43 +0900 Message-ID: <4f6b71e2.6821440a.7919.4655@mx.google.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Sender: linux-man-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org Cc: linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-man@vger.kernel.org Hello, I just subscribed this mailing list. During the translation into Japanese, nI noticed a missing a missing .TP tag before PT_GNU_STACK in man5/elf.5. Patch against 3.37 release below. diff --git a/man5/elf.5 b/man5/elf.5 index 2862740..b0ccb30 100644 --- a/man5/elf.5 +++ b/man5/elf.5 @@ -793,6 +793,7 @@ are reserved for processor-specific semantics. Values less than or equal to .BR PT_LOPROC are reserved for processor-specific semantics. +.TP .BR PT_GNU_STACK GNU extension which is used by the Linux kernel to control the state of the stack via the flags set in the -- Akihiro MOTOKI -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html