From ad3772d8cbd5a61fecfb38ab13bdc7b104b4ecdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20=C3=9Ar?= Date: Sun, 24 Feb 2019 16:47:41 +0100 Subject: [PATCH] multiple pages: remove superfluous white spaces (#2801) --- pages/common/autossh.md | 2 +- pages/common/bedtools.md | 2 +- pages/common/gnomon.md | 2 +- pages/common/hangups.md | 2 +- pages/common/last.md | 2 +- pages/common/logname.md | 2 +- pages/common/nc.md | 2 +- pages/common/printenv.md | 2 +- pages/common/pyenv.md | 2 +- pages/common/route.md | 2 +- pages/common/virtualenv.md | 2 +- pages/common/visudo.md | 2 +- pages/common/xargs.md | 2 +- pages/linux/compose.md | 4 ++-- pages/linux/fallocate.md | 2 +- pages/linux/getent.md | 2 +- pages/linux/htop.md | 2 +- pages/linux/mkfs.exfat.md | 2 +- pages/linux/print.md | 2 +- pages/linux/run-mailcap.md | 4 ++-- pages/osx/nm.md | 2 +- 21 files changed, 23 insertions(+), 23 deletions(-) diff --git a/pages/common/autossh.md b/pages/common/autossh.md index fafe9a7b95..1fc907aea3 100644 --- a/pages/common/autossh.md +++ b/pages/common/autossh.md @@ -17,7 +17,7 @@ - Run autossh in the background, with no monitoring port, instead relying on SSH keep-alives every 10 seconds to detect failure: -`autossh -f -M 0 -N -o "ServerAliveInterval 10" -o "ServerAliveCountMax 3" {{ssh_command}}` +`autossh -f -M 0 -N -o "ServerAliveInterval 10" -o "ServerAliveCountMax 3" {{ssh_command}}` - Run autossh in the background, with no monitoring port, no remote shell, exiting if the port forward fails: diff --git a/pages/common/bedtools.md b/pages/common/bedtools.md index 659ec45e60..7396c74bf1 100644 --- a/pages/common/bedtools.md +++ b/pages/common/bedtools.md @@ -1,7 +1,7 @@ # bedtools > A swiss-army knife of tools for genomic-analysis tasks. -> Used to intersect, group, convert and count data in BAM, BED, GFF/GTF, VCF format. +> Used to intersect, group, convert and count data in BAM, BED, GFF/GTF, VCF format. - Intersect two files with respect to the sequences' strand and save the result to {{path/to/output_file}}: diff --git a/pages/common/gnomon.md b/pages/common/gnomon.md index d3d54136de..0ca7c34c3d 100644 --- a/pages/common/gnomon.md +++ b/pages/common/gnomon.md @@ -1,4 +1,4 @@ -# gnomon +# gnomon > Utility to annotate console logging statements with timestamps and find slow processes. diff --git a/pages/common/hangups.md b/pages/common/hangups.md index fcbaf9c166..d522ecf588 100644 --- a/pages/common/hangups.md +++ b/pages/common/hangups.md @@ -1,4 +1,4 @@ -# hangups +# hangups > Third party command line client for Google Hangouts. diff --git a/pages/common/last.md b/pages/common/last.md index b03e1054ca..5575df3dde 100644 --- a/pages/common/last.md +++ b/pages/common/last.md @@ -2,7 +2,7 @@ > View the last logged in users. -- View last logins, their duration and other information as read from /var/log/wtmp: +- View last logins, their duration and other information as read from /var/log/wtmp: `last` diff --git a/pages/common/logname.md b/pages/common/logname.md index ee90d6b894..64a0f6b1c2 100644 --- a/pages/common/logname.md +++ b/pages/common/logname.md @@ -1,4 +1,4 @@ -# logname +# logname > Shows the user's login name. diff --git a/pages/common/nc.md b/pages/common/nc.md index 0ec7955e97..b291ccd2c3 100644 --- a/pages/common/nc.md +++ b/pages/common/nc.md @@ -4,7 +4,7 @@ - Listen on a specified port: -`nc -l {{port}}` +`nc -l {{port}}` - Connect to a certain port (you can then write to this port): diff --git a/pages/common/printenv.md b/pages/common/printenv.md index 9a285321a6..6911ddf65c 100644 --- a/pages/common/printenv.md +++ b/pages/common/printenv.md @@ -1,4 +1,4 @@ -# printenv +# printenv > Print values of all or specific environment variables. diff --git a/pages/common/pyenv.md b/pages/common/pyenv.md index 5aa0e54b19..42f2742930 100644 --- a/pages/common/pyenv.md +++ b/pages/common/pyenv.md @@ -1,4 +1,4 @@ -# pyenv +# pyenv > Switch between multiple versions of Python easily. diff --git a/pages/common/route.md b/pages/common/route.md index f2f3e928f0..8772239175 100644 --- a/pages/common/route.md +++ b/pages/common/route.md @@ -1,4 +1,4 @@ -# route +# route > Use route cmd to set the route table . diff --git a/pages/common/virtualenv.md b/pages/common/virtualenv.md index 162a3f6830..97d5deef5e 100644 --- a/pages/common/virtualenv.md +++ b/pages/common/virtualenv.md @@ -9,7 +9,7 @@ - Customize the prompt prefix: -`virtualenv --prompt={{prompt_prefix}} {{path/to/venv}}` +`virtualenv --prompt={{prompt_prefix}} {{path/to/venv}}` - Start (select) the environment: diff --git a/pages/common/visudo.md b/pages/common/visudo.md index 724b8436fe..18665e8d39 100644 --- a/pages/common/visudo.md +++ b/pages/common/visudo.md @@ -1,4 +1,4 @@ -# visudo +# visudo > Safely edit the sudoers file. diff --git a/pages/common/xargs.md b/pages/common/xargs.md index 8c37c926c0..d08944f06b 100644 --- a/pages/common/xargs.md +++ b/pages/common/xargs.md @@ -15,6 +15,6 @@ `{{arguments_source}} | xargs -I _ {{command}} _ {{optional_extra_arguments}}` -- Parallel runs of up to `max-procs` processes at a time; the default is 1. If `max-procs` is 0, xargs will run as many processes as possible at a time: +- Parallel runs of up to `max-procs` processes at a time; the default is 1. If `max-procs` is 0, xargs will run as many processes as possible at a time: `{{arguments_source}} | xargs -P {{max-procs}} {{command}}` diff --git a/pages/linux/compose.md b/pages/linux/compose.md index 84e02d54ca..3930de4920 100644 --- a/pages/linux/compose.md +++ b/pages/linux/compose.md @@ -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}}` diff --git a/pages/linux/fallocate.md b/pages/linux/fallocate.md index bce5d975b4..49e474fd76 100644 --- a/pages/linux/fallocate.md +++ b/pages/linux/fallocate.md @@ -1,4 +1,4 @@ -# fallocate +# fallocate > Reserve or deallocate disk space to files. > The utility allocates space without zeroing. diff --git a/pages/linux/getent.md b/pages/linux/getent.md index f187ebdbc1..c0b86ed543 100644 --- a/pages/linux/getent.md +++ b/pages/linux/getent.md @@ -1,4 +1,4 @@ -# getent +# getent > Get entries from Name Service Switch libraries. diff --git a/pages/linux/htop.md b/pages/linux/htop.md index 7f9514ac49..f2dedf7ce1 100644 --- a/pages/linux/htop.md +++ b/pages/linux/htop.md @@ -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: diff --git a/pages/linux/mkfs.exfat.md b/pages/linux/mkfs.exfat.md index 572ffe719d..f8d05c2a79 100644 --- a/pages/linux/mkfs.exfat.md +++ b/pages/linux/mkfs.exfat.md @@ -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}}` diff --git a/pages/linux/print.md b/pages/linux/print.md index 03088430cd..d96d7fbb81 100644 --- a/pages/linux/print.md +++ b/pages/linux/print.md @@ -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. diff --git a/pages/linux/run-mailcap.md b/pages/linux/run-mailcap.md index 76dbfe32d5..dd787f03be 100644 --- a/pages/linux/run-mailcap.md +++ b/pages/linux/run-mailcap.md @@ -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: diff --git a/pages/osx/nm.md b/pages/osx/nm.md index 4348dd26e5..a9919ba489 100644 --- a/pages/osx/nm.md +++ b/pages/osx/nm.md @@ -16,4 +16,4 @@ - Demangle C++ symbols: -`nm {{file.o}} | c++filt` +`nm {{file.o}} | c++filt`