diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-16 04:00:06 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-16 04:00:06 +0000 |
commit | 6459c9ca10ab8d64ff221711c1c8a2239378a2da (patch) | |
tree | 3c0c449c953d18489e3fc2e7a336834001c7eb92 | |
parent | 42ca79eb465bf1b40ec07e3ade66749857771cd9 (diff) |
ffix
-rw-r--r-- | man2/brk.2 | 2 | ||||
-rw-r--r-- | man2/gettimeofday.2 | 2 | ||||
-rw-r--r-- | man2/sendfile.2 | 2 | ||||
-rw-r--r-- | man2/seteuid.2 | 2 | ||||
-rw-r--r-- | man3/encrypt.3 | 2 | ||||
-rw-r--r-- | man3/putenv.3 | 2 | ||||
-rw-r--r-- | man7/packet.7 | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/man2/brk.2 b/man2/brk.2 index eecad1cbf..088a5b6cf 100644 --- a/man2/brk.2 +++ b/man2/brk.2 @@ -86,7 +86,7 @@ Common are \fIint\fP, \fIssize_t\fP, \fIptrdiff_t\fP, \fIintptr_t\fP. .\" One sees .\" \fIint\fP (e.g. XPGv4, DU 4.0, HP-UX 11, FreeBSD 4.0, OpenBSD 3.2), .\" \fIssize_t\fP (OSF1 2.0, Irix 5.3, 6.5), -.\" \fIptrdiff_t\fP (libc4, libc5, ulibc, glibc2.0, 2.1), +.\" \fIptrdiff_t\fP (libc4, libc5, ulibc, glibc 2.0, 2.1), .\" \fIintptr_t\fP (e.g. XPGv5, AIX, SunOS 5.8, 5.9, FreeBSD 4.7, NetBSD 1.6, .\" Tru64 5.1, glibc2.2). .SH LINUX NOTES diff --git a/man2/gettimeofday.2 b/man2/gettimeofday.2 index 280cf72ed..0857aa86c 100644 --- a/man2/gettimeofday.2 +++ b/man2/gettimeofday.2 @@ -221,7 +221,7 @@ and the defines for .BR timerclear , .BR timeradd , .BR timersub -are (since glibc2.2.2) only available if +are (since glibc 2.2.2) only available if .B _BSD_SOURCE is defined. .LP diff --git a/man2/sendfile.2 b/man2/sendfile.2 index dba7e0383..7521ab221 100644 --- a/man2/sendfile.2 +++ b/man2/sendfile.2 @@ -148,7 +148,7 @@ Insufficient memory to read from .SH VERSIONS .BR sendfile () is a new feature in Linux 2.2. -The include file <sys/sendfile.h> is present since glibc2.1. +The include file <sys/sendfile.h> is present since glibc 2.1. .SH "CONFORMING TO" Not specified in POSIX.1-2001, or other standards. diff --git a/man2/seteuid.2 b/man2/seteuid.2 index 2210c35e3..08b4202d1 100644 --- a/man2/seteuid.2 +++ b/man2/seteuid.2 @@ -77,7 +77,7 @@ saved set-user-ID (saved set-group-ID) is possible since Linux 1.1.37 (1.1.38). On an arbitrary system one should check _POSIX_SAVED_IDS. .LP -Under libc4, libc5 and glibc2.0 +Under libc4, libc5 and glibc 2.0 .BI seteuid( euid ) is equivalent to .BI setreuid(\-1, " euid" ) diff --git a/man3/encrypt.3 b/man3/encrypt.3 index 94cdafa98..d30395521 100644 --- a/man3/encrypt.3 +++ b/man3/encrypt.3 @@ -21,7 +21,7 @@ .\" .\" Modified 2003-04-04, aeb .\" -.TH ENCRYPT 3 2003-04-04 "glibc2" "Cryptographic Functions" +.TH ENCRYPT 3 2003-04-04 "" "Cryptographic Functions" .SH NAME encrypt, setkey, encrypt_r, setkey_r \- encrypt 64-bit messages .SH SYNOPSIS diff --git a/man3/putenv.3 b/man3/putenv.3 index f643e3652..3635b3166 100644 --- a/man3/putenv.3 +++ b/man3/putenv.3 @@ -67,7 +67,7 @@ Insufficient space to allocate new environment. The .BR putenv () function is not required to be reentrant, and the -one in libc4, libc5 and glibc2.0 is not, but the glibc2.1 version is. +one in libc4, libc5 and glibc 2.0 is not, but the glibc 2.1 version is. .LP Description for libc4, libc5, glibc: If the argument \fIstring\fP is of the form \fIname\fP, diff --git a/man7/packet.7 b/man7/packet.7 index c1e8d1a1f..679ac8266 100644 --- a/man7/packet.7 +++ b/man7/packet.7 @@ -368,7 +368,7 @@ packets via SOCK_DGRAM. .SH HISTORICAL NOTE The include file .I <netpacket/packet.h> -is present since glibc2.1. +is present since glibc 2.1. Older systems need .sp .nf |