aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-09-05 14:49:16 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-09-05 14:49:42 +0200
commit78da9b6b29ce34281971c95647508f8265e775b3 (patch)
treec57bab8ff1dd13878938735eb7b1a77a47e9bc57
parentbf49fb93876291cc5a2b71eb84d914eeac23118e (diff)
downloadman-pages-78da9b6b29ce34281971c95647508f8265e775b3.tar.gz
bind.2, ioctl_ns.2, open_by_handle_at.2, duplocale.3: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/bind.22
-rw-r--r--man2/ioctl_ns.22
-rw-r--r--man2/open_by_handle_at.22
-rw-r--r--man3/duplocale.32
4 files changed, 4 insertions, 4 deletions
diff --git a/man2/bind.2 b/man2/bind.2
index 72aac95556..1aca1a863c 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 b40180d088..818dde32c3 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 78c3220f87..f3a863814a 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 ebedbc95ac..d0f81d8bb1 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 ()