svn commit: r234714 - head/lib/libc/gen

Eitan Adler eadler at FreeBSD.org
Thu Apr 26 19:21:59 UTC 2012


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


More information about the svn-src-all mailing list