From 7262f57477dc04fe49627f933dceee7555499677 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Sat, 3 Dec 2022 13:23:56 +0100 Subject: man: Remove mdoc-specific macros from man formatted man pages Warned-by: lintian Signed-off-by: Guillem Jover --- man/man3/attr_get.3 | 1 - man/man3/attr_list.3 | 3 --- man/man3/attr_multi.3 | 2 -- man/man3/attr_remove.3 | 1 - man/man3/attr_set.3 | 1 - 5 files changed, 8 deletions(-) diff --git a/man/man3/attr_get.3 b/man/man3/attr_get.3 index a3352e2..2e2c475 100644 --- a/man/man3/attr_get.3 +++ b/man/man3/attr_get.3 @@ -34,7 +34,6 @@ attr_get, attr_getf \- get the value of a user attribute of a filesystem object .PP .B "int attr_getf (int \f2fd\f3, const char *\f2attrname\f3, " .B " char *\f2attrvalue\f3, int *\f2valuelength\f3, int \f2flags\f3);" -.Op .SH DESCRIPTION The .B attr_get diff --git a/man/man3/attr_list.3 b/man/man3/attr_list.3 index 42ab92d..d7ea3aa 100644 --- a/man/man3/attr_list.3 +++ b/man/man3/attr_list.3 @@ -36,7 +36,6 @@ attr_list, attr_listf \- list the names of the user attributes of a filesystem o .B "int attr_listf (int fd, char \(**buffer, " .B " const int buffersize, int flags," .B " attrlist_cursor_t \(**cursor);" -.Op .SH DESCRIPTION The .B attr_list @@ -65,7 +64,6 @@ must be sufficiently large to hold the appropriate data structures plus at least one maximally sized attribute name, but cannot be more than ATTR_MAX_VALUELEN (currently 64KB) bytes in length. .PP -.Op c p a The contents of an \f4attrlist_t\fP structure include the following members: .P .RS 3 @@ -117,7 +115,6 @@ uint32_t a_valuelen; /\(** number bytes in value of attr \(**/ char a_name[]; /\(** attr name (NULL terminated) \(**/ .ft 1 .fi -.Op .RE .PP The diff --git a/man/man3/attr_multi.3 b/man/man3/attr_multi.3 index c1223c5..12aa1d1 100644 --- a/man/man3/attr_multi.3 +++ b/man/man3/attr_multi.3 @@ -34,7 +34,6 @@ attr_multi, attr_multif \- manipulate multiple user attributes on a filesystem o .PP .B "int attr_multif (int \f2fd\f3, attr_multiop_t *\f2oplist\f3, " .B " int \f2count\f3, int \f2flags\f3);" -.Op .SH DESCRIPTION The .B attr_multi @@ -58,7 +57,6 @@ tells how many elements are in the .I oplist array. .PP -.Op c p a The contents of an \f4attr_multiop_t\fP structure include the following members: .P diff --git a/man/man3/attr_remove.3 b/man/man3/attr_remove.3 index 0f94d1d..51cc3ce 100644 --- a/man/man3/attr_remove.3 +++ b/man/man3/attr_remove.3 @@ -32,7 +32,6 @@ attr_remove, attr_removef \- remove a user attribute of a filesystem object .B "int attr_remove (const char *\f2path\f3, const char *\f2attrname\f3, int \f2flags\f3);" .PP .B "int attr_removef (int \f2fd\f3, const char *\f2attrname\f3, int \f2flags\f3);" -.Op .SH DESCRIPTION The .B attr_remove diff --git a/man/man3/attr_set.3 b/man/man3/attr_set.3 index d2ebe7b..fd72938 100644 --- a/man/man3/attr_set.3 +++ b/man/man3/attr_set.3 @@ -36,7 +36,6 @@ attr_set, attr_setf \- set the value of a user attribute of a filesystem object .B "int attr_setf (int \f2fd\f3, const char *\f2attrname\f3, " .B " const char *\f2attrvalue\f3, const int \f2valuelength\f3," .B " int \f2flags\f3);" -.Op .SH DESCRIPTION The .B attr_set -- cgit v1.2.1