From a3d4007cc6a03526f9e61a09535059a182e49719 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 19 Apr 2020 22:17:03 +0200 Subject: [PATCH] pipe.2, st.4, filesystems.5: tfix Reported-by: Helge Kreutzmann Signed-off-by: Michael Kerrisk --- man2/pipe.2 | 2 +- man4/st.4 | 2 +- man5/filesystems.5 | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/man2/pipe.2 b/man2/pipe.2 index acd6ba636..4a5a10567 100644 --- a/man2/pipe.2 +++ b/man2/pipe.2 @@ -196,7 +196,7 @@ version 2.9. .SH NOTES .\" See http://math-atlas.sourceforge.net/devel/assembly/64.psabi.1.33.ps.Z .\" for example, section 3.2.1 "Registers and the Stack Frame". -The SystemV ABI on some architectures allows the use of more than one register +The System V ABI on some architectures allows the use of more than one register for returning multiple values; several architectures (namely, Alpha, IA-64, MIPS, SuperH, and SPARC/SPARC64) (ab)use this feature in order to implement the diff --git a/man4/st.4 b/man4/st.4 index 6241149ae..9b83636ab 100644 --- a/man4/st.4 +++ b/man4/st.4 @@ -614,7 +614,7 @@ There are some drives that support only the logical block addresses. .TP .BR MT_ST_SYSV " (Default: false)" -When this option is enabled, the tape devices use the SystemV +When this option is enabled, the tape devices use the System V semantics. Otherwise, the BSD semantics are used. The most important diff --git a/man5/filesystems.5 b/man5/filesystems.5 index 1068d5384..8a547729e 100644 --- a/man5/filesystems.5 +++ b/man5/filesystems.5 @@ -189,8 +189,8 @@ See .UE . .TP .B sysv -is an implementation of the SystemV/Coherent filesystem for Linux. -It implements all of Xenix FS, SystemV/386 FS, and Coherent FS. +is an implementation of the System V/Coherent filesystem for Linux. +It implements all of Xenix FS, System V/386 FS, and Coherent FS. .TP .B umsdos is an extended DOS filesystem used by Linux.