From 78da9b6b29ce34281971c95647508f8265e775b3 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 5 Sep 2020 14:49:16 +0200 Subject: [PATCH] bind.2, ioctl_ns.2, open_by_handle_at.2, duplocale.3: tfix Signed-off-by: Michael Kerrisk --- man2/bind.2 | 2 +- man2/ioctl_ns.2 | 2 +- man2/open_by_handle_at.2 | 2 +- man3/duplocale.3 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/man2/bind.2 b/man2/bind.2 index 72aac9555..1aca1a863 100644 --- a/man2/bind.2 +++ b/man2/bind.2 @@ -149,7 +149,7 @@ The only purpose of this structure is to cast the structure pointer passed in .I addr in order to avoid compiler warnings. -See EXAMPLE below. +See EXAMPLES below. .SH RETURN VALUE On success, zero is returned. On error, \-1 is returned, and diff --git a/man2/ioctl_ns.2 b/man2/ioctl_ns.2 index b40180d08..818dde32c 100644 --- a/man2/ioctl_ns.2 +++ b/man2/ioctl_ns.2 @@ -113,7 +113,7 @@ operation can fail with the following error: .I fd refers to a nonhierarchical namespace. .PP -See the EXAMPLE section for an example of the use of these operations. +See the EXAMPLES section for an example of the use of these operations. .\" ============================================================ .\" .SS Discovering the namespace type diff --git a/man2/open_by_handle_at.2 b/man2/open_by_handle_at.2 index 78c3220f8..f3a863814 100644 --- a/man2/open_by_handle_at.2 +++ b/man2/open_by_handle_at.2 @@ -110,7 +110,7 @@ and .IR handle->handle_bytes is set to indicate the required size; the caller can then use this information to allocate a structure -of the correct size (see EXAMPLE below). +of the correct size (see EXAMPLES below). Some care is needed here as .BR EOVERFLOW can also indicate that no file handle is available for this particular diff --git a/man3/duplocale.3 b/man3/duplocale.3 index ebedbc95a..d0f81d8bb 100644 --- a/man3/duplocale.3 +++ b/man3/duplocale.3 @@ -108,7 +108,7 @@ Calling can be used to ensure that the .BR LC_GLOBAL_LOCALE value is converted into a usable locale object. -See EXAMPLE, below. +See EXAMPLES, below. .PP Each locale object created by .BR duplocale ()