[1/3] system_data_types.7: ffix

Message ID 20200918132943.55424-2-colomar.6.4.3@gmail.com
State Not applicable
Headers
Series Document regmatch_t (and a ffix) |

Commit Message

Alejandro Colomar Sept. 18, 2020, 1:29 p.m. UTC
  Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com>
---
 man7/system_data_types.7 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Michael Kerrisk \(man-pages\) Sept. 18, 2020, 8:42 p.m. UTC | #1
On 9/18/20 3:29 PM, Alejandro Colomar wrote:
> Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com>

Thanks, Alex. Patch applied.

Cheers,

Michael


> ---
>  man7/system_data_types.7 | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/man7/system_data_types.7 b/man7/system_data_types.7
> index 16dcb7d66..2ccbfe817 100644
> --- a/man7/system_data_types.7
> +++ b/man7/system_data_types.7
> @@ -65,7 +65,7 @@ system_data_types \- overview of system data types
>  .I ptrdiff_t
>  .IP
>  Include:
> -.I <stddef.h>.
> +.IR <stddef.h> .
>  .IP
>  Used for a count of elements, and array indices.
>  It is the result of subtracting two pointers.
> @@ -85,7 +85,7 @@ types in this page.
>  .I regoff_t
>  .IP
>  Include:
> -.I <regex.h>.
> +.IR <regex.h> .
>  .IP
>  According to POSIX, it shall be a signed integer type
>  capable of storing the largest value that can be stored in either a
>
  

Patch

diff --git a/man7/system_data_types.7 b/man7/system_data_types.7
index 16dcb7d66..2ccbfe817 100644
--- a/man7/system_data_types.7
+++ b/man7/system_data_types.7
@@ -65,7 +65,7 @@  system_data_types \- overview of system data types
 .I ptrdiff_t
 .IP
 Include:
-.I <stddef.h>.
+.IR <stddef.h> .
 .IP
 Used for a count of elements, and array indices.
 It is the result of subtracting two pointers.
@@ -85,7 +85,7 @@  types in this page.
 .I regoff_t
 .IP
 Include:
-.I <regex.h>.
+.IR <regex.h> .
 .IP
 According to POSIX, it shall be a signed integer type
 capable of storing the largest value that can be stored in either a