aboutsummaryrefslogtreecommitdiff
path: root/man/man1/9p.1
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-02-13 23:44:12 +0000
committerrsc <devnull@localhost>2005-02-13 23:44:12 +0000
commit30f6ae144c291409de3657c4bbbaf4983a516772 (patch)
tree53b622d39d6677695587bec654dcd65e867a9656 /man/man1/9p.1
parent3170c7d40bbdc19cdd2321a0bde7cdab3be526da (diff)
downloadplan9port-30f6ae144c291409de3657c4bbbaf4983a516772.tar.gz
plan9port-30f6ae144c291409de3657c4bbbaf4983a516772.tar.bz2
plan9port-30f6ae144c291409de3657c4bbbaf4983a516772.zip
man
Diffstat (limited to 'man/man1/9p.1')
-rw-r--r--man/man1/9p.116
1 files changed, 16 insertions, 0 deletions
diff --git a/man/man1/9p.1 b/man/man1/9p.1
index 12fc5f06..c7000fba 100644
--- a/man/man1/9p.1
+++ b/man/man1/9p.1
@@ -44,6 +44,10 @@
]
.B stat
.I path
+.PP
+.B 9p
+.B rdwr
+.I path
.SH DESCRIPTION
.I 9p
is a trivial 9P client that can access a single file on a 9P server.
@@ -85,6 +89,18 @@ execute
on
.I path
and print the result
+.TP
+.B rdwr
+Open
+.I path
+for reading and writing.
+Then repeat until end-of-file on standard input:
+copy a line from the file to standard output,
+copy a line from standard input to the file.
+Print errors, but don't give up.
+.B Rdwr
+is useful for interacting with servers like
+.IR factotum (4).
.PD
.PP
.I 9p