aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-03-18 19:35:21 +0000
committerrsc <devnull@localhost>2005-03-18 19:35:21 +0000
commitbc18537a3f1dcf7fdc912b6973bc1ec9455dbd1f (patch)
treeb0fadffd1cb6955bff9da035429d9db10ca438ac
parent26d43ca6dde486d513b35056583f3f32a14a54e0 (diff)
downloadplan9port-bc18537a3f1dcf7fdc912b6973bc1ec9455dbd1f.tar.gz
plan9port-bc18537a3f1dcf7fdc912b6973bc1ec9455dbd1f.tar.bz2
plan9port-bc18537a3f1dcf7fdc912b6973bc1ec9455dbd1f.zip
new
-rw-r--r--man/man4/srv.450
1 files changed, 50 insertions, 0 deletions
diff --git a/man/man4/srv.4 b/man/man4/srv.4
new file mode 100644
index 00000000..2017ce40
--- /dev/null
+++ b/man/man4/srv.4
@@ -0,0 +1,50 @@
+.TH SRV 4
+.SH NAME
+srv, 9fs \- start network file esrvice
+.SH SYNOPSIS
+.B srv
+.I address
+[
+.I srvname
+]
+.PP
+.B 9fs
+.I system
+.SH DESCRIPTION
+.I Srv
+dials the given address and initializes the connection to serve the 9P protocol.
+It then posts the resulting connection in the current name space
+(see
+.IR intro (4))
+as
+.I srvname
+(default
+.IR address ).
+.PP
+The
+.I 9fs
+command executes the
+.I srv
+necessary to make available the files of
+.IR system .
+.PP
+.I 9fs
+recognizes some special names,
+such as
+.B sources
+to make the file server
+.I sources.cs.bell-labs.com
+available as service
+.IR sources .
+.I 9fs
+is an
+.IR rc (1)
+script; examine it to see what local conventions apply.
+.SH SOURCE
+.B \*9/src/cmd/srv.c
+.br
+.B \*9/bin/9fs
+.SH "SEE ALSO
+.IR dial (3),
+.IR intro (4),
+.IR netfiles (1)