Update rmdir.1 as well

This commit is contained in:
FRIGN 2015-03-02 17:14:29 +01:00
parent c01641c897
commit cae9e3e7d2
1 changed files with 6 additions and 6 deletions

12
rmdir.1
View File

@ -1,24 +1,24 @@
.Dd January 30, 2015 .Dd March 2, 2015
.Dt RMDIR 1 .Dt RMDIR 1
.Os sbase .Os sbase
.Sh NAME .Sh NAME
.Nm rmdir .Nm rmdir
.Nd remove directories .Nd remove empty directories
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
.Op Fl p .Op Fl p
.Ar directory ... .Ar dir ...
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm .Nm
removes each empty removes each empty
.Ar directory . .Ar dir .
.Sh OPTIONS .Sh OPTIONS
.Bl -tag -width Ds .Bl -tag -width Ds
.It Fl p .It Fl p
Remove Remove
.Ar directory .Ar dir
and its parents in the pathname and its parents in the pathname
.Ar directory . .Ar dir .
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr rm 1 , .Xr rm 1 ,