diff options
author | rsc <devnull@localhost> | 2005-02-11 19:21:47 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-02-11 19:21:47 +0000 |
commit | d93fca6a7ab52f518d3e8aca1fc94139313b97ad (patch) | |
tree | b2c26f27a62a45314add2905be70f1c0385c4e19 /man/man1/9p.1 | |
parent | 7442c7ac4b30dd1945d00516931f548d65d3d814 (diff) | |
download | plan9port-d93fca6a7ab52f518d3e8aca1fc94139313b97ad.tar.gz plan9port-d93fca6a7ab52f518d3e8aca1fc94139313b97ad.tar.bz2 plan9port-d93fca6a7ab52f518d3e8aca1fc94139313b97ad.zip |
new man pages
Diffstat (limited to 'man/man1/9p.1')
-rw-r--r-- | man/man1/9p.1 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/man/man1/9p.1 b/man/man1/9p.1 index 017dc0ef..12fc5f06 100644 --- a/man/man1/9p.1 +++ b/man/man1/9p.1 @@ -24,6 +24,9 @@ .I addr ] .B write +[ +.B -l +] .I path .br .B 9p @@ -56,7 +59,12 @@ to standard output .TP .B write write data on standard input to -.I path +.IR path ; +the +.B -l +option causes +.I write +to write one line at a time .TP .BR readfd ", " writefd like |