dec21140A ethernet driver for virtualpc, contributed by nicolas tittley.
[minix.git] / man / man1 / rmdir.1
blobacf68eb498e6f76739f5e8514020c8cbd77607f6
1 .TH RMDIR 1
2 .SH NAME
3 rmdir \- remove a directory
4 .SH SYNOPSIS
5 \fBrmdir \fIdirectory ...\fR
6 .br
7 .de FL
8 .TP
9 \\fB\\$1\\fR
10 \\$2
12 .de EX
13 .TP 20
14 \\fB\\$1\\fR
15 # \\$2
17 .SH EXAMPLES
18 .EX "rmdir /user/ast/foobar" "Remove directory \fIfoobar\fP"
19 .EX "rmdir /user/ast/f*" "Remove 0 or more directories"
20 .SH DESCRIPTION
21 .PP
22 The specified directories are removed.
23 Ordinary files are not removed.
24 The directories must be empty.
25 .SH "SEE ALSO"
26 .BR mkdir (1),
27 .BR rmdir (2).