]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/getpagesize.2
ffix
[thirdparty/man-pages.git] / man2 / getpagesize.2
index b5102117cfff2b5eb25cb53d5fb744abd9d4f344..a392d9a6e0d3df593265ac51494c4c2e7ba8244c 100644 (file)
@@ -82,13 +82,16 @@ instead of this call.
 Whether
 .BR getpagesize ()
 is present as a Linux system call depends on the architecture.
-If it is, it returns the kernel symbol PAGE_SIZE,
+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
 distribution per architecture.
 This means that a user program
-should not find PAGE_SIZE at compile time from a header file,
+should not find
+.B PAGE_SIZE
+at compile time from a header file,
 but use an actual system call, at least for those architectures
 (like sun4) where this dependency exists.
 Here libc4, libc5, glibc 2.0 fail because their