Research V4 development
authorKen Thompson <ken@research.uucp>
Thu, 1 Nov 1973 05:19:35 +0000 (00:19 -0500)
committerKen Thompson <ken@research.uucp>
Thu, 1 Nov 1973 05:19:35 +0000 (00:19 -0500)
Work on file man/man8/mount.8

Co-Authored-By: Dennis Ritchie <dmr@research.uucp>
Synthesized-from: v4

man/man8/mount.8 [new file with mode: 0644]

diff --git a/man/man8/mount.8 b/man/man8/mount.8
new file mode 100644 (file)
index 0000000..86e953f
--- /dev/null
@@ -0,0 +1,22 @@
+.th MOUNT VIII  10/31/73
+.sh NAME
+mount \*- mount file system
+.sh SYNOPSIS
+.bd /etc/mount
+special file
+.sh DESCRIPTION
+.it Mount
+announces to the system that a removable file system
+is present on the device corresponding to special
+file
+.it special
+(which must refer to a disk or possibly DECtape).
+The
+.it file
+must exist already; it
+becomes the name of the root of the newly mounted
+file system.
+.sh "SEE ALSO"
+umount (VIII)
+.sh BUGS
+Mounting file systems full of garbage can crash the system.