From bef29529620e961408332e21a3d8e4256ae2c267 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Tue, 12 Oct 2010 04:01:12 +0200 Subject: [PATCH] rename.2: Add renameat() to .Nm and .Rv. --- lib/libc/sys/rename.2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/libc/sys/rename.2 b/lib/libc/sys/rename.2 index a133a62ecc..7e73cd2b6f 100644 --- a/lib/libc/sys/rename.2 +++ b/lib/libc/sys/rename.2 @@ -36,7 +36,8 @@ .Dt RENAME 2 .Os .Sh NAME -.Nm rename +.Nm rename , +.Nm renameat .Nd change the name of a file .Sh LIBRARY .Lb libc @@ -133,7 +134,7 @@ of the file for the respective path parameter. .\"Hard links to directories should be .\"replaced by symbolic links by the system administrator. .Sh RETURN VALUES -.Rv -std rename +.Rv -std rename renameat .Sh ERRORS .Fn Rename will fail and neither of the argument files will be -- 2.41.0