diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2010-01-16 18:45:23 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2010-01-16 18:45:23 +0100 |
| commit | 3b777affca2599fc039e948989bd602832164d6f (patch) | |
| tree | 8c7af3089ff1ffe7b484758e18d5fd47cb9979cb /man3/stdio.3 | |
| parent | 01d0a44739c1a31dca75e79749c670bb346ba2f6 (diff) | |
| download | man-pages-3b777affca2599fc039e948989bd602832164d6f.tar.gz | |
close.2, epoll_create.2, epoll_ctl.2, fcntl.2, madvise.2, mmap.2, mremap.2, select_tut.2, setgid.2, setuid.2, syscalls.2, vmsplice.2, dlopen.3, fts.3, getpw.3, stdio.3, fd.4, initrd.4, random.4, sd.4, bootparam.7, capabilities.7, cpuset.7, epoll.7, inotify.7, man.7, socket.7, x25.7: Global fix: s/re-/re/
The tendency in English, as prescribed in style guides like
Chicago MoS, is towards removing hyphens after prefixes
like "re-" etc.
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/stdio.3')
| -rw-r--r-- | man3/stdio.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/stdio.3 b/man3/stdio.3 index 31855c7a7e..724579a552 100644 --- a/man3/stdio.3 +++ b/man3/stdio.3 @@ -139,7 +139,7 @@ sections of the following manual pages indicate which include files are to be used, what the compiler declaration for the function looks like and which external variables are of interest. .PP -The following are defined as macros; these names may not be re-used without +The following are defined as macros; these names may not be reused without first removing their current definitions with .BR #undef : .BR BUFSIZ , |
