projects
/
fio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b77088b
)
HOWTO: fix bad whitespace
author
Jens Axboe
<axboe@kernel.dk>
Thu, 8 May 2025 01:02:13 +0000
(19:02 -0600)
committer
Jens Axboe
<axboe@kernel.dk>
Thu, 8 May 2025 01:02:13 +0000
(19:02 -0600)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
HOWTO.rst
patch
|
blob
|
blame
|
history
diff --git
a/HOWTO.rst
b/HOWTO.rst
index d15a1fd39df689715b65586336b039122bea25de..a5033d825b61b3e12b554abdcaed623a447fee65 100644
(file)
--- a/
HOWTO.rst
+++ b/
HOWTO.rst
@@
-812,7
+812,7
@@
Target file/device
filename should begin with a ``/``. The HTTP engine does not automatically
add a leading ``/`` when constructing URLs from :option:`http_host` and
:option:`filename`.
-
+
The filename "`-`" is a reserved name, meaning *stdin* or *stdout*. Which
of the two depends on the read/write direction set.