From adc93f6097615f16d57e8a24a256302f2144ec4e Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 14 Jan 2005 17:37:50 +0000 Subject: cut out the html - they're going to cause diffing problems. --- man/man4/9pserve.html | 79 --------------------------------------------------- 1 file changed, 79 deletions(-) delete mode 100644 man/man4/9pserve.html (limited to 'man/man4/9pserve.html') diff --git a/man/man4/9pserve.html b/man/man4/9pserve.html deleted file mode 100644 index c9f2c3b7..00000000 --- a/man/man4/9pserve.html +++ /dev/null @@ -1,79 +0,0 @@ - -9pserve(4) - Plan 9 from User Space - - - - -
-
-
9PSERVE(4)9PSERVE(4) -
-
-

NAME
- -
- - 9pserve – announce and multiplex 9P service
- -
-

SYNOPSIS
- -
- - 9pserve [ −v ] addr
-
-
-

DESCRIPTION
- -
- - On Plan 9, when a user-level file server mounts itself into a - name space or posts itself in /srv, the Plan 9 kernel multiplexes - the potentially many processes accessing the server into a single - 9P conversation. The user-level server need not concern itself - with how many processes are accessing it or with cleaning up - after a process when it exits unexpectedly. On Unix, 9pserve takes - the place of the Plan 9 kernel, multiplexing clients onto a single - server conversation and cleaning up after clients when they hang - up unexpectedly. -
- - 9pserve announces a 9P service on addr and multiplexes any 9P - clients connecting to addr into a single conversation with a 9P - server on 9pserve’s standard input and output. When a client hangs - up, 9pserve flushes any outstanding 9P transactions and clunks - any outstanding fids belonging to the client. -
- - 9pserve is typically not invoked directly; use post9pservice(3) - instead.
- -
-

SEE ALSO
- -
- - intro(4), intro(9p)
- -
-

SOURCE
- -
- - /usr/local/plan9/src/cmd/9pserve.c
-
-
- -

-
-
- - -
-
-
-Space Glenda -
-
- - -- cgit v1.2.3