diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-03-07 20:27:20 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-03-07 20:27:20 +0100 |
commit | feb6d6f0a32e5dac88d1ef46bbc4396ec44ce40b (patch) | |
tree | 2321d2b0f5dddccfe332f8fa4816fd4075c2d1bd /sys/man/4 | |
parent | 225c359beab9e2f17c66e65647b9e0a94f942620 (diff) |
dossrv, 9660srv, hjfs: stop *READING* standard *OUTPUT* with -s flag
with the -s flag, we should read 9P messages from
standard *INPUT* (fd 0) and write responses to
standard *OUTPUT* (fd 1).
before these servers where reading from fd 1,
assuming they where both the same files.
Diffstat (limited to 'sys/man/4')
-rw-r--r-- | sys/man/4/hjfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/4/hjfs b/sys/man/4/hjfs index f3f132de1..31a2ee2ea 100644 --- a/sys/man/4/hjfs +++ b/sys/man/4/hjfs @@ -59,7 +59,7 @@ Ream the file system, erasing all of the old data. Ignore permissions. .TP .B -s -Read and write protocol messages on file descriptor zero. +Read and write protocol messages on standard file descriptors zero and one. .PD .SH SOURCE .B /sys/src/cmd/hjfs |