aboutsummaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
Diffstat (limited to 'manual')
-rw-r--r--manual/errno.texi2
-rw-r--r--manual/lang.texi4
-rw-r--r--manual/signal.texi2
3 files changed, 4 insertions, 4 deletions
diff --git a/manual/errno.texi b/manual/errno.texi
index 5eb6eae..f006bf7 100644
--- a/manual/errno.texi
+++ b/manual/errno.texi
@@ -515,7 +515,7 @@ particular protocol being used by the socket. @xref{Socket Options}.
@deftypevr Macro int EPROTONOSUPPORT
@comment errno 43 @c DO NOT REMOVE
The socket domain does not support the requested communications protocol
-(perhaps because the requested protocol is completely invalid.)
+(perhaps because the requested protocol is completely invalid).
@xref{Creating a Socket}.
@end deftypevr
diff --git a/manual/lang.texi b/manual/lang.texi
index 7520da2..c8d0dbf 100644
--- a/manual/lang.texi
+++ b/manual/lang.texi
@@ -741,7 +741,7 @@ described by the macro---thus, @code{ULONG_MAX} has type
@w{@code{unsigned long int}}.
@comment Extra blank lines make it look better.
-@table @code
+@vtable @code
@comment limits.h
@comment ISO
@item SCHAR_MIN
@@ -1007,7 +1007,7 @@ principle GNU C actually satisfies the @w{ISO C} requirements only if the
target machine is suitable. In practice, all the machines currently
supported are suitable.
-@table @code
+@vtable @code
@comment float.h
@comment ISO
@item FLT_ROUNDS
diff --git a/manual/signal.texi b/manual/signal.texi
index 609e756..263b1f0 100644
--- a/manual/signal.texi
+++ b/manual/signal.texi
@@ -1046,7 +1046,7 @@ is deinstalled after an signal was delivered. On BSD systems the
handler must be explicitly deinstalled. In the GNU C Library we use the
BSD version by default. To use the SVID version you can either use the
function @code{sysv_signal} (see below) or use the @code{_XOPEN_SOURCE}
-feature select macro (@pxref{Feature Test Macros}) Generally it should
+feature select macro (@pxref{Feature Test Macros}). Generally it should
be avoided to use this functions due to the compatibility problems. It
is better to use @code{sigaction} if it is available since the results
are much more reliable.