diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-05-01 08:03:31 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-05-01 08:03:31 +0000 |
commit | 41434dbdbf3099a023505b5b3915bf4d9b778ee1 (patch) | |
tree | 1ca936fb3301ad4347fcc3a38fd2c83e87a15817 /lib/libc/gen | |
parent | 04e9f1abe6384e852ca0207d882814dab9237dd4 (diff) |
o) start new sentence on a new line;
o) always close .Bl tags;
o) fix usage of .Xr;
millert@ ok
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/fpgetmask.3 | 6 | ||||
-rw-r--r-- | lib/libc/gen/sysctl.3 | 17 |
2 files changed, 14 insertions, 9 deletions
diff --git a/lib/libc/gen/fpgetmask.3 b/lib/libc/gen/fpgetmask.3 index f136158b815..53cb643bf26 100644 --- a/lib/libc/gen/fpgetmask.3 +++ b/lib/libc/gen/fpgetmask.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fpgetmask.3,v 1.1 2002/02/16 05:17:51 pvalchev Exp $ +.\" $OpenBSD: fpgetmask.3,v 1.2 2002/05/01 08:03:29 mpech Exp $ .\" $NetBSD: fpgetmask.3,v 1.3 2001/09/16 02:57:03 wiz Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -102,8 +102,8 @@ function will cause future operations to use the specified dynamic mode. .It Em Note : On some architectures, instructions can optionally specify static rounding modes and exception enables that will supersede the specified -dynamic mode. On other architectures, these features may not be fully -supported. +dynamic mode. +On other architectures, these features may not be fully supported. .El .Pp The diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 5f77fd082ed..f73df5f3d90 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.85 2002/04/30 16:31:42 mpech Exp $ +.\" $OpenBSD: sysctl.3,v 1.86 2002/05/01 08:03:29 mpech Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -546,17 +546,20 @@ The third level name selects the System V style IPC facility. .Pp .Bl -tag -width "123456" .It Li KERN_SYSVIPC_MSG_INFO -Return information on the System V style message facility. The +Return information on the System V style message facility. +The .Sy msg_sysctl_info structure is defined in .Aq Pa sys/msg.h . .It Li KERN_SYSVIPC_SEM_INFO -Return information on the System V style semaphore facility. The +Return information on the System V style semaphore facility. +The .Sy sem_sysctl_info structure is defined in .Aq Pa sys/sem.h . .It Li KERN_SYSVIPC_SHM_INFO -Return information on the System V style shared memory facility. The +Return information on the System V style shared memory facility. +The .Sy shm_sysctl_info structure is defined in .Aq Pa sys/shm.h . @@ -917,7 +920,8 @@ Note that routers will never accept ICMP redirect packets, and the variable is meaningful on IP hosts only. .It Li icmp.redirtimeout The variable specifies lifetime of routing entries generated by incoming -ICMP redirect. The default timeout is 10 minutes. +ICMP redirect. +The default timeout is 10 minutes. .It Li tcp.rfc1323 Returns 1 if RFC1323 extensions to .Tn TCP @@ -1080,7 +1084,8 @@ and for more details. .It Li ip6.log_interval This variable permits adjusting the amount of logs generated by the -IPv6 packet forwarding engine. The value indicates the number of +IPv6 packet forwarding engine. +The value indicates the number of seconds of interval which must elapse between log output. .It Li ip6.hdrnestlimit The number of IPv6 extension headers permitted on incoming IPv6 packets. |