diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-10-05 20:53:12 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-10-05 20:53:12 +0000 |
commit | cd8f494c4d396c6413e86b08949f6b96cb7a6bbc (patch) | |
tree | c8f3570286f8e0ad52a6134ed80ee4c7a6b1174f /share/man/man9/malloc.9 | |
parent | da7386e356c0b9dc426070fb1e230bfed9abc6eb (diff) |
The .Bl -tag flag expects a -width argument.
Diffstat (limited to 'share/man/man9/malloc.9')
-rw-r--r-- | share/man/man9/malloc.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/malloc.9 b/share/man/man9/malloc.9 index d467195a630..146ba247ff0 100644 --- a/share/man/man9/malloc.9 +++ b/share/man/man9/malloc.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: malloc.9,v 1.7 1999/09/23 04:12:07 alex Exp $ +.\" $OpenBSD: malloc.9,v 1.8 1999/10/05 20:53:11 aaron Exp $ .\" $NetBSD: malloc.9,v 1.2 1996/10/30 05:29:54 lukem Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -83,7 +83,7 @@ the kernel version takes two more arguments. The argument further qualifies .Fn malloc No Ns 's operational characteristics as follows: -.Bl -tag -offset indent +.Bl -tag -width xxx -offset indent .It Dv M_NOWAIT Causes .Fn malloc |