diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/gen/tzset.3 | 2 | ||||
| -rw-r--r-- | lib/libc/i386/sys/i386_get_ldt.2 | 8 | ||||
| -rw-r--r-- | lib/libc/net/resolver.3 | 2 | ||||
| -rw-r--r-- | lib/libc/rpc/rpc_secure.3 | 4 | ||||
| -rw-r--r-- | lib/libc/sys/dup.2 | 2 | ||||
| -rw-r--r-- | lib/libc/sys/rfork.2 | 4 | ||||
| -rw-r--r-- | lib/libc/sys/select.2 | 4 | ||||
| -rw-r--r-- | lib/libcam/cam_cdbparse.3 | 8 | ||||
| -rw-r--r-- | lib/libm/common_source/asin.3 | 2 | ||||
| -rw-r--r-- | lib/libvgl/vgl.3 | 3 | ||||
| -rw-r--r-- | lib/msun/man/asin.3 | 2 |
11 files changed, 21 insertions, 20 deletions
diff --git a/lib/libc/gen/tzset.3 b/lib/libc/gen/tzset.3 index 6dca2bca21e1..1c7622c9ce2f 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 5b6070e1487b..5b74325bb0f1 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 2771e9bcf74d..8f13af701502 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 f2c516f9da5b..65ad98f2c859 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 347795cc7540..9c2a7b1b462b 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 1f9644793c25..80d7f76d3da7 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 9837eb5757a2..d888bfb91bf3 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 diff --git a/lib/libcam/cam_cdbparse.3 b/lib/libcam/cam_cdbparse.3 index 00a9b23a7672..df920da1899b 100644 --- a/lib/libcam/cam_cdbparse.3 +++ b/lib/libcam/cam_cdbparse.3 @@ -413,10 +413,10 @@ them to a dummy variable in the arg list. The seek field type .Fa s permits you to skip over data. -This seeks to an absolute position ( -.Fa s3 ) -or a relative position ( -.Fa s+3 ) +This seeks to an absolute position +.Pq Fa s3 +or a relative position +.Pq Fa s+3 in the data, based on whether or not the presence of the '+' sign. The seek value can be specified as .Fa v diff --git a/lib/libm/common_source/asin.3 b/lib/libm/common_source/asin.3 index fe6184b9d58f..a1571abac47e 100644 --- a/lib/libm/common_source/asin.3 +++ b/lib/libm/common_source/asin.3 @@ -62,7 +62,7 @@ function returns the arc sine in the range radians. On the .Tn VAX , -and Tahoe , +and Tahoe, if: .Bd -unfilled -offset indent .Pf \&| Ns Ar x Ns \&| > 1 diff --git a/lib/libvgl/vgl.3 b/lib/libvgl/vgl.3 index cdd68e07e9fa..7add8c26c5dc 100644 --- a/lib/libvgl/vgl.3 +++ b/lib/libvgl/vgl.3 @@ -406,7 +406,8 @@ Passing a in-memory bitmap to this function results in error. .Fn VGLBlankDisplay blank the display if the argument .Va blank -!= 0. This can be done to shut off the screen during display updates that +\*(Ne 0. +This can be done to shut off the screen during display updates that the user should first see when it's done. .Ss Program termination and signal processing It is important to call diff --git a/lib/msun/man/asin.3 b/lib/msun/man/asin.3 index 6515fbdfc47a..3bb80611b02b 100644 --- a/lib/msun/man/asin.3 +++ b/lib/msun/man/asin.3 @@ -67,7 +67,7 @@ functions return the arc sine in the range radians. On the .Tn VAX , -and Tahoe , +and Tahoe, if: .Bd -unfilled -offset indent .Pf \&| Ns Ar x Ns \&| > 1 |
