diff options
author | axtloss <axtlos@getcryst.al> | 2024-09-26 15:15:16 +0200 |
---|---|---|
committer | axtloss <axtlos@getcryst.al> | 2024-09-26 15:15:16 +0200 |
commit | 27bb394bc0bf2ca66d06931bf1e73a3e20d5741a (patch) | |
tree | 99daf5b1fb77c5ad4ee3cb87a7dc5007269e0db5 /doc/rrmdir.3 | |
parent | 8996ee7580ed85b42b6399f9f64e29092ce21c41 (diff) | |
download | extlib-27bb394bc0bf2ca66d06931bf1e73a3e20d5741a.tar.gz extlib-27bb394bc0bf2ca66d06931bf1e73a3e20d5741a.tar.bz2 |
Add author section to manpages
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 |