Codebase list ibutils / c23f817
ibdmsh: Correct whatis entry A manual page should start with a NAME section, which lists the program name and a brief description. The NAME section is used to generate a database that can be queried by commands like apropos and whatis. You are seeing this tag because lexgrog was unable to parse the NAME section. Refer to the lexgrog(1) manual page, the groff_man(7) manual page, and the groff_mdoc(7) manual page for details. Signed-off-by: Benjamin Drung <benjamin.drung@cloud.ionos.com> Benjamin Drung 2 years ago
2 changed file(s) with 35 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 From 8d9ef8db0865ba633057150cd90a0b7ef8859a87 Mon Sep 17 00:00:00 2001
1 From: Benjamin Drung <benjamin.drung@cloud.ionos.com>
2 Date: Wed, 11 Nov 2020 11:18:01 +0100
3 Subject: ibdmsh: Correct whatis entry
4
5 A manual page should start with a NAME section, which lists the
6 program name and a brief description. The NAME section is used to
7 generate a database that can be queried by commands like apropos and
8 whatis. You are seeing this tag because lexgrog was unable to parse
9 the NAME section.
10
11 Refer to the lexgrog(1) manual page, the groff_man(7) manual page, and
12 the groff_mdoc(7) manual page for details.
13
14 Signed-off-by: Benjamin Drung <benjamin.drung@cloud.ionos.com>
15 ---
16 ibdm/doc/ibdmsh.pod | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/ibdm/doc/ibdmsh.pod b/ibdm/doc/ibdmsh.pod
20 index 2669aaa..3892143 100644
21 --- a/ibdm/doc/ibdmsh.pod
22 +++ b/ibdm/doc/ibdmsh.pod
23 @@ -1,6 +1,6 @@
24 =head1 NAME
25
26 -B<ibdmsh> IB DATA MODEL - Extentended TCL shell
27 +B<ibdmsh> - InfiniBand data model - an extentended TCL shell
28
29 =head1 DESCRIPTION
30
31 --
32 2.25.1
33
66 gcc-10.patch
77 Fix-generating-man-pages-in-place.patch
88 Always-update-man-pages-if-needed.patch
9 ibdmsh-Correct-whatis-entry.patch