]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
fallocate.2, getgid.2, getpid.2, getuid.2, lseek.2, set_thread_area.2, tzset.3: srcfi...
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 27 Feb 2019 09:03:58 +0000 (10:03 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 27 Feb 2019 09:03:58 +0000 (10:03 +0100)
No (intended) changes to generated output

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/fallocate.2
man2/getgid.2
man2/getpid.2
man2/getuid.2
man2/lseek.2
man2/set_thread_area.2
man3/tzset.3

index 7e9577ec83f7145eaf9c0c8857c0de3329de2987..549d6db73f80288759a4eea6515c579308c9a79b 100644 (file)
@@ -132,7 +132,8 @@ ext4 (since Linux 3.0)
 .IP *
 Btrfs (since Linux 3.7)
 .IP *
-.BR tmpfs "(5) (since Linux 3.5)"
+.BR tmpfs (5)
+(since Linux 3.5)"
 .\" commit 83e4fa9c16e4af7122e31be3eca5d57881d236fe
 .SS Collapsing file space
 .\" commit 00f5e61998dd17f5375d9dfc01331f104b83f841
index 137d633a41a960aeeeadeb60ed17ecde7e22545f..47913c92b94941acb3e57ef9e8cfc65f75b30701 100644 (file)
@@ -61,7 +61,9 @@ and
 wrapper functions transparently deal with the variations across kernel versions.
 .PP
 On Alpha, instead of a pair of
-.BR getgid "() and " getegid ()
+.BR getgid ()
+and
+.BR getegid ()
 system calls, a single
 .BR getxgid ()
 system call is provided, which returns a pair of real and effective GIDs.
index ed6e7726404ed659eaecb620603f6f27b2860bf9..024c262a969ca1ed02a05d674082755a076e75ec 100644 (file)
@@ -138,7 +138,9 @@ always invoke the actual system call, rather than returning a cached value.
 .\" Review progress of https://bugzilla.redhat.com/show_bug.cgi?id=1469757
 .PP
 On Alpha, instead of a pair of
-.BR getpid "() and " getppid ()
+.BR getpid ()
+and
+.BR getppid ()
 system calls, a single
 .BR getxpid ()
 system call is provided, which returns a pair of PID and parent PID.
index 8e80090a243f5685f985c258e2d543fedfded3b6..c305a5581e9d94be3b8c204bbe06bfb6d7e15824 100644 (file)
@@ -72,7 +72,9 @@ and
 wrapper functions transparently deal with the variations across kernel versions.
 .PP
 On Alpha, instead of a pair of
-.BR getuid "() and " geteuid ()
+.BR getuid ()
+and
+.BR geteuid ()
 system calls, a single
 .BR getxuid ()
 system call is provided, which returns a pair of real and effective UIDs.
index dfb819427aa57fd2a3729d4c1cf5d68e825156b4..5a28a7b49f2d74ca5853e31765769180113aa9fb 100644 (file)
@@ -173,7 +173,8 @@ XFS (since Linux 3.5)
 .IP *
 ext4 (since Linux 3.8)
 .IP *
-.BR tmpfs "(5) (since Linux 3.8)"
+.BR tmpfs (5)
+(since Linux 3.8)
 .IP *
 NFS (since Linux 3.18)
 .\" commit 1c6dcbe5ceff81c2cf8d929646af675cd59fe7c0
index efa6a49ccadedfd8977a7a99f68a9212a3e83c71..d7670cd98f146944405edd7f5e5f4d597135b7f0 100644 (file)
@@ -166,7 +166,9 @@ first appeared in Linux 2.5.29.
 .BR get_thread_area ()
 first appeared in Linux 2.5.32.
 .SH CONFORMING TO
-.BR set_thread_area "() and " get_thread_area ()
+.BR set_thread_area ()
+and
+.BR get_thread_area ()
 are Linux-specific and should not be used in programs that are intended
 to be portable.
 .SH NOTES
index bacfaf35791953a828fc9d8f0fbdca9c7e2d67c4..ca94bd1d3d8c46fd63fe2f0fd806050b6e2f8eea 100644 (file)
@@ -77,7 +77,8 @@ If the
 .B TZ
 variable does not appear in the environment, the system timezone is used.
 The system timezone is configured by copying, or linking, a file in the
-.BR tzfile "(5) format to"
+.BR tzfile (5)
+format to
 .IR /etc/localtime .
 A timezone database of these files may be located in the system
 timezone directory (see the \fBFILES\fP section below).
@@ -210,7 +211,8 @@ The system timezone database directory.
 When a TZ string includes a dst timezone without anything following it,
 then this file is used for the start/end rules.
 It is in the
-.BR tzfile "(5) format."
+.BR tzfile (5)
+format.
 By default, the zoneinfo Makefile hard links it to the
 .IR America/New_York " tzfile."
 .PP