diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-06-15 17:56:22 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-06-15 17:56:22 +0000 |
commit | 33f7f2e34d508785540fc8dadf2a8a7303a45e99 (patch) | |
tree | d262d8069024a25c13baa593dd2ff79fa7790371 /share/man/man3/queue.3 | |
parent | ff83242d9a39a3161efb0280a988cb64b6133022 (diff) |
use Bx macro for BSD versions
Diffstat (limited to 'share/man/man3/queue.3')
-rw-r--r-- | share/man/man3/queue.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man3/queue.3 b/share/man/man3/queue.3 index 28b097ca20f..b089c00761f 100644 --- a/share/man/man3/queue.3 +++ b/share/man/man3/queue.3 @@ -477,4 +477,5 @@ while (head.cqh_first != (void *)&head) .Sh HISTORY The .Nm queue -functions first appeared in 4.4BSD. +functions first appeared in +.Bx 4.4 . |