diff options
author | eadler <eadler@FreeBSD.org> | 2012-04-26 19:21:58 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-04-26 19:21:58 +0000 |
commit | 88049a81ed8d49e21d89a850d64333b896bcc39c (patch) | |
tree | e98f7688a9d9350539cbb95a687b817a3e28cf9d | |
parent | c3ff4f9acda648b2229dbee71f9bdecea7dd1146 (diff) | |
download | FreeBSD-src-88049a81ed8d49e21d89a850d64333b896bcc39c.zip FreeBSD-src-88049a81ed8d49e21d89a850d64333b896bcc39c.tar.gz |
Use the .Bx macro instead of BSD
Submitted by: ru
Approved by: ru
MFC after: 3 days
X-MFC-With: r234700
-rw-r--r-- | lib/libc/gen/err.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/gen/err.3 b/lib/libc/gen/err.3 index f9fcdaf..8bd31c3 100644 --- a/lib/libc/gen/err.3 +++ b/lib/libc/gen/err.3 @@ -217,7 +217,9 @@ The .Fn err and .Fn warn -families of functions are BSD extensions. +families of functions are +.Bx +extensions. As such they should not be used in truly portable code. Use .Fn strerror |