diff options
Diffstat (limited to 'lib/libc/sys/rmdir.2')
| -rw-r--r-- | lib/libc/sys/rmdir.2 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/sys/rmdir.2 b/lib/libc/sys/rmdir.2 index d6e052fd77fb..54b9b250b39f 100644 --- a/lib/libc/sys/rmdir.2 +++ b/lib/libc/sys/rmdir.2 @@ -45,7 +45,9 @@ .Ft int .Fn rmdir "const char *path" .Sh DESCRIPTION -.Fn Rmdir +The +.Fn rmdir +system call removes a directory file whose name is given by .Fa path . @@ -101,5 +103,5 @@ points outside the process's allocated address space. .Sh HISTORY The .Fn rmdir -function call appeared in +system call appeared in .Bx 4.2 . |
