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 /lib/libc/sys/mincore.2 | |
parent | ff83242d9a39a3161efb0280a988cb64b6133022 (diff) |
use Bx macro for BSD versions
Diffstat (limited to 'lib/libc/sys/mincore.2')
-rw-r--r-- | lib/libc/sys/mincore.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/mincore.2 b/lib/libc/sys/mincore.2 index 9aaa7083993..d94c320534c 100644 --- a/lib/libc/sys/mincore.2 +++ b/lib/libc/sys/mincore.2 @@ -70,4 +70,5 @@ is set to indicate the error. .Sh HISTORY The .Fn mincore -function first appeared in 4.4BSD. +function first appeared in +.Bx 4.4 . |