aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
Diffstat (limited to 'man3')
-rw-r--r--man3/printf.32
-rw-r--r--man3/setaliasent.32
-rw-r--r--man3/setnetgrent.36
-rw-r--r--man3/strfmon.32
-rw-r--r--man3/termios.33
-rw-r--r--man3/usleep.32
6 files changed, 9 insertions, 8 deletions
diff --git a/man3/printf.3 b/man3/printf.3
index de581f954d..b3781884d9 100644
--- a/man3/printf.3
+++ b/man3/printf.3
@@ -893,7 +893,7 @@ and
instead (or
.BR asprintf (3)
and
-.BR vasprintf (3).
+.BR vasprintf (3)).
.PP
Linux libc4.[45] does not have a
.BR snprintf (),
diff --git a/man3/setaliasent.3 b/man3/setaliasent.3
index bfd5396807..935253fad6 100644
--- a/man3/setaliasent.3
+++ b/man3/setaliasent.3
@@ -77,7 +77,7 @@ is defined in
struct aliasent {
char *alias_name; /* alias name */
size_t alias_members_len;
- char **alias_members; /* alias name list */
+ char **alias_members; /* alias name list */
int alias_local;
};
.fi
diff --git a/man3/setnetgrent.3 b/man3/setnetgrent.3
index b00762ccf2..82f8ed679a 100644
--- a/man3/setnetgrent.3
+++ b/man3/setnetgrent.3
@@ -43,7 +43,7 @@ The
.I netgroup
is a SunOS invention.
A netgroup database is a list of string triples
-.BR (hostname "," username "," domainname)
+.RI ( hostname ", " username ", " domainname )
or other netgroup names.
Any of the elements in a triple can be empty,
which means that anything matches.
@@ -73,7 +73,7 @@ To free all allocated buffers use
.BR endnetgrent ().
.PP
In most cases you only want to check if the triplet
-.BR (hostname "," username "," domainname)
+.RI ( hostname ", " username ", " domainname )
is a member of a netgroup.
The function
.BR innetgr ()
@@ -93,7 +93,7 @@ These functions are not in POSIX.1-2001, but
.BR getnetgrent (),
and
.BR innetgr ()
-are avilable on most Unix systems.
+are available on most Unix systems.
.BR getnetgrent_r ()
is not widely available on other systems.
.\" getnetgrent_r() is on Solaris 8 and AIX 5.1, but not the BSDs.
diff --git a/man3/strfmon.3 b/man3/strfmon.3
index 84457d3468..2bcf49646e 100644
--- a/man3/strfmon.3
+++ b/man3/strfmon.3
@@ -92,7 +92,7 @@ and
items of the current locale.
If the right precision is 0, no radix character is printed.
(The radix character here is determined by
- .BR LC_MONETARY ,
+.BR LC_MONETARY ,
and may differ from that specified by
.BR LC_NUMERIC .)
.LP
diff --git a/man3/termios.3 b/man3/termios.3
index ec7ae1d5f0..013442e116 100644
--- a/man3/termios.3
+++ b/man3/termios.3
@@ -580,7 +580,8 @@ signal when the character is read by the user program.
Recognized when
.B IEXTEN
and
-.B ISIG are set, and the system supports
+.B ISIG
+are set, and the system supports
job control, and then not passed as input.
.TP
.B VLNEXT
diff --git a/man3/usleep.3 b/man3/usleep.3
index 88a3cfe1ae..e739a621ec 100644
--- a/man3/usleep.3
+++ b/man3/usleep.3
@@ -94,7 +94,7 @@ Use
#include <unistd.h>
\&...
unsigned int usecs;
-\&.
+\&...
usleep(usecs);
.fi
.RE