summaryrefslogtreecommitdiff
path: root/sys/man/3
diff options
context:
space:
mode:
authorJacob Moody <moody@posixcafe.org>2022-06-15 06:42:05 +0000
committerJacob Moody <moody@posixcafe.org>2022-06-15 06:42:05 +0000
commitc12022fd8c434860accb237b9bad9bd7cd9ed2db (patch)
treef3651ec0e98313f83a3dce393a53910e1953f359 /sys/man/3
parentc7c0ff5db6137662e435d66338cfa4e68c64598e (diff)
skel(3) → skelfs(4)
The original intention was to put devskel in to the kernel to detach what it provides from devsrv. That is not a good reason, just move it to userspace. auth/box has been changed to exec skelfs instead of relying on '#z'.
Diffstat (limited to 'sys/man/3')
-rw-r--r--sys/man/3/skel35
1 files changed, 0 insertions, 35 deletions
diff --git a/sys/man/3/skel b/sys/man/3/skel
deleted file mode 100644
index cc8dfbc17..000000000
--- a/sys/man/3/skel
+++ /dev/null
@@ -1,35 +0,0 @@
-.TH SKEL 3
-.SH NAME
-skel \- skeleton builder
-.SH SYNOPSIS
-.B bind #z/\fIskel\fR
-.I dir
-.PP
-.B bind #zd/\fIskel\fR
-.I dir
-.PP
-.B bind #ze/
-.I dir
-.SH DESCRIPTION
-.PP
-This device serves a single child directory with a single empty child
-file. The name of these files is determined by the first walk away
-from the root. After which, the hierarchy for that attached session
-becomes stable. The
-.B d
-attach option causes the child file to be an empty directory. The
-.B e
-attach option presents a completly empty root directory.
-.SH EXAMPLES
-Skeleton files can be used for constructing arbitrary bind targets.
-.EX
-.IP
-bind -b '#zd/newroot' /
-bind '#zd/bin' /newroot
-bind '#z/walk' /newroot/bin
-bind /bin/walk /newroot/bin/walk
-bind /newroot /
-walk /
-.EE
-.SH SOURCE
-.B /sys/src/9/port/devskel.c