1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112
|
From 2a105917a917d68b5fefe43850c8873a4b554ec1 Mon Sep 17 00:00:00 2001
From: Matthias Geiger <werdahias@debian.org>
Date: Wed, 1 Oct 2025 15:19:34 +0200
Subject: [PATCH] doc/linux-gpib.sgml: Fix manpage warnings
Forwarded: yes
---
doc/linux-gpib.sgml | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
--- a/doc/linux-gpib.sgml
+++ b/doc/linux-gpib.sgml
@@ -1111,11 +1111,11 @@
<refentry ID="reference-globals-ibcnt">
<refmeta>
- <refentrytitle>ibcnt and ibcntl</refentrytitle>
+ <refentrytitle>ibcnt, ibcntl</refentrytitle>
<manvolnum>3</manvolnum>
</refmeta>
<refnamediv>
- <refname>ibcnt and ibcntl</refname>
+ <refname>ibcnt, ibcntl</refname>
<refpurpose>hold number of bytes transferred, or errno</refpurpose>
</refnamediv>
<refsynopsisdiv>
@@ -2016,7 +2016,7 @@
with the current thread, the Linux-GPIB extensions
<link LINKEND="reference-function-async-ibsta">AsyncIbsta</link>,
<link LINKEND="reference-function-async-iberr">AsyncIberr</link>,
- <link LINKEND="reference-function-async-ibcnt">AsyncIbcnt and AsyncIbcntl</link>
+ <link LINKEND="reference-function-async-ibcnt">AsyncIbcnt, AsyncIbcntl</link>
may be useful to more cleanly separate the results of the asynchronous I/O from
the results of the ibwait or similar call used to resynchronize.
</para>
@@ -3309,7 +3309,7 @@
with the current thread, the Linux-GPIB extensions
<link LINKEND="reference-function-async-ibsta">AsyncIbsta</link>,
<link LINKEND="reference-function-async-iberr">AsyncIberr</link>,
- <link LINKEND="reference-function-async-ibcnt">AsyncIbcnt and AsyncIbcntl</link>
+ <link LINKEND="reference-function-async-ibcnt">AsyncIbcnt, AsyncIbcntl</link>
may be useful to more cleanly separate the results of the asynchronous I/O from
the results of the ibwait or similar call used to resynchronize.
</para>
@@ -4325,7 +4325,7 @@
with the current thread, the Linux-GPIB extensions
<link LINKEND="reference-function-async-ibsta">AsyncIbsta</link>,
<link LINKEND="reference-function-async-iberr">AsyncIberr</link>,
- <link LINKEND="reference-function-async-ibcnt">AsyncIbcnt and AsyncIbcntl</link>
+ <link LINKEND="reference-function-async-ibcnt">AsyncIbcnt, AsyncIbcntl</link>
may be useful to more cleanly separate the results of the asynchronous I/O from
the results of the ibwait or similar call used to resynchronize.
</para>
@@ -5453,7 +5453,7 @@
<para>
The number of devices which responded with nonzero values from
their self-tests is returned in
- <link LINKEND="reference-globals-ibcnt">ibcnt and ibcntl</link>.
+ <link LINKEND="reference-globals-ibcnt">ibcnt, ibcntl</link>.
If a device fails to respond to the *TST? query, an error
will be flagged in
<link LINKEND="reference-globals-ibsta">ibsta</link> (this
@@ -5570,12 +5570,12 @@
<refentry ID="reference-function-async-ibcnt">
<refmeta>
- <refentrytitle>AsyncIbcnt and AsyncIbcntl</refentrytitle>
+ <refentrytitle>AsyncIbcnt, AsyncIbcntl</refentrytitle>
<manvolnum>3</manvolnum>
</refmeta>
<refnamediv>
- <refname>AsyncIbcnt and AsyncIbcntl</refname>
- <refpurpose>ibcnt and ibcntl values for last asynchronous I/O operation</refpurpose>
+ <refname>AsyncIbcnt, AsyncIbcntl</refname>
+ <refpurpose>ibcnt, ibcntl values for last asynchronous I/O operation</refpurpose>
</refnamediv>
<refsynopsisdiv>
<funcsynopsis>
@@ -5597,7 +5597,7 @@
<para>
AsyncIbcnt() and AsyncIbcntl() return thread-local counts related to
the global
- variables <link LINKEND="reference-globals-ibcnt">ibcnt and ibcntl</link>.
+ variables <link LINKEND="reference-globals-ibcnt">ibcnt, ibcntl</link>.
Their values correspond to the result of the last asynchronous I/O operation
resynchronized to the current thread by an <link LINKEND="reference-function-ibwait">ibwait</link>
or <link LINKEND="reference-function-ibstop">ibstop</link> call. These
@@ -6067,12 +6067,12 @@
<refentry ID="reference-function-thread-ibcnt">
<refmeta>
- <refentrytitle>ThreadIbcnt and ThreadIbcntl</refentrytitle>
+ <refentrytitle>ThreadIbcnt, ThreadIbcntl</refentrytitle>
<manvolnum>3</manvolnum>
</refmeta>
<refnamediv>
- <refname>ThreadIbcnt and ThreadIbcntl</refname>
- <refpurpose>thread-specific ibcnt and ibcntl values</refpurpose>
+ <refname>ThreadIbcnt, ThreadIbcntl</refname>
+ <refpurpose>thread-specific ibcnt, ibcntl values</refpurpose>
</refnamediv>
<refsynopsisdiv>
<funcsynopsis>
@@ -6094,7 +6094,7 @@
<para>
ThreadIbcnt() and ThreadIbcntl() return thread-local versions
of the global
- variables <link LINKEND="reference-globals-ibcnt">ibcnt and ibcntl</link>.
+ variables <link LINKEND="reference-globals-ibcnt">ibcnt, ibcntl</link>.
</para>
</refsect1>
<refsect1>
|