Переглянути джерело

multiple pages: remove superfluous white spaces (#2801)

Balázs Úr 6 роки тому
батько
коміт
ad3772d8cb

+ 1 - 1
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:
 

+ 1 - 1
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}}:
 

+ 1 - 1
pages/common/gnomon.md

@@ -1,4 +1,4 @@
-# gnomon 
+# gnomon
 
 > Utility to annotate console logging statements with timestamps and find slow processes.
 

+ 1 - 1
pages/common/hangups.md

@@ -1,4 +1,4 @@
-# hangups 
+# hangups
 
 > Third party command line client for Google Hangouts.
 

+ 1 - 1
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`
 

+ 1 - 1
pages/common/logname.md

@@ -1,4 +1,4 @@
-# logname 
+# logname
 
 > Shows the user's login name.
 

+ 1 - 1
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):
 

+ 1 - 1
pages/common/printenv.md

@@ -1,4 +1,4 @@
-# printenv 
+# printenv
 
 > Print values of all or specific environment variables.
 

+ 1 - 1
pages/common/pyenv.md

@@ -1,4 +1,4 @@
-# pyenv  
+# pyenv
 
 > Switch between multiple versions of Python easily.
 

+ 1 - 1
pages/common/route.md

@@ -1,4 +1,4 @@
-# route 
+# route
 
 > Use route cmd to set the route table .
 

+ 1 - 1
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:
 

+ 1 - 1
pages/common/visudo.md

@@ -1,4 +1,4 @@
-# visudo 
+# visudo
 
 > Safely edit the sudoers file.
 

+ 1 - 1
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}}`

+ 2 - 2
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}}`
 

+ 1 - 1
pages/linux/fallocate.md

@@ -1,4 +1,4 @@
-# fallocate 
+# fallocate
 
 > Reserve or deallocate disk space to files.
 > The utility allocates space without zeroing.

+ 1 - 1
pages/linux/getent.md

@@ -1,4 +1,4 @@
-# getent  
+# getent
 
 > Get entries from Name Service Switch libraries.
 

+ 1 - 1
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:
 

+ 1 - 1
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}}`
 

+ 1 - 1
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.

+ 2 - 2
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:
 

+ 1 - 1
pages/osx/nm.md

@@ -16,4 +16,4 @@
 
 - Demangle C++ symbols:
 
-`nm {{file.o}} |  c++filt`
+`nm {{file.o}} | c++filt`