All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/8] rename.2: ffix
@ 2021-05-15 18:20 Alejandro Colomar
  2021-05-15 18:20 ` [PATCH 2/8] rt_sigqueueinfo.2: Use syscall(SYS_...); for system calls without a wrapper Alejandro Colomar
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Alejandro Colomar @ 2021-05-15 18:20 UTC (permalink / raw)
  To: mtk.manpages; +Cc: Alejandro Colomar, linux-man

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
---
 man2/rename.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man2/rename.2 b/man2/rename.2
index c83ef08a1..04a183d84 100644
--- a/man2/rename.2
+++ b/man2/rename.2
@@ -39,7 +39,7 @@ rename, renameat, renameat2 \- change the name or location of a file
 .PP
 .BI "int rename(const char *" oldpath ", const char *" newpath );
 .PP
-.BR "#include <fcntl.h>           " "/* Definition of AT_* constants */"
+.BR "#include <fcntl.h>           " "/* Definition of " AT_* " constants */"
 .B #include <stdio.h>
 .PP
 .BI "int renameat(int " olddirfd ", const char *" oldpath ,
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-05-17  4:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-15 18:20 [PATCH 1/8] rename.2: ffix Alejandro Colomar
2021-05-15 18:20 ` [PATCH 2/8] rt_sigqueueinfo.2: Use syscall(SYS_...); for system calls without a wrapper Alejandro Colomar
2021-05-15 18:20 ` [PATCH 3/8] s390_guarded_storage.2: " Alejandro Colomar
2021-05-15 18:20 ` [PATCH 4/8] s390_pci_mmio_write.2: Use syscall(SYS_...); for system calls without a wrapper; fix includes too Alejandro Colomar
2021-05-15 18:20 ` [PATCH 5/8] s390_runtime_instr.2: Use syscall(SYS_...); for system calls without a wrapper Alejandro Colomar
2021-05-15 18:20 ` [PATCH 6/8] s390_sthyi.2: Replace numeric constant by its name (macro) Alejandro Colomar
2021-05-15 18:20 ` [PATCH 7/8] s390_sthyi.2: Use syscall(SYS_...); for system calls without a wrapper Alejandro Colomar
2021-05-15 18:20 ` [PATCH 8/8] sched_setattr.2: " Alejandro Colomar
2021-05-17  4:55 ` [PATCH 1/8] rename.2: ffix Michael Kerrisk (man-pages)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.