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/man8 | |
parent | ff83242d9a39a3161efb0280a988cb64b6133022 (diff) |
use Bx macro for BSD versions
Diffstat (limited to 'share/man/man8')
-rw-r--r-- | share/man/man8/compat_ultrix.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man8/compat_ultrix.8 b/share/man/man8/compat_ultrix.8 index 589eab5f187..70c2806f7a3 100644 --- a/share/man/man8/compat_ultrix.8 +++ b/share/man/man8/compat_ultrix.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: compat_ultrix.8,v 1.2 1998/01/02 08:51:30 deraadt Exp $ +.\" $OpenBSD: compat_ultrix.8,v 1.3 1998/06/15 17:56:05 mickey Exp $ .\" .\" Copyright (c) 1997 Jonathan Stone .\" All rights reserved. @@ -50,7 +50,9 @@ semantics that are difficult to emulate (e.g., Ultrix packetfilter) or buggy (e.g., Ultrix YP). .Pp All Ultrix executables are static, so no shared libraries are required -for Ultrix compatiblity. However, Ultrix is based on a 4.3BSD alpha +for Ultrix compatiblity. However, Ultrix is based on a +.Bx 4.3 +alpha release. Ultrix commands and libraries are often much older than their OpenBSD or even SunOS 4.x equivalents, and may require incompatible configuration files. |