Small rewording

This commit is contained in:
Michael Kerrisk 2007-12-26 11:15:02 +00:00
parent 2706f299e5
commit 0b4deed8dc
1 changed files with 3 additions and 3 deletions

View File

@ -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