diff options
Diffstat (limited to 'lib/libc/gen/dirname.3')
| -rw-r--r-- | lib/libc/gen/dirname.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/dirname.3 b/lib/libc/gen/dirname.3 index 30d0be7b44fe..e774fdad7407 100644 --- a/lib/libc/gen/dirname.3 +++ b/lib/libc/gen/dirname.3 @@ -44,13 +44,13 @@ function is the converse of .Xr basename 3 ; it returns a pointer to the parent directory of the pathname pointed to by -.Ar path . +.Fa path . Any trailing .Sq \&/ characters are not counted as part of the directory name. If -.Ar path +.Fa path is a null pointer, the empty string, or contains no .Sq \&/ characters, @@ -62,7 +62,7 @@ signifying the current directory. On successful completion, .Fn dirname returns a pointer to the parent directory of -.Ar path . +.Fa path . .Pp If .Fn dirname |
