diff options
| author | Alejandro Colomar <alx@kernel.org> | 2026-01-13 14:21:59 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2026-01-13 14:22:11 +0100 |
| commit | d02f0f25abc40456ea540fe86a151b39e662cd18 (patch) | |
| tree | ede6c26df5be16f65bba126ae74f2130b02114e9 | |
| parent | 20f75db8521aebfa48b563b0298175ed68e3bae8 (diff) | |
| download | man-pages-d02f0f25abc40456ea540fe86a151b39e662cd18.tar.gz | |
man/man2/: Don't use 'v' prefix for versions
For consistency elsewhere.
Signed-off-by: Alejandro Colomar <alx@kernel.org>
| -rw-r--r-- | man/man2/madvise.2 | 4 | ||||
| -rw-r--r-- | man/man2/personality.2 | 2 | ||||
| -rw-r--r-- | man/man2/quotactl.2 | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/man/man2/madvise.2 b/man/man2/madvise.2 index 585adf2b6a..75698b9ffd 100644 --- a/man/man2/madvise.2 +++ b/man/man2/madvise.2 @@ -134,7 +134,7 @@ by the virtual memory subsystem. Such pages are typically created by device drivers that map the pages into user space.) .IP -Support for Huge TLB pages was added in Linux v5.18. +Support for Huge TLB pages was added in Linux 5.18. Addresses within a mapping backed by Huge TLB pages must be aligned to the underlying Huge TLB page size, and the range size is rounded up @@ -187,7 +187,7 @@ Filesystems which do not support fail with the error .BR EOPNOTSUPP . .IP -Support for the Huge TLB filesystem was added in Linux v4.3. +Support for the Huge TLB filesystem was added in Linux 4.3. .TP .BR MADV_DONTFORK " (since Linux 2.6.16)" .\" commit f822566165dd46ff5de9bf895cfa6c51f53bb0c4 diff --git a/man/man2/personality.2 b/man/man2/personality.2 index 977a26d0db..2b4b99134b 100644 --- a/man/man2/personality.2 +++ b/man/man2/personality.2 @@ -197,7 +197,7 @@ otherwise no effect. Acorn RISC OS/Arthur (MIPS). No effect. .\" commit 125ec7b4e90cbae4eed5a7ff1ee479cc331dcf3c -Up to Linux v4.0, would set the emulation altroot to +Up to Linux 4.0, would set the emulation altroot to .I /usr/gnemul/riscos (cf.\& .BR PER_SUNOS , diff --git a/man/man2/quotactl.2 b/man/man2/quotactl.2 index f53dc1d419..6bf26a5054 100644 --- a/man/man2/quotactl.2 +++ b/man/man2/quotactl.2 @@ -327,7 +327,7 @@ struct dqinfo { /* Defined since Linux 2.4.22 */ /* Quota format QFMT_VFS_OLD */ \& #define DQF_ROOT_SQUASH (1 << 0) /* Root squash enabled */ - /* Before Linux v4.0, this had been defined + /* Before Linux 4.0, this had been defined privately as V1_DQF_RSQUASH */ \& /* Quota format QFMT_VFS_V0 / QFMT_VFS_V1 */ |
