diff options
author | Jacob Moody <moody@posixcafe.org> | 2022-06-29 17:35:27 +0000 |
---|---|---|
committer | Jacob Moody <moody@posixcafe.org> | 2022-06-29 17:35:27 +0000 |
commit | cac03f355caa29a6bd5cafd7d0d6ca362149cb27 (patch) | |
tree | ea48abb71a58d55253883c7d6ec2e946bd679a37 /sys/man/3 | |
parent | 9e363c506eccb783dd4d1d31f14c9d8dba98f65e (diff) |
kernel: revert /srv/clone
Diffstat (limited to 'sys/man/3')
-rw-r--r-- | sys/man/3/srv | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/sys/man/3/srv b/sys/man/3/srv index b68f00887..820c849db 100644 --- a/sys/man/3/srv +++ b/sys/man/3/srv @@ -5,8 +5,6 @@ srv \- server registry .nf .B bind #s /srv -.BI #s/ clone -.BI #s/ n .BI #s/ service1 .BI #s/ service2 ... @@ -14,7 +12,7 @@ srv \- server registry .SH DESCRIPTION The .I srv -device provides a tree of directories holding +device provides a one-level directory holding already-open channels to services. In effect, .I srv @@ -42,18 +40,6 @@ releases that reference. .PP It is an error to write more than one number into a server file, or to create a file with a name that is already being used. -.PP -Opening the -.I clone -file allocates a new service directory. Reading -.I clone -returns the id of the new directory. This new service -directory can then be accessed at -.BR /srv/id . -Directories are recursable; each new service directory -contains its own -.I clone -file. .SH EXAMPLE To drop one end of a pipe into .BR /srv , |