aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
Diffstat (limited to 'man3')
-rw-r--r--man3/queue.32
-rw-r--r--man3/strfmon.34
2 files changed, 3 insertions, 3 deletions
diff --git a/man3/queue.3 b/man3/queue.3
index 08f500beb7..7d26b54c62 100644
--- a/man3/queue.3
+++ b/man3/queue.3
@@ -927,7 +927,7 @@ LIST_FOREACH(np, &head, entries)
.\" LIST_REMOVE(np, entries);
.\" free(np);
.\" }
-.\"
+.\"
while (!LIST_EMPTY(&head)) { /* List Deletion. */
n1 = LIST_FIRST(&head);
LIST_REMOVE(n1, entries);
diff --git a/man3/strfmon.3 b/man3/strfmon.3
index 93aaa6ff55..816bd953e2 100644
--- a/man3/strfmon.3
+++ b/man3/strfmon.3
@@ -31,7 +31,7 @@ strfmon, strfmon_l \- convert monetary value to a string
.BI "ssize_t strfmon(char *" s ", size_t " max ", const char *" format ,
.B "...);"
-.BI "ssize_t strfmon_l(char *" s ", size_t " max ", locale_t " locale ",
+.BI "ssize_t strfmon_l(char *" s ", size_t " max ", locale_t " locale ",
.B const char *" format , "...);"
.fi
.SH DESCRIPTION
@@ -195,7 +195,7 @@ outputs
in the
.I nl_NL
locale.
-The
+The
.IR de_DE ,
.IR de_CH ,
.IR en_AU ,