Revert/re-make previous commit in a manner that maintains hyphenation of

extended attributes.  I'm not sure I like it, but it is grammatically more
correct.

Requested by:	mckusick
This commit is contained in:
Robert Watson 2007-03-16 19:18:49 +00:00
parent 7ab4fa8ee2
commit 985267d15e

View File

@ -47,9 +47,10 @@
#define EXTATTR_NAMESPACE_SYSTEM_STRING "system"
/*
* The following macro is designed to initialize an array that maps extended
* attribute namespace values to their names, e.g., char
* *extattr_namespace_names[] = EXTATTR_NAMESPACE_NAMES;
* The following macro is designed to initialize an array that maps
* extended-attribute namespace values to their names, e.g.:
*
* char *extattr_namespace_names[] = EXTATTR_NAMESPACE_NAMES;
*/
#define EXTATTR_NAMESPACE_NAMES { \
EXTATTR_NAMESPACE_EMPTY_STRING, \