diff options
| author | Artem Bunichev <tembun@bk.ru> | 2026-06-19 19:57:19 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-06-19 20:09:39 +0000 |
| commit | b3dfd5d59c4a776abfa9b48babf08fb56e986dd7 (patch) | |
| tree | 74f30b6fe2f3374aeaedb058bd5d3f0876af9c8b | |
| parent | e91e8ebefadcce9d57c8ff945ff70050cbbe1ce1 (diff) | |
rmdir.1: Document non-POSIX -v option
MFC after: 3 days
Reviewed by: ziaee
Differential Revision: https://reviews.freebsd.org/D57675
| -rw-r--r-- | bin/rmdir/rmdir.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/rmdir/rmdir.1 b/bin/rmdir/rmdir.1 index b43328110960..7364e9691cb8 100644 --- a/bin/rmdir/rmdir.1 +++ b/bin/rmdir/rmdir.1 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd March 15, 2013 +.Dd June 19, 2026 .Dt RMDIR 1 .Os .Sh NAME @@ -104,6 +104,10 @@ The utility is expected to be .St -p1003.2 compatible. +.Pp +The +.Fl v +option is an extension to that specification. .Sh HISTORY A .Nm |
