summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2020-12-08 04:05:19 +0000
committerEnji Cooper <ngie@FreeBSD.org>2020-12-08 04:05:19 +0000
commitf7055239398f3a13377f30ba124201909b482bbd (patch)
tree0a5c66d954ee457f4e211978f1451ea098869675 /lib
parente8e0f91b8bb273684fa7d11eb514681c45edbf06 (diff)
downloadsrc-test-f7055239398f3a13377f30ba124201909b482bbd.tar.gz
src-test-f7055239398f3a13377f30ba124201909b482bbd.zip
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
Notes
Notes: svn path=/head/; revision=368434
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/extattr_get_file.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/extattr_get_file.2 b/lib/libc/sys/extattr_get_file.2
index 10718cd65132a..a9a2defa84486 100644
--- a/lib/libc/sys/extattr_get_file.2
+++ b/lib/libc/sys/extattr_get_file.2
@@ -101,7 +101,7 @@ Each list entry consists of a single byte containing the length
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.