iconv.1, localedef.1, access.2, execveat.2, fanotify_init.2, futex.2, ioctl_fat.2, mount.2, ftw.3, sd.4, tty_ioctl.4, fanotify.7, futex.7, posixoptions.7, iconvconfig.8: srcfix: Remove useless quotes from .SS and .SH sections

Signed-off-by: Stéphane Aulery <saulery@free.fr>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Stéphane Aulery 2015-03-08 03:03:52 +01:00 committed by Michael Kerrisk
parent fe3e2b4e4a
commit d282bb247b
15 changed files with 27 additions and 27 deletions

View File

@ -196,7 +196,7 @@ $ \fBecho abc ß α € àḃç | iconv \-f UTF\-8 \-t ASCII//TRANSLIT\fP
abc ss ? EUR abc
.fi
.in
.SH "SEE ALSO"
.SH SEE ALSO
.BR locale (1),
.BR iconv (3),
.BR nl_langinfo (3),

View File

@ -362,7 +362,7 @@ contain a slash):
.RS
localedef \-f UTF\-8 \-i fi_FI ./fi_FI.UTF\-8
.RE
.SH "SEE ALSO"
.SH SEE ALSO
.BR locale (1),
.BR charmap (5),
.BR locale (5),

View File

@ -181,7 +181,7 @@ See
.BR openat (2)
for an explanation of the need for
.BR faccessat ().
.SH "RETURN VALUE"
.SH RETURN VALUE
On success (all requested permissions granted, or
.I mode
is
@ -274,7 +274,7 @@ is a file descriptor referring to a file other than a directory.
.BR faccessat ()
was added to Linux in kernel 2.6.16;
library support was added to glibc in version 2.4.
.SH "CONFORMING TO"
.SH CONFORMING TO
.BR access ():
SVr4, 4.3BSD, POSIX.1-2001, POSIX.1-2008.
@ -402,7 +402,7 @@ the underlying filesystem.
Since kernel 2.6.20, the
.B MS_NOEXEC
is honored
.SH "SEE ALSO"
.SH SEE ALSO
.BR chmod (2),
.BR chown (2),
.BR open (2),

View File

@ -105,7 +105,7 @@ and a non-NULL
.I pathname
is a symbolic link, then the call fails with the error
.BR ELOOP .
.SH "RETURN VALUE"
.SH RETURN VALUE
On success,
.BR execveat ()
does not return.

View File

@ -234,7 +234,7 @@ capability.
.BR fanotify_init ()
was introduced in version 2.6.36 of the Linux kernel and enabled in version
2.6.37.
.SH "CONFORMING TO"
.SH CONFORMING TO
This system call is Linux-specific.
.SH BUGS
As of Linux 3.17,
@ -257,6 +257,6 @@ such as
.BR FMODE_EXEC ,
can be set, and will consequently be set for the file descriptors
returned when reading from the fanotify file descriptor.
.SH "SEE ALSO"
.SH SEE ALSO
.BR fanotify_mark (2),
.BR fanotify (7)

View File

@ -309,7 +309,7 @@ for end-users.
(There is no wrapper function for this system call in glibc.)
Implementors are expected to be assembly literate and to have
read the sources of the futex user-space library referenced below.
.\" .SH "AUTHORS"
.\" .SH AUTHORS
.\" .PP
.\" Futexes were designed and worked on by
.\" Hubertus Franke (IBM Thomas J. Watson Research Center),

View File

@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.TH IOCTl-FAT 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH "NAME"
.SH NAME
ioctl_fat \- manipulating the FAT filesystem
.SH SYNOPSIS
.nf
@ -241,7 +241,7 @@ in Linux 2.6.12.
was introduced in version 3.11
.\" commit 6e5b93ee55d401f1619092fb675b57c28c9ed7ec
of the Linux kernel.
.SH "CONFORMING TO"
.SH CONFORMING TO
This API is Linux-specific.
.SH EXAMPLE
.SS Toggling the archive flag

View File

@ -308,7 +308,7 @@ understood by this filesystem.
See
.BR mount (8)
for details of the options available for each filesystem type.
.SH "RETURN VALUE"
.SH RETURN VALUE
On success, zero is returned.
On error, \-1 is returned, and
.I errno
@ -418,7 +418,7 @@ and
were added to glibc headers in version 2.12.
.\" FIXME . Definitions of the so-far-undocumented MS_UNBINDABLE, MS_PRIVATE,
.\" MS_SHARED, and MS_SLAVE were (also) only added to glibc headers in 2.12.
.SH "CONFORMING TO"
.SH CONFORMING TO
This function is Linux-specific and should not be used in
programs intended to be portable.
.SH NOTES
@ -483,7 +483,7 @@ file exposes the list of mount points in the mount
namespace of the process with the specified ID; see
.BR proc (5)
for details.
.SH "SEE ALSO"
.SH SEE ALSO
.BR umount (2),
.BR namespaces (7),
.BR path_resolution (7),

View File

@ -26,7 +26,7 @@
.\"
.\" Modified Sun Jul 25 11:02:22 1993 by Rik Faith (faith@cs.unc.edu)
.\" 2006-05-24, Justin Pryzby <justinpryzby@users.sf.net>
.\" document FTW_ACTIONRETVAL; include .SH "RETURN VALUE";
.\" document FTW_ACTIONRETVAL; include .SH RETURN VALUE;
.\" 2006-05-24, Justin Pryzby <justinpryzby@users.sf.net> and
.\" Michael Kerrisk <mtk.manpages@gmail.com>
.\" reorganized and rewrote much of the page

View File

@ -132,5 +132,5 @@ will fail with the error
/dev/sd[a\-h]: the whole device
.br
/dev/sd[a\-h][0\-8]: individual block partitions
.\".SH "SEE ALSO"
.\".SH SEE ALSO
.\".BR scsi (4)

View File

@ -428,7 +428,7 @@ Get the
corresponding to
.IR fd .
.\"
.\" .SS "Serial info"
.\" .SS Serial info
.\" .BR "#include <linux/serial.h>"
.\" .sp
.\" .TP

View File

@ -447,7 +447,7 @@ written.
The fanotify API was introduced in version 2.6.36 of the Linux kernel and
enabled in version 2.6.37.
Fdinfo support was added in version 3.8.
.SH "CONFORMING TO"
.SH CONFORMING TO
The fanotify API is Linux-specific.
.SH NOTES
The fanotify API is available only if the kernel was built with the
@ -748,7 +748,7 @@ main(int argc, char *argv[])
exit(EXIT_SUCCESS);
}
.fi
.SH "SEE ALSO"
.SH SEE ALSO
.ad l
.BR fanotify_init (2),
.BR fanotify_mark (2),

View File

@ -105,7 +105,7 @@ below.
This man page illustrates the most common use of the
.BR futex (2)
primitives: it is by no means the only one.
.\" .SH "AUTHORS"
.\" .SH AUTHORS
.\" .PP
.\" Futexes were designed and worked on by Hubertus Franke
.\" (IBM Thomas J. Watson Research Center),

View File

@ -97,9 +97,9 @@ The following functions are present:
.in -4
.br
.fi
.\" .SS "BE"
.\" .SS BE
.\" Batch environment.
.\" .SS "CD"
.\" .SS CD
.\" C development.
.SS --- - POSIX_CHOWN_RESTRICTED
If this option is in effect (as it always is under POSIX.1-2001),
@ -138,9 +138,9 @@ option.
The function
.IR clock_getcpuclockid ()
is present.
.\" .SS "FD"
.\" .SS FD
.\" Fortran development
.\" .SS "FR"
.\" .SS FR
.\" Fortran runtime
.SS --- - _POSIX_FILE_LOCKING - _SC_FILE_LOCKING
This option has been deleted.
@ -233,7 +233,7 @@ Affected functions are
.SS --- - _POSIX_MULTI_PROCESS - _SC_MULTI_PROCESS
This option has been deleted.
Not in final XPG6.
.\" .SS "MX"
.\" .SS MX
.\" IEC 60559 Floating-Point Option.
.SS --- - _POSIX_NO_TRUNC
If this option is in effect (as it always is under POSIX.1-2001)
@ -359,7 +359,7 @@ Affected functions are
.br
.in -4
.fi
.\" .SS "SD"
.\" .SS SD
.\" Software development
.SS SEM - _POSIX_SEMAPHORES - _SC_SEMAPHORES
The include file

View File

@ -97,6 +97,6 @@ Usual system default gconv module configuration file.
.TP
.I /usr/lib/gconv/gconv-modules.cache
Usual system gconv module configuration cache.
.SH "SEE ALSO"
.SH SEE ALSO
.BR iconv (1),
.BR iconv (3)