summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-08-10 17:35:21 +0000
committerru <ru@FreeBSD.org>2001-08-10 17:35:21 +0000
commitf858dca3dc130c98b635d3fc8e60adf8eed7f941 (patch)
treefb8d3456824bbc5e1f38e14a7626c5362b9c29d6 /lib/libc
parentf3e8b0f40c1621de1ee3f3f31da3fb02d9a35832 (diff)
downloadFreeBSD-src-f858dca3dc130c98b635d3fc8e60adf8eed7f941.zip
FreeBSD-src-f858dca3dc130c98b635d3fc8e60adf8eed7f941.tar.gz
mdoc(7) police: join split punctuation to macro calls.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/tzset.32
-rw-r--r--lib/libc/i386/sys/i386_get_ldt.28
-rw-r--r--lib/libc/net/resolver.32
-rw-r--r--lib/libc/rpc/rpc_secure.34
-rw-r--r--lib/libc/sys/dup.22
-rw-r--r--lib/libc/sys/rfork.24
-rw-r--r--lib/libc/sys/select.24
7 files changed, 13 insertions, 13 deletions
diff --git a/lib/libc/gen/tzset.3 b/lib/libc/gen/tzset.3
index 6dca2bc..1c7622c 100644
--- a/lib/libc/gen/tzset.3
+++ b/lib/libc/gen/tzset.3
@@ -227,7 +227,7 @@ The
.Em d Ns 'th
day (0 \*(Le
.Em d
-\*(Le 6 )
+\*(Le 6)
of week
.Em n
of month
diff --git a/lib/libc/i386/sys/i386_get_ldt.2 b/lib/libc/i386/sys/i386_get_ldt.2
index 5b6070e..5b74325 100644
--- a/lib/libc/i386/sys/i386_get_ldt.2
+++ b/lib/libc/i386/sys/i386_get_ldt.2
@@ -56,11 +56,11 @@ LDT.
will set a list of i386 descriptors for the current process in its
LDT.
Both routines accept a starting selector number
-.Fa start_sel
-, an array of memory that
+.Fa start_sel ,
+an array of memory that
will contain the descriptors to be set or returned
-.Fa descs
-, and the number of entries to set or return
+.Fa descs ,
+and the number of entries to set or return
.Fa num_sels .
.Pp
The argument
diff --git a/lib/libc/net/resolver.3 b/lib/libc/net/resolver.3
index 2771e9b..8f13af7 100644
--- a/lib/libc/net/resolver.3
+++ b/lib/libc/net/resolver.3
@@ -230,7 +230,7 @@ tokens if you wish to override the
on a per-process basis. This is similar to the
.Em search
command in the configuration file.
-Another environment variable (
+Another environment variable
.Dq Ev RES_OPTIONS
can be set to
override certain internal resolver options which are otherwise
diff --git a/lib/libc/rpc/rpc_secure.3 b/lib/libc/rpc/rpc_secure.3
index f2c516f..65ad98f 100644
--- a/lib/libc/rpc/rpc_secure.3
+++ b/lib/libc/rpc/rpc_secure.3
@@ -153,8 +153,8 @@ Inverse of
is an interface to the keyserver daemon, which is associated
with
.Tn RPC Ns 's
-secure authentication system (
-.Tn DES
+secure authentication system
+.Tn ( DES
authentication).
User programs rarely need to call it, or its associated routines
.Fn key_encryptsession ,
diff --git a/lib/libc/sys/dup.2 b/lib/libc/sys/dup.2
index 347795c..9c2a7b1 100644
--- a/lib/libc/sys/dup.2
+++ b/lib/libc/sys/dup.2
@@ -96,7 +96,7 @@ the value of the new descriptor
.Fa newd
is specified. If this descriptor is already in use and
.Fa oldd
-!=
+\*(Ne
.Fa newd ,
the descriptor is first deallocated as if a
.Xr close 2
diff --git a/lib/libc/sys/rfork.2 b/lib/libc/sys/rfork.2
index 1f96447..80d7f76 100644
--- a/lib/libc/sys/rfork.2
+++ b/lib/libc/sys/rfork.2
@@ -46,8 +46,8 @@ See
.Xr wait 2 .
.It RFFDG
If set, the invoker's file descriptor table (see
-.Xr intro 2
-) is copied; otherwise the two processes share a
+.Xr intro 2 )
+is copied; otherwise the two processes share a
single table.
.It RFCFDG
If set, the new process starts with a clean file descriptor table.
diff --git a/lib/libc/sys/select.2 b/lib/libc/sys/select.2
index 9837eb5..d888bfb 100644
--- a/lib/libc/sys/select.2
+++ b/lib/libc/sys/select.2
@@ -170,8 +170,8 @@ The default size of
is currently 1024.
In order to accommodate programs which might potentially
use a larger number of open files with
-.Fn select
-, it is possible
+.Fn select ,
+it is possible
to increase this size by having the program define
.Dv FD_SETSIZE
before the inclusion of any header which includes
OpenPOWER on IntegriCloud