svn commit: r207943 - head/lib/libc/locale

Ulrich Spoerlein uqs at FreeBSD.org
Tue May 11 23:08:39 UTC 2010


Author: uqs
Date: Tue May 11 23:08:38 2010
New Revision: 207943
URL: http://svn.freebsd.org/changeset/base/207943

Log:
  mdoc: simplify quotation scheme
  
  Reviewed by:	brueffer

Modified:
  head/lib/libc/locale/isblank.3

Modified: head/lib/libc/locale/isblank.3
==============================================================================
--- head/lib/libc/locale/isblank.3	Tue May 11 23:08:31 2010	(r207942)
+++ head/lib/libc/locale/isblank.3	Tue May 11 23:08:38 2010	(r207943)
@@ -45,9 +45,8 @@ The
 .Fn isblank
 function tests for a space or tab character.
 For any locale, this includes the following standard characters:
-.Pp
-.Bl -column \&`\et''___ \&``\et''___
-.It "\&``\et''\t`` ''"
+.Bl -column XXXX
+.It Do \et Dc Ta Dq " "
 .El
 .Pp
 In the "C" locale, a successful


More information about the svn-src-all mailing list