diff options
| author | Alejandro Colomar <alx@kernel.org> | 2022-12-04 20:38:06 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2022-12-04 20:39:41 +0100 |
| commit | b324e17d3208c940622ab192609b836928d5aa8d (patch) | |
| tree | de6403ed6aaad3b403607aeb1624f2b193e50590 /man5/filesystems.5 | |
| parent | 0137c7f49c178c14c230a0b89e2979732a52e6df (diff) | |
| download | man-pages-b324e17d3208c940622ab192609b836928d5aa8d.tar.gz | |
Many pages: wfix
Refer consistently to software versions. In most cases, it is done as
<software> <version>. In the case of Linux and glibc, use the project
name, instead of other terms such as 'kernel' or 'library'.
I found the uses of inconsistent language with the following:
$ find man* -type f \
| xargs grep -i '\(since\|before\|after\|until\|to\|from\|in\|between\|version\|with\) \(kernel\|version\|2\.\|3\.\|4\.\|5\.\)' \
| sort
However, I might have missed some cases. Anyway, 99% consistency is
pretty good consistency. We'll fix the remaining cases as we see them.
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man5/filesystems.5')
| -rw-r--r-- | man5/filesystems.5 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man5/filesystems.5 b/man5/filesystems.5 index 1596602086..1828cf0522 100644 --- a/man5/filesystems.5 +++ b/man5/filesystems.5 @@ -55,7 +55,7 @@ filesystem. It has been completely superseded by the second version of the extended filesystem .RB ( ext2 ) -and has been removed from the kernel (in 2.1.21). +and has been removed from the kernel (in Linux 2.1.21). .TP .B ext2 is a disk filesystem that was used by Linux for fixed disks @@ -117,7 +117,7 @@ filesystem support under Linux. .TP .B JFS is a journaling filesystem, developed by IBM, -that was integrated into Linux in kernel 2.4.24. +that was integrated into Linux 2.4.24. .TP .B minix is the filesystem used in the Minix operating system, the first to run @@ -135,7 +135,7 @@ optional period and 3 character extension. .B ncpfs is a network filesystem that supports the NCP protocol, used by Novell NetWare. -It was removed from the kernel in 4.17. +It was removed from the kernel in Linux 4.17. .IP To use .BR ncpfs , @@ -160,7 +160,7 @@ See .TP .B Reiserfs is a journaling filesystem, designed by Hans Reiser, -that was integrated into Linux in kernel 2.4.1. +that was integrated into Linux 2.4.1. .TP .B smb is a network filesystem that supports the SMB protocol, used by @@ -194,7 +194,7 @@ adds the capability to use long filenames under the MSDOS filesystem. .TP .B XFS is a journaling filesystem, developed by SGI, -that was integrated into Linux in kernel 2.4.20. +that was integrated into Linux 2.4.20. .TP .B xiafs was designed and implemented to be a stable, safe filesystem by @@ -204,7 +204,7 @@ requested features without undue complexity. The .B xiafs filesystem is no longer actively developed or maintained. -It was removed from the kernel in 2.1.21. +It was removed from the kernel in Linux 2.1.21. .SH SEE ALSO .BR fuse (4), .BR btrfs (5), |
