Date: Thu, 26 Apr 2012 19:21:58 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r234714 - head/lib/libc/gen Message-ID: <201204261921.q3QJLwsh064213@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eadler Date: Thu Apr 26 19:21:58 2012 New Revision: 234714 URL: http://svn.freebsd.org/changeset/base/234714 Log: Use the .Bx macro instead of BSD Submitted by: ru Approved by: ru MFC after: 3 days X-MFC-With: r234700 Modified: head/lib/libc/gen/err.3 Modified: head/lib/libc/gen/err.3 ============================================================================== --- head/lib/libc/gen/err.3 Thu Apr 26 18:16:44 2012 (r234713) +++ head/lib/libc/gen/err.3 Thu Apr 26 19:21:58 2012 (r234714) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204261921.q3QJLwsh064213>