diff options
author | 2011-08-30 12:25:09 +0000 | |
---|---|---|
committer | 2011-08-30 12:25:09 +0000 | |
commit | d6f92ecdd4188e945c8625bbf3ac25ee7cdd17d3 (patch) | |
tree | 9bdbcdcc6386706ee172133680972d1375ce8c02 /lib/libc/gen | |
parent | remove some pointless Pp/-compact combinations; either ingo or kristaps (diff) | |
download | wireguard-openbsd-d6f92ecdd4188e945c8625bbf3ac25ee7cdd17d3.tar.xz wireguard-openbsd-d6f92ecdd4188e945c8625bbf3ac25ee7cdd17d3.zip |
in column lists, enforce the following ordering:
.Bl -column header1 header2 ... <Bl flags>
mixing things up confuses mandoc, and adding flags in can screw up the list.
this hopefully just makes things a bit safer (and more consistent).
(one more bit of work left and all column lists should format how we want)
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/fpgetmask.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/fpgetmask.3 b/lib/libc/gen/fpgetmask.3 index e4ed25840ef..d82233684de 100644 --- a/lib/libc/gen/fpgetmask.3 +++ b/lib/libc/gen/fpgetmask.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fpgetmask.3,v 1.7 2011/04/25 21:07:24 martynas Exp $ +.\" $OpenBSD: fpgetmask.3,v 1.8 2011/08/30 12:25:09 jmc Exp $ .\" $NetBSD: fpgetmask.3,v 1.3 2001/09/16 02:57:03 wiz Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: April 25 2011 $ +.Dd $Mdocdate: August 30 2011 $ .Dt FPGETMASK 3 .Os .Sh NAME @@ -72,7 +72,7 @@ An .Ft fp_except value is a bitmask specifying an exception type and containing any of the values listed below. -.Bl -column -offset indent FP_X_UFLxx +.Bl -column FP_X_UFLxx -offset indent .It Dv FP_X_INV Ta Invalid\ Operation .It Dv FP_X_DZ Ta Division\ by\ zero .It Dv FP_X_OFL Ta Overflow |