From ea5c73026fe08c7fda1bc859c91082916f4399cd Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 23 Feb 2020 21:42:31 +0100 Subject: [PATCH] syscalls.2: Note that the 5.x series followed 4.20 Signed-off-by: Michael Kerrisk --- man2/syscalls.2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/man2/syscalls.2 b/man2/syscalls.2 index 4c1954d36..0eadeda5f 100644 --- a/man2/syscalls.2 +++ b/man2/syscalls.2 @@ -135,8 +135,9 @@ and new system calls may appear in each 2.6.x release. In this case, the exact version number where the system call appeared is shown. This convention continues with the 3.x kernel series, -which followed on from kernel 2.6.39, and the 4.x kernel series, -which followed on from kernel 3.19. +which followed on from kernel 2.6.39; and the 4.x kernel series, +which followed on from kernel 3.19; and the 5.x kernel series, +which followed on from kernel 4.20. .IP * In some cases, a system call was added to a stable kernel series after it branched from the previous stable kernel