Skip to content

Commit

Permalink
fix typo and update links
Browse files Browse the repository at this point in the history
  • Loading branch information
snowme34 committed Jul 11, 2019
1 parent 06c9a50 commit 4f11a85
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 4 deletions.
6 changes: 5 additions & 1 deletion cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,17 @@
"name": "bash",
"path": "./cspell_dict_bash.txt"
},
{
"name": "ruby",
"path": "./cspell_dict_ruby.txt"
},
{
"name": "snow",
"path": "./cspell_dict_snow.txt"
}
],
"dictionaries": [
"bash", "snow",
"bash", "snow", "ruby",
"en_US", "companies", "softwareTerms", "misc",
"go", "python", "powershell", "html", "css", "cpp",
"filetypes", "npm"],
Expand Down
7 changes: 7 additions & 0 deletions cspell_dict_bash.txt
Original file line number Diff line number Diff line change
Expand Up @@ -579,3 +579,10 @@ builtins
tanep
iftop
iptraf

deluser
RHEL
iomem
FSSTND
btmp
lastb
1 change: 1 addition & 0 deletions cspell_dict_ruby.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gsub
2 changes: 1 addition & 1 deletion docs/source/reference/commands/unix-and-linux-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,7 @@ The event reference (!) is mainly used in scripts?
# note that built-in kill is different from the external kill
# http://man7.org/linux/man-pages/man2/kill.2.html
kill -s [sig] 0 # send sig to every process in the process group of the calling processh
kill -s [sig] 0 # send sig to every process in the process group of the calling process
kill -s [sig] -1 # all processes except the kill process itself and init
# If pid is less than -1, then sig is sent to every process in the process group whose ID is -pid.
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,13 +150,13 @@ p 'a string using '\
p <<SOME_END.gsub(/\s+/," ").strip
a string using
HEREDOC syntax
priting another str: #{s}
printing another str: #{s}
SOME_END

p <<"SOME_END".gsub(/\s+/," ").strip
a string using
HEREDOC syntax
priting another str: #{s}
printing another str: #{s}
SOME_END

p <<`SOME_END`.gsub(/\s+/," ").strip
Expand Down
2 changes: 2 additions & 0 deletions travis_link_check_whitelist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ dsa.cs.tsinghua.edu.cn
wiki.zthxxx.me
https://huaji8.top/
https://color.adobe.com/explore/
https://www.cloudflare.com
haveibeenpwned.com
codepen.io
codepad.org
www.rikai.com
Expand Down

0 comments on commit 4f11a85

Please sign in to comment.