svn commit: r368431 - head/lib/libc/sys

Enji Cooper ngie at FreeBSD.org
Tue Dec 8 03:43:01 UTC 2020


Author: ngie
Date: Tue Dec  8 03:43:00 2020
New Revision: 368431
URL: https://svnweb.freebsd.org/changeset/base/368431

Log:
  extattr_get_fd(2): fix manlint errors
  
  - The CAVEATS section was misspelled as "CAVEAT".
  - The CAVEATS section should come before the "BUGS" section and after
    other existing sections by convention.
  
  MFC after:	1 week
  Reported by:	make manlint
  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 01:47:59 2020	(r368430)
+++ head/lib/libc/sys/extattr_get_file.2	Tue Dec  8 03:43:00 2020	(r368431)
@@ -167,10 +167,6 @@ is attribute-specific.
 .Pp
 For more information on named extended attributes, please see
 .Xr extattr 9 .
-.Sh CAVEAT
-This interface is under active development, and as such is subject to
-change as applications are adapted to use it.
-Developers are discouraged from relying on its stability.
 .Sh RETURN VALUES
 If successful, the
 .Fn extattr_get_file ,
@@ -264,6 +260,10 @@ Project, and introduced in
 .Fx 5.0 .
 It was developed to support security extensions requiring additional labels
 to be associated with each file or directory.
+.Sh CAVEATS
+This interface is under active development, and as such is subject to
+change as applications are adapted to use it.
+Developers are discouraged from relying on its stability.
 .Sh BUGS
 In earlier versions of this API, passing an empty string for the
 attribute name to


More information about the svn-src-all mailing list