From 6849e55c11335250c50937134f9d0fd747a482e7 Mon Sep 17 00:00:00 2001 From: Nikita-Bunikido Date: Mon, 20 Jul 2026 13:34:49 +0300 Subject: [PATCH] Fixed typo in intro --- intro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intro b/intro index b562419..eb37f49 100644 --- a/intro +++ b/intro @@ -120,7 +120,7 @@ the command named `name` in section `number` of the manual. When they appear in this developer's guide, there should be a hyperlink to the appropriate manual page. For example, read(2) refers to the `read()` function in section 2 of the manual, while ctf(5) refers to the manual page on the CTF -file format, which is section 4. Manual sections may have a sub-descriptor +file format, which is section 5. Manual sections may have a sub-descriptor after the number: connect(3SOCKET) describes the `connect()` function that can be found in the `3SOCKET` section of the manual; this section describes functions that are a part of the `libsocket` library.