summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2007-03-16 19:18:49 +0000
committerrwatson <rwatson@FreeBSD.org>2007-03-16 19:18:49 +0000
commit563bb41ea85c8d0a17b05da77c753b5c8420701b (patch)
tree47b11017a6ba28136b9673dfd621597963564d7b /sys
parent98bc874647261fe80456424a2309a4f360c37d7d (diff)
downloadFreeBSD-src-563bb41ea85c8d0a17b05da77c753b5c8420701b.zip
FreeBSD-src-563bb41ea85c8d0a17b05da77c753b5c8420701b.tar.gz
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
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/extattr.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/sys/extattr.h b/sys/sys/extattr.h
index 3780a8a..4b8ed82 100644
--- a/sys/sys/extattr.h
+++ b/sys/sys/extattr.h
@@ -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, \
OpenPOWER on IntegriCloud