diff options
Diffstat (limited to 'doc/rrmdir.3')
-rw-r--r-- | doc/rrmdir.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/rrmdir.3 b/doc/rrmdir.3 index bb4be4e..670c730 100644 --- a/doc/rrmdir.3 +++ b/doc/rrmdir.3 @@ -24,10 +24,9 @@ loops over using .BR nftw () and removes every file and directory found in -.I *pathname -. +.IR *pathname . .fi .SH RETURN VALUE .BR rrmdir () -return zero on sucess, non-zero on error. +returns zero on sucess, non-zero on error. .\" SRC END |