aboutsummaryrefslogtreecommitdiffstats
path: root/man7/man-pages.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2015-05-08 13:08:00 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-05-08 13:10:04 +0200
commit0722a578edba6a782f272f24bff645f68f8debe3 (patch)
tree6c4af5260882e1b5a6982d1601181206cb8cacb7 /man7/man-pages.7
parent8d0418afd09a47fdd995905be621a097b87d2f4c (diff)
downloadman-pages-0722a578edba6a782f272f24bff645f68f8debe3.tar.gz
_exit.2, access.2, brk.2, chmod.2, clone.2, epoll_wait.2, eventfd.2, fork.2, getgroups.2, gethostname.2, getpid.2, getpriority.2, killpg.2, mmap.2, poll.2, posix_fadvise.2, pread.2, ptrace.2, readv.2, sched_setaffinity.2, select.2, seteuid.2, setgid.2, setresuid.2, setreuid.2, setuid.2, sigaction.2, signalfd.2, sigpending.2, sigprocmask.2, sigreturn.2, sigsuspend.2, sigwaitinfo.2, stat.2, timer_create.2, uname.2, wait.2, wait4.2, mq_notify.3, mq_open.3, sigqueue.3, man-pages.7: Remove "ABI" from "C library/kernel ABI differences" subheadings
The "ABI" doesn't really convey anything significant in the title. These subsections are about describing differences between the kernel and (g)libc interfaces. Reported-by: Andries E. Brouwer <Andries.Brouwer@cwi.nl> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/man-pages.7')
-rw-r--r--man7/man-pages.72
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/man-pages.7 b/man7/man-pages.7
index cacc2448e5..dbc5a5e6b5 100644
--- a/man7/man-pages.7
+++ b/man7/man-pages.7
@@ -420,7 +420,7 @@ For Section 2 and 3 man pages you may find it useful to include
subsections (\fBSS\fP) named \fILinux Notes\fP and \fIGlibc Notes\fP.
In Section 2, use the heading
-.I "C library/kernel ABI differences"
+.I "C library/kernel differences"
to mark off notes that describe the differences (if any) between
the C library wrapper function for a system call and
the raw system call interface provided by the kernel.