summaryrefslogtreecommitdiff
path: root/static/v10/man2/mount.2
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
commit97d5c458cfa039d857301e1ca7d5af3beb37131d (patch)
treeb460cd850d0537eb71806ba30358840377b27688 /static/v10/man2/mount.2
parentb89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff)
build: Better Build System
Diffstat (limited to 'static/v10/man2/mount.2')
-rw-r--r--static/v10/man2/mount.238
1 files changed, 0 insertions, 38 deletions
diff --git a/static/v10/man2/mount.2 b/static/v10/man2/mount.2
deleted file mode 100644
index 7f0a9e0e..00000000
--- a/static/v10/man2/mount.2
+++ /dev/null
@@ -1,38 +0,0 @@
-.pa 1
-.he 'MOUNT (II)'3/15/72'MOUNT (II)'
-.ti 0
-NAME mount -- mount file system
-.sp
-.ti 0
-.nf
-SYNOPSIS sys mount; special; name / mount = 21.
-.fi
-.sp
-.ti 0
-DESCRIPTION mount_____
-announces to the system that a removable file system has
-been mounted on special file special_______;
-from now on, references to file name____ will refer to
-the root file on the newly mounted file system.
-Special_______ and name____ are pointers to null-terminated strings
-containing the appropriate path names.
-
-Name____ must exist already. If it had contents,
-they are inaccessible while the file system
-is mounted.
-.sp
-.ti 0
-SEE ALSO mount(I), umount(II)
-.sp
-.ti 0
-DIAGNOSTICS Error bit
-(c-bit) set if: special_______ is inaccessible; name____
-does not exist;
-special_______ is already mounted;
-name____ is not on the RF;
-there are already four special files mounted.
-.sp
-.ti 0
-BUGS At most
-four removable devices can be mounted at a time.
-This call should be restricted to the super-used.