svn commit: r368434 - head/lib/libc/sys
Enji Cooper
ngie at FreeBSD.org
Tue Dec 8 04:05:20 UTC 2020
Author: ngie
Date: Tue Dec 8 04:05:19 2020
New Revision: 368434
URL: https://svnweb.freebsd.org/changeset/base/368434
Log:
extattr_get_file(2): fix more formatting
- Remove an unnecessary trailing comma separating a two-item clause.
- Sort more function calls alphabetically (in the same vein as r368433).
MFC after: 1 week
Sponsored by: DellEMC Isilon
Modified:
head/lib/libc/sys/extattr_get_file.2
Modified: head/lib/libc/sys/extattr_get_file.2
==============================================================================
--- head/lib/libc/sys/extattr_get_file.2 Tue Dec 8 04:01:03 2020 (r368433)
+++ head/lib/libc/sys/extattr_get_file.2 Tue Dec 8 04:05:19 2020 (r368434)
@@ -101,7 +101,7 @@ Each list entry consists of a single byte containing t
of the attribute name, followed by the attribute name.
The attribute name is not terminated by ASCII 0 (nul).
The
-.Fn extattr_get_file ,
+.Fn extattr_get_file
and
.Fn extattr_list_file
calls consume the
@@ -135,10 +135,10 @@ they do not follow symlinks.
.Pp
The
.Fn extattr_get_fd ,
-.Fn extattr_set_fd ,
.Fn extattr_delete_fd ,
-and
.Fn extattr_list_fd ,
+and
+.Fn extattr_set_fd
calls are identical to their
.Qq Li _file
counterparts except for the first argument.
More information about the svn-src-head
mailing list