diff options
Diffstat (limited to 'upstream/archlinux/man3/slist.3')
-rw-r--r-- | upstream/archlinux/man3/slist.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/upstream/archlinux/man3/slist.3 b/upstream/archlinux/man3/slist.3 index 13f50bba..04b1aacc 100644 --- a/upstream/archlinux/man3/slist.3 +++ b/upstream/archlinux/man3/slist.3 @@ -5,7 +5,7 @@ .\" SPDX-License-Identifier: BSD-3-Clause .\" .\" -.TH SLIST 3 2023-10-31 "Linux man-pages 6.06" +.TH SLIST 3 2024-05-02 "Linux man-pages 6.8" .SH NAME SLIST_EMPTY, SLIST_ENTRY, @@ -68,7 +68,7 @@ Standard C library .\" .BI " SLIST_ENTRY " NAME ); .fi .SH DESCRIPTION -These macros define and operate on doubly linked lists. +These macros define and operate on singly linked lists. .P In the macro definitions, .I TYPE |