summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/getcap.32
-rw-r--r--lib/libc/gen/getnetgrent.c2
-rw-r--r--lib/libc/gen/psignal.32
-rw-r--r--lib/libedit/key.c4
-rw-r--r--lib/libutil/realhostname_sa.32
5 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/gen/getcap.3 b/lib/libc/gen/getcap.3
index a2c2e7d..57072b4 100644
--- a/lib/libc/gen/getcap.3
+++ b/lib/libc/gen/getcap.3
@@ -254,7 +254,7 @@ Upon completion of the database 0 is returned, 1 is returned upon successful
return of record with possibly more remaining (we haven't reached the end of
the database yet), 2 is returned if the record contains an unresolved
.Ic tc
-expansion, \-1 is returned if an system error occurred, and \-2
+expansion, \-1 is returned if a system error occurred, and \-2
is returned if a potential reference loop is detected (see
.Ic tc=
comments below).
diff --git a/lib/libc/gen/getnetgrent.c b/lib/libc/gen/getnetgrent.c
index 7311fc3..82ae810 100644
--- a/lib/libc/gen/getnetgrent.c
+++ b/lib/libc/gen/getnetgrent.c
@@ -381,7 +381,7 @@ innetgr(group, host, user, dom)
* Couldn't match using NIS-exclusive mode. If the error
* was YPERR_MAP, then the failure happened because there
* was no netgroup.byhost or netgroup.byuser map. The odds
- * are we are talking to an Sun NIS+ server in YP emulation
+ * are we are talking to a Sun NIS+ server in YP emulation
* mode; if this is the case, then we have to do the check
* the 'old-fashioned' way by grovelling through the netgroup
* map and resolving memberships on the fly.
diff --git a/lib/libc/gen/psignal.3 b/lib/libc/gen/psignal.3
index 3c291a9..771de7d 100644
--- a/lib/libc/gen/psignal.3
+++ b/lib/libc/gen/psignal.3
@@ -68,7 +68,7 @@ and returns a pointer to the corresponding message string.
.Pp
The
.Fn psignal
-function accepts an signal number argument
+function accepts a signal number argument
.Fa sig
and writes it to the standard error.
If the argument
diff --git a/lib/libedit/key.c b/lib/libedit/key.c
index 6251486..7643f3d7 100644
--- a/lib/libedit/key.c
+++ b/lib/libedit/key.c
@@ -47,7 +47,7 @@ __FBSDID("$FreeBSD$");
* the extended-key map.
*
* An extended-key (key) is a sequence of keystrokes introduced
- * with an sequence introducer and consisting of an arbitrary
+ * with a sequence introducer and consisting of an arbitrary
* number of characters. This module maintains a map (the el->el_key.map)
* to convert these extended-key sequences into input strs
* (XK_STR), editor functions (XK_CMD), or unix commands (XK_EXE).
@@ -450,7 +450,7 @@ node__put(EditLine *el, key_node_t *ptr)
/* node__get():
- * Returns pointer to an key_node_t for ch.
+ * Returns pointer to a key_node_t for ch.
*/
private key_node_t *
node__get(int ch)
diff --git a/lib/libutil/realhostname_sa.3 b/lib/libutil/realhostname_sa.3
index e07720d..19a17f4 100644
--- a/lib/libutil/realhostname_sa.3
+++ b/lib/libutil/realhostname_sa.3
@@ -56,7 +56,7 @@
.Dt REALHOSTNAME_SA 3
.Sh NAME
.Nm realhostname_sa
-.Nd "convert an struct sockaddr to the real host name"
+.Nd "convert a struct sockaddr to the real host name"
.Sh LIBRARY
.Lb libutil
.Sh SYNOPSIS
OpenPOWER on IntegriCloud