* reordered a little bit
[mascara-docs.git] / i86 / elks / elkscmd / sys_utils / umount.8
blobe450cf3be99d0db2abb1573413d7b5cac73b8b2c
1 .TH umount 8 "ELKS System Utilities" "ELKS" \" -*- nroff -*-
2 .SH NAME
3 umount \- unmount a file system
4 .SH SYNOPSIS
5 .B umount
6 {device | directory}
7 .SH DESCRIPTION
8 This document describes the ELKS version of
9 .BR umount .
10 This version is extremely minimal and should not be used whenever using a
11 better version is practical.
12 .PP
13 .BR umount
14 takes as arguents the name of a 
15 .I device
16 or a 
17 .I directory
18 name used as a mount point.
19 .SH EXAMPLES
20 .IP
21 umount /dev/bda1
22 .IP
23 umount /mnt
24 .LP
25 .SH EXIT STATUS
26 .TP
27 .B 0
28 Filesystem unmounted successfully.
29 .TP
30 .B 1
31 Wrong number of arguments, or umount was unsuccessful.
32 .SH BUGS
33 Unlike more complex versions of umount, this one does not use an mtab file
34 to keep track of umounted filesystems, or refer to an fstab file for details
35 of filesystems and umount points.
36 .SH AUTHORS
37 David Bell
38 .br
39 Al Riddoch (ajr@ecs.soton.ac.uk) (this manpage)
40 .SH SEE ALSO
41 .BR mount (8),
42 .BR umount (2)