diff options
author | 1998-06-15 17:54:48 +0000 | |
---|---|---|
committer | 1998-06-15 17:54:48 +0000 | |
commit | a873166d58fd22eb9cd577c46ce7405089f92a17 (patch) | |
tree | 6e7c83c6bbae1198e072a6074b0c8b67649c4395 /share/man/man3/queue.3 | |
parent | add -p opt to usage; form@vs.itam.nsc.ru (diff) | |
download | wireguard-openbsd-a873166d58fd22eb9cd577c46ce7405089f92a17.tar.xz wireguard-openbsd-a873166d58fd22eb9cd577c46ce7405089f92a17.zip |
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 . |