The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=b3dfd5d59c4a776abfa9b48babf08fb56e986dd7
commit b3dfd5d59c4a776abfa9b48babf08fb56e986dd7 Author: Artem Bunichev <[email protected]> AuthorDate: 2026-06-19 19:57:19 +0000 Commit: Alexander Ziaee <[email protected]> CommitDate: 2026-06-19 20:09:39 +0000 rmdir.1: Document non-POSIX -v option MFC after: 3 days Reviewed by: ziaee Differential Revision: https://reviews.freebsd.org/D57675 --- bin/rmdir/rmdir.1 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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
