pages/*: add backticks around I/O streams (#10436)
* as suggested in #10428 * standard input => `stdin` * standard output => `stdout` * standard error => `stderr` Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
> A `cat` clone with syntax highlighting and Git integration.
|
||||
> More information: <https://github.com/sharkdp/bat>.
|
||||
|
||||
- Print the contents of a file to the standard output:
|
||||
- Print the contents of a file to `stdout`:
|
||||
|
||||
`bat {{path/to/file}}`
|
||||
|
||||
|
Reference in New Issue
Block a user