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:
@@ -1,7 +1,7 @@
|
||||
# mail
|
||||
|
||||
> The command operates on the user's mailbox if no argument is given.
|
||||
> To send an email the message body is built from standard input.
|
||||
> To send an email the message body is built from `stdin`.
|
||||
> More information: <https://manned.org/mail>.
|
||||
|
||||
- Send a typed email message. The command-line below continues after pressing Enter key. Input CC email-id (optional) press Enter key. Input message text (can be multiline). Press Ctrl-D key to complete the message text:
|
||||
|
Reference in New Issue
Block a user