git: bb82803de0aa - stable/12 - extattr_get_file(2): fix more formatting

From: Enji Cooper <ngie_at_FreeBSD.org>
Date: Mon, 11 Apr 2022 02:07:40 UTC
The branch stable/12 has been updated by ngie:

URL: https://cgit.FreeBSD.org/src/commit/?id=bb82803de0aa19219746f438e731aad45933d4d1

commit bb82803de0aa19219746f438e731aad45933d4d1
Author:     Enji Cooper <ngie@FreeBSD.org>
AuthorDate: 2020-12-08 04:05:19 +0000
Commit:     Enji Cooper <ngie@FreeBSD.org>
CommitDate: 2022-04-11 01:23:36 +0000

    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
    
    (cherry picked from commit f7055239398f3a13377f30ba124201909b482bbd)
---
 lib/libc/sys/extattr_get_file.2 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/libc/sys/extattr_get_file.2 b/lib/libc/sys/extattr_get_file.2
index 10718cd65132..a9a2defa8448 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.