[01/10] system_data_types.7: ffix

Message ID 20200925073140.173394-2-colomar.6.4.3@gmail.com
State Not applicable
Headers
Series Add types, and some fixes |

Commit Message

Alejandro Colomar Sept. 25, 2020, 7:31 a.m. UTC
  Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com>
---
 man7/system_data_types.7 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Michael Kerrisk \(man-pages\) Sept. 25, 2020, 7:57 a.m. UTC | #1
On 9/25/20 9:31 AM, 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 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man7/system_data_types.7 b/man7/system_data_types.7
> index f40b1373f..095a20f6d 100644
> --- a/man7/system_data_types.7
> +++ b/man7/system_data_types.7
> @@ -219,7 +219,7 @@ typedef struct {
>  .EE
>  .IP
>  It is the type of the value returned by the
> -.I imaxdiv (3)
> +.BR imaxdiv (3)
>  function.
>  .IP
>  Conforming to: C99 and later; POSIX.1-2001 and later.
>
  

Patch

diff --git a/man7/system_data_types.7 b/man7/system_data_types.7
index f40b1373f..095a20f6d 100644
--- a/man7/system_data_types.7
+++ b/man7/system_data_types.7
@@ -219,7 +219,7 @@  typedef struct {
 .EE
 .IP
 It is the type of the value returned by the
-.I imaxdiv (3)
+.BR imaxdiv (3)
 function.
 .IP
 Conforming to: C99 and later; POSIX.1-2001 and later.