From: Michael Kerrisk Date: Wed, 21 Oct 2020 04:41:39 +0000 (+0200) Subject: list.3: ffix X-Git-Tag: man-pages-5.09~132 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef4138a9f35964f510de80e5cf18df660b535f9d;p=thirdparty%2Fman-pages.git list.3: ffix Signed-off-by: Michael Kerrisk --- diff --git a/man3/list.3 b/man3/list.3 index 8233c3b3e1..bcd651289f 100644 --- a/man3/list.3 +++ b/man3/list.3 @@ -306,9 +306,9 @@ LIST_HEAD(listhead, entry); int main(void) { - struct entry *n1, *n2, *n3, *np; + struct entry *n1, *n2, *n3, *np; struct listhead head; /* List head. */ - int i; + int i; LIST_INIT(&head); /* Initialize the list. */