diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-12-26 11:15:02 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-12-26 11:15:02 +0000 |
commit | 0b4deed8dcc819865ba435316598fb34720bb32c (patch) | |
tree | 60f094be7d5dc18e1179e7afc8ddfd3fdcf36925 | |
parent | 2706f299e51fd5794a8a1e6a70c2b6aadf5e63d4 (diff) |
Small rewording
-rw-r--r-- | man2/getpagesize.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man2/getpagesize.2 b/man2/getpagesize.2 index e68fe925..297984ed 100644 --- a/man2/getpagesize.2 +++ b/man2/getpagesize.2 @@ -84,9 +84,9 @@ Whether is present as a Linux system call depends on the architecture. If it is, it returns the kernel symbol .BR PAGE_SIZE , -which is architecture and machine model dependent. -Generally, one uses binaries that are architecture but not -machine model dependent, in order to have a single binary +whose value depends on the architecture and machine model. +Generally, one uses binaries that are dependent on the architecture but not +on the machine model, in order to have a single binary distribution per architecture. This means that a user program should not find |