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/ramfs.html | 81 ----------------------------------------------------- 1 file changed, 81 deletions(-) delete mode 100644 man/man4/ramfs.html (limited to 'man/man4/ramfs.html') diff --git a/man/man4/ramfs.html b/man/man4/ramfs.html deleted file mode 100644 index 7fb86f5a..00000000 --- a/man/man4/ramfs.html +++ /dev/null @@ -1,81 +0,0 @@ - -ramfs(4) - Plan 9 from User Space - - - - -
-
-
RAMFS(4)RAMFS(4) -
-
-

NAME
- -
- - ramfs – memory file system
- -
-

SYNOPSIS
- -
- - ramfs [ −i ] [ −S service ]
- -
-

DESCRIPTION
- -
- - Ramfs starts a 9P file server keeping all files in memory. Initially - the file tree is empty. -
- - By default ramfs posts its service as ramfs using 9pserve(4). - -
- - The −S flag specifies an alternate service name for ramfs to use. - -
- - The −i flag tells ramfs to use file descriptors 0 and 1 for its - communication channel rather than create a pipe. This makes it - possible to use ramfs as a file server on a remote machine: the - file descriptors 0 and 1 will be the network channel from ramfs - to the client machine. -
- - This program is useful mainly as an example of how to write a - user-level file server. It can also be used to provide high-performance - temporary files.
- -
-

SOURCE
- -
- - /usr/local/plan9/src/cmd/ramfs.c
-
-
-

SEE ALSO
- -
- - 9p(3), 9pserve(4)
- -
- -

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