source: trunk/minix/man/man1/rmdir.1@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 461 bytes
RevLine 
[9]1.TH RMDIR 1
2.SH NAME
3rmdir \- remove a directory
4.SH SYNOPSIS
5\fBrmdir \fIdirectory ...\fR
6.br
7.de FL
8.TP
9\\fB\\$1\\fR
10\\$2
11..
12.de EX
13.TP 20
14\\fB\\$1\\fR
15# \\$2
16..
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
22The specified directories are removed.
23Ordinary files are not removed.
24The directories must be empty.
25.SH "SEE ALSO"
26.BR mkdir (1),
27.BR rmdir (2).
Note: See TracBrowser for help on using the repository browser.