summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen')
-rw-r--r--lib/libc/gen/directory.32
-rw-r--r--lib/libc/gen/fnmatch.32
-rw-r--r--lib/libc/gen/getcap.35
-rw-r--r--lib/libc/gen/gethostname.33
-rw-r--r--lib/libc/gen/getpwent.32
-rw-r--r--lib/libc/gen/setjmp.32
-rw-r--r--lib/libc/gen/signal.35
-rw-r--r--lib/libc/gen/tzset.32
-rw-r--r--lib/libc/gen/ucontext.36
-rw-r--r--lib/libc/gen/unvis.38
10 files changed, 20 insertions, 17 deletions
diff --git a/lib/libc/gen/directory.3 b/lib/libc/gen/directory.3
index 5cd6667..2edf5dc 100644
--- a/lib/libc/gen/directory.3
+++ b/lib/libc/gen/directory.3
@@ -59,7 +59,7 @@
.Ft long
.Fn telldir "DIR *dirp"
.Ft void
-.Fn seekdir "DIR *dirp" "long loc"
+.Fn seekdir "DIR *dirp" "long loc"
.Ft void
.Fn rewinddir "DIR *dirp"
.Ft int
diff --git a/lib/libc/gen/fnmatch.3 b/lib/libc/gen/fnmatch.3
index b89a569..1d2c68a 100644
--- a/lib/libc/gen/fnmatch.3
+++ b/lib/libc/gen/fnmatch.3
@@ -115,7 +115,7 @@ rest after successful
.Fa pattern
matching.
.It Dv FNM_CASEFOLD
-Ignore case distinctions in both the
+Ignore case distinctions in both the
.Fa pattern
and the
.Fa string .
diff --git a/lib/libc/gen/getcap.3 b/lib/libc/gen/getcap.3
index 6ab7721..090ec5a 100644
--- a/lib/libc/gen/getcap.3
+++ b/lib/libc/gen/getcap.3
@@ -256,7 +256,7 @@ copy pointed to by
expansion is done (see
.Ic tc=
comments below).
-Upon completion of the database 0 is returned, 1 is returned upon successful
+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
@@ -325,7 +325,8 @@ does not exist
Names consist of one or more characters.
Names may contain any character
except `:', but it's usually best to restrict them to the printable
-characters and avoid use of graphics like `#', `=', `%', `@', etc.\& Types
+characters and avoid use of graphics like `#', `=', `%', `@', etc.
+Types
are single characters used to separate capability names from their
associated typed values.
Types may be any character except a `:'.
diff --git a/lib/libc/gen/gethostname.3 b/lib/libc/gen/gethostname.3
index 325ce42..9a0afed 100644
--- a/lib/libc/gen/gethostname.3
+++ b/lib/libc/gen/gethostname.3
@@ -89,7 +89,8 @@ argument gave an
invalid address.
.It Bq Er ENAMETOOLONG
The current host name is longer than
-.Fa namelen . (For
+.Fa namelen .
+(For
.Fn gethostname
only.)
.It Bq Er EPERM
diff --git a/lib/libc/gen/getpwent.3 b/lib/libc/gen/getpwent.3
index 8cb51a3..5ed800c 100644
--- a/lib/libc/gen/getpwent.3
+++ b/lib/libc/gen/getpwent.3
@@ -64,7 +64,7 @@
.Ft int
.Fn getpwuid_r "uid_t uid" "struct passwd *pwd" "char *buffer" "size_t bufsize" "struct passwd **result"
.Ft int
-.Fn setpassent "int stayopen"
+.Fn setpassent "int stayopen"
.Ft void
.Fn setpwent void
.Ft void
diff --git a/lib/libc/gen/setjmp.3 b/lib/libc/gen/setjmp.3
index d59fb89..9820298 100644
--- a/lib/libc/gen/setjmp.3
+++ b/lib/libc/gen/setjmp.3
@@ -86,7 +86,7 @@ function.
They then return so that program execution continues as if the corresponding
invocation of the
.Fn setjmp
-call had just returned the value specified by
+call had just returned the value specified by
.Fa val ,
instead of 0.
.Pp
diff --git a/lib/libc/gen/signal.3 b/lib/libc/gen/signal.3
index 681483d..1fdad33 100644
--- a/lib/libc/gen/signal.3
+++ b/lib/libc/gen/signal.3
@@ -42,7 +42,8 @@
.Lb libc
.Sh SYNOPSIS
.In signal.h
-.\" The following is Quite Ugly, but syntactically correct. Don't try to
+.\" The following is Quite Ugly, but syntactically correct.
+.\" Don't try to
.\" fix it.
.Ft void \*(lp*
.Fn signal "int sig" "void \*(lp*func\*(rp\*(lpint\*(rp\*(rp\*(rp\*(lpint"
@@ -227,7 +228,7 @@ for a list of functions
that are considered safe for use in signal handlers.
.Sh RETURN VALUES
The previous action is returned on a successful call.
-Otherwise, SIG_ERR is returned and the global variable
+Otherwise, SIG_ERR is returned and the global variable
.Va errno
is set to indicate the error.
.Sh ERRORS
diff --git a/lib/libc/gen/tzset.3 b/lib/libc/gen/tzset.3
index 42bcdbe..80c525d 100644
--- a/lib/libc/gen/tzset.3
+++ b/lib/libc/gen/tzset.3
@@ -234,7 +234,7 @@ The zero-based Julian day
.Em n
\*(Le 365 ) .
Leap days are counted, and it is possible to refer to February 29.
-.It Sy M Em m.n.d
+.It Sy M Em m.n.d
The
.Em d Ns 'th
day (0 \*(Le
diff --git a/lib/libc/gen/ucontext.3 b/lib/libc/gen/ucontext.3
index 0f167f2..0574322 100644
--- a/lib/libc/gen/ucontext.3
+++ b/lib/libc/gen/ucontext.3
@@ -60,11 +60,11 @@ structure contains at least these fields:
.Bl -tag -width ".Va mcontext_t\ \ uc_mcontext" -offset 3n -compact
.It Va "ucontext_t *uc_link"
context to assume when this one returns
-.It Va "sigset_t uc_sigmask"
+.It Va "sigset_t uc_sigmask"
signals being blocked
-.It Va "stack_t uc_stack"
+.It Va "stack_t uc_stack"
stack area
-.It Va "mcontext_t uc_mcontext"
+.It Va "mcontext_t uc_mcontext"
saved registers
.El
.Pp
diff --git a/lib/libc/gen/unvis.3 b/lib/libc/gen/unvis.3
index b2cdbaa..f371f9a 100644
--- a/lib/libc/gen/unvis.3
+++ b/lib/libc/gen/unvis.3
@@ -129,18 +129,18 @@ They are:
.Bl -tag -width UNVIS_VALIDPUSH
.It Li \&0 (zero)
Another character is necessary; nothing has been recognized yet.
-.It Dv UNVIS_VALID
+.It Dv UNVIS_VALID
A valid character has been recognized and is available at the location
pointed to by cp.
-.It Dv UNVIS_VALIDPUSH
+.It Dv UNVIS_VALIDPUSH
A valid character has been recognized and is available at the location
pointed to by cp; however, the character currently passed in should
be passed in again.
-.It Dv UNVIS_NOCHAR
+.It Dv UNVIS_NOCHAR
A valid sequence was detected, but no character was produced.
This
return code is necessary to indicate a logical break between characters.
-.It Dv UNVIS_SYNBAD
+.It Dv UNVIS_SYNBAD
An invalid escape sequence was detected, or the decoder is in an
unknown state.
The decoder is placed into the starting state.
OpenPOWER on IntegriCloud