aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2007-03-16 19:18:49 +0000
committerRobert Watson <rwatson@FreeBSD.org>2007-03-16 19:18:49 +0000
commit985267d15efa99481a2fc05823b173be226c2f6c (patch)
tree47b11017a6ba28136b9673dfd621597963564d7b /sys
parent7ab4fa8ee22aa3fbed16fa1190c2063b5bc426f1 (diff)
downloadsrc-985267d15efa99481a2fc05823b173be226c2f6c.tar.gz
src-985267d15efa99481a2fc05823b173be226c2f6c.zip
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
Notes
Notes: svn path=/head/; revision=167650
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 3780a8a926ec..4b8ed8254051 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, \