[v5,20/35] futimesat.2: ffix

Message ID 20210404115847.78166-21-alx.manpages@gmail.com
State Not applicable
Headers
Series None |

Commit Message

Alejandro Colomar April 4, 2021, 11:58 a.m. UTC
  Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
---
 man2/futimesat.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Michael Kerrisk \(man-pages\) April 5, 2021, 10:42 a.m. UTC | #1
Hello ALex,

On 4/4/21 1:58 PM, Alejandro Colomar wrote:
> Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>


Patch applied.

Thanks,

Michael


> ---
>  man2/futimesat.2 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man2/futimesat.2 b/man2/futimesat.2
> index 6ac9a9200..86e941fe5 100644
> --- a/man2/futimesat.2
> +++ b/man2/futimesat.2
> @@ -28,7 +28,7 @@ futimesat \- change timestamps of a file relative to a \
>  directory file descriptor
>  .SH SYNOPSIS
>  .nf
> -.B #include <fcntl.h>           /* Definition of AT_* constants */
> +.BR "#include <fcntl.h>" "            /* Definition of " AT_* " constants */"
>  .B #include <sys/time.h>
>  .PP
>  .BI "int futimesat(int " dirfd ", const char *" pathname ,
>
  

Patch

diff --git a/man2/futimesat.2 b/man2/futimesat.2
index 6ac9a9200..86e941fe5 100644
--- a/man2/futimesat.2
+++ b/man2/futimesat.2
@@ -28,7 +28,7 @@  futimesat \- change timestamps of a file relative to a \
 directory file descriptor
 .SH SYNOPSIS
 .nf
-.B #include <fcntl.h>           /* Definition of AT_* constants */
+.BR "#include <fcntl.h>" "            /* Definition of " AT_* " constants */"
 .B #include <sys/time.h>
 .PP
 .BI "int futimesat(int " dirfd ", const char *" pathname ,