multiple pages: remove superfluous white spaces (#2801)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
d5d48886fe
commit
ad3772d8cb
@@ -1,9 +1,9 @@
|
||||
# compose
|
||||
|
||||
> An alias to a `run-mailcap`'s action compose.
|
||||
> Originally `run-mailcap` is used to mime-type/file.
|
||||
> Originally `run-mailcap` is used to mime-type/file.
|
||||
|
||||
- Compose action can be used to compose any existing file or new on default mailcap edit tool:
|
||||
- Compose action can be used to compose any existing file or new on default mailcap edit tool:
|
||||
|
||||
`compose {{filename}}`
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
# fallocate
|
||||
# fallocate
|
||||
|
||||
> Reserve or deallocate disk space to files.
|
||||
> The utility allocates space without zeroing.
|
||||
|
@@ -1,4 +1,4 @@
|
||||
# getent
|
||||
# getent
|
||||
|
||||
> Get entries from Name Service Switch libraries.
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# htop
|
||||
|
||||
> Display dynamic real-time information about running processes. An enhanced version of `top`.
|
||||
> Display dynamic real-time information about running processes. An enhanced version of `top`.
|
||||
|
||||
- Start htop:
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Creates an exfat filesystem inside a partition.
|
||||
|
||||
- Create an exfat filesystem inside partition 1 on device b (`sdb1`):
|
||||
- Create an exfat filesystem inside partition 1 on device b (`sdb1`):
|
||||
|
||||
`mkfs.exfat {{/dev/sdb1}}`
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
# print
|
||||
# print
|
||||
|
||||
> An alias to a `run-mailcap`'s action print.
|
||||
> Originally `run-mailcap` is used to process mime-type/file.
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# run-mailcap
|
||||
|
||||
> Run MailCap Programs.
|
||||
> Run mailcap view, see, edit, compose, print - execute programs via entries in the mailcap file (or any of its aliases) will use the given action to process each mime-type/file.
|
||||
> Run mailcap view, see, edit, compose, print - execute programs via entries in the mailcap file (or any of its aliases) will use the given action to process each mime-type/file.
|
||||
|
||||
- Individual actions/programs on run-mailcap can be invoked with action flag:
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
- Turn on extra information:
|
||||
|
||||
`run-mailcap --action=ACTION --debug {{filename}}`
|
||||
`run-mailcap --action=ACTION --debug {{filename}}`
|
||||
|
||||
- Ignore any "copiousoutput" directive and forward output to STD‐OUT:
|
||||
|
||||
|
Reference in New Issue
Block a user