Remove quotes around a space-free argument for the single-font macros. Signed-off-by: Bjarni Ingi Gislason <bjarniig@xxxxxxxxx> --- 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