* [PATCH] libnetlink.3: display section numbers in roman font, not boldface
@ 2020-06-28 16:26 Bjarni Ingi Gislason
2020-07-06 17:49 ` Stephen Hemminger
0 siblings, 1 reply; 2+ messages in thread
From: Bjarni Ingi Gislason @ 2020-06-28 16:26 UTC (permalink / raw)
To: netdev
Typeset section numbers in roman font, see man-pages(7).
###
Details:
Output is from: test-groff -b -mandoc -T utf8 -rF0 -t -w w -z
[ "test-groff" is a developmental version of "groff" ]
<./man/man3/libnetlink.3>:53 (macro BR): only 1 argument, but more are expected
<./man/man3/libnetlink.3>:132 (macro BR): only 1 argument, but more are expected
<./man/man3/libnetlink.3>:134 (macro BR): only 1 argument, but more are expected
<./man/man3/libnetlink.3>:197 (macro BR): only 1 argument, but more are expected
<./man/man3/libnetlink.3>:198 (macro BR): only 1 argument, but more are expected
Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
---
man/man3/libnetlink.3 | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/man/man3/libnetlink.3 b/man/man3/libnetlink.3
index 8e3dc620..9a2c801c 100644
--- a/man/man3/libnetlink.3
+++ b/man/man3/libnetlink.3
@@ -50,7 +50,7 @@ int rta_addattr32(struct rtattr *rta, int maxlen, int type, __u32 data)
int rta_addattr_l(struct rtattr *rta, int maxlen, int type, void *data, int alen)
.SH DESCRIPTION
libnetlink provides a higher level interface to
-.BR rtnetlink(7).
+.BR rtnetlink (7).
The read functions return 0 on success and a negative errno on failure.
The send functions return the amount of data sent, or -1 on error.
.TP
@@ -129,9 +129,9 @@ for parsing. The file should contain raw data as received from a rtnetlink socke
The following functions are useful to construct custom rtnetlink messages. For
simple database dumping with filtering it is better to use the higher level
functions above. See
-.BR rtnetlink(3)
+.BR rtnetlink (3)
and
-.BR netlink(3)
+.BR netlink (3)
on how to generate a rtnetlink message. The following utility functions
require a continuous buffer that already contains a netlink message header
and a rtnetlink request.
@@ -194,7 +194,7 @@ netlink/rtnetlink was designed and written by Alexey Kuznetsov.
Andi Kleen wrote the man page.
.SH SEE ALSO
-.BR netlink(7),
-.BR rtnetlink(7)
+.BR netlink (7),
+.BR rtnetlink (7)
.br
/usr/include/linux/rtnetlink.h
--
2.27.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] libnetlink.3: display section numbers in roman font, not boldface
2020-06-28 16:26 [PATCH] libnetlink.3: display section numbers in roman font, not boldface Bjarni Ingi Gislason
@ 2020-07-06 17:49 ` Stephen Hemminger
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2020-07-06 17:49 UTC (permalink / raw)
To: Bjarni Ingi Gislason; +Cc: netdev
On Sun, 28 Jun 2020 16:26:15 +0000
Bjarni Ingi Gislason <bjarniig@rhi.hi.is> wrote:
> Typeset section numbers in roman font, see man-pages(7).
>
> ###
>
> Details:
>
> Output is from: test-groff -b -mandoc -T utf8 -rF0 -t -w w -z
>
> [ "test-groff" is a developmental version of "groff" ]
>
> <./man/man3/libnetlink.3>:53 (macro BR): only 1 argument, but more are expected
> <./man/man3/libnetlink.3>:132 (macro BR): only 1 argument, but more are expected
> <./man/man3/libnetlink.3>:134 (macro BR): only 1 argument, but more are expected
> <./man/man3/libnetlink.3>:197 (macro BR): only 1 argument, but more are expected
> <./man/man3/libnetlink.3>:198 (macro BR): only 1 argument, but more are expected
>
> Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-07-06 17:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-28 16:26 [PATCH] libnetlink.3: display section numbers in roman font, not boldface Bjarni Ingi Gislason
2020-07-06 17:49 ` Stephen Hemminger
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).