linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
To: mtk.manpages@gmail.com
Cc: linux-man@vger.kernel.org
Subject: [PATCH] man2/*: srcfix: remove superfluous quotes around space-free arguments
Date: Sun, 5 Jul 2020 13:38:45 +0000	[thread overview]
Message-ID: <20200705133845.GA9966@rhi.hi.is> (raw)

  Remove quotes around a space-free argument for the single-font macros.

Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
---
 man2/flock.2           | 2 +-
 man2/ioctl_tty.2       | 2 +-
 man2/perf_event_open.2 | 6 +++---
 man2/pipe.2            | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/man2/flock.2 b/man2/flock.2
index 2dce918b0..16812c865 100644
--- a/man2/flock.2
+++ b/man2/flock.2
@@ -234,7 +234,7 @@ locks (and also
 .BR fcntl (2)
 byte region locks) to be treated as local;
 see the discussion of the
-.I "local_lock"
+.I local_lock
 option in
 .BR nfs (5).
 .SH SEE ALSO
diff --git a/man2/ioctl_tty.2 b/man2/ioctl_tty.2
index 3084f79bf..83efb5b8b 100644
--- a/man2/ioctl_tty.2
+++ b/man2/ioctl_tty.2
@@ -143,7 +143,7 @@ When
 is nonzero, nobody knows what will happen.
 .IP
 (SVr4, UnixWare, Solaris, Linux treat
-.I "tcsendbreak(fd,arg)"
+.I tcsendbreak(fd,arg)
 with nonzero
 .I arg
 like
diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2
index 7d24ba47d..16246a4c4 100644
--- a/man2/perf_event_open.2
+++ b/man2/perf_event_open.2
@@ -352,7 +352,7 @@ See fields
 for more details.
 .RE
 .TP
-.I "size"
+.I size
 The size of the
 .I perf_event_attr
 structure for forward/backward compatibility.
@@ -391,7 +391,7 @@ is 112 corresponding to the addition of
 in Linux 4.1.
 .\" commit 1a5941312414c71dece6717da9a0fa1303127afa
 .TP
-.I "config"
+.I config
 This specifies which event you want, in conjunction with
 the
 .I type
@@ -705,7 +705,7 @@ to try and achieve the desired rate.
 The rate of adjustment is a
 timer tick.
 .TP
-.I "sample_type"
+.I sample_type
 The various bits in this field specify which values to include
 in the sample.
 They will be recorded in a ring-buffer,
diff --git a/man2/pipe.2 b/man2/pipe.2
index 459593253..29fdf3116 100644
--- a/man2/pipe.2
+++ b/man2/pipe.2
@@ -43,7 +43,7 @@ pipe, pipe2 \- create pipe
 /* On Alpha, IA-64, MIPS, SuperH, and SPARC/SPARC64; see NOTES */
 .B struct fd_pair {
 .B "    long fd[2];"
-.B "};"
+.B };
 .B struct fd_pair pipe();
 .PP
 /* On all other architectures */
-- 
2.27.0

                 reply	other threads:[~2020-07-05 13:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200705133845.GA9966@rhi.hi.is \
    --to=bjarniig@rhi.hi.is \
    --cc=linux-man@vger.kernel.org \
    --cc=mtk.manpages@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).