diff options
author | Mitchell Cash <mitchell.cash@gmail.com> | 2015-10-17 20:10:45 +1000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2015-11-06 19:58:26 +0000 |
commit | 256321ebd2c6a65283ce8cb57329275093594338 (patch) | |
tree | 9dbbc79d4e4ee1fffd27669bdd3cca6162c1df62 /doc/init.md | |
parent | eae0350b9c30f475bc73eceb8b1939a54469a1f5 (diff) |
Correct spelling mistakes in doc folder
- OSX —> OS X
- XCode —> Xcode
- github —> GitHub
- homebrew —> Homebrew
- gitian —> Gitian
- Other miscellaneous obvious spelling fixes and whitespace removal
Diffstat (limited to 'doc/init.md')
-rw-r--r-- | doc/init.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/init.md b/doc/init.md index 1f0559d806..4d7ba01f08 100644 --- a/doc/init.md +++ b/doc/init.md @@ -34,9 +34,8 @@ generate one from the shell yourself like this: bash -c 'tr -dc a-zA-Z0-9 < /dev/urandom | head -c32 && echo' -Once you have a password in hand, set rpcpassword= in /etc/bitcoin/bitcoin.conf -For an example configuration file that describes the configuration settings, +For an example configuration file that describes the configuration settings, see contrib/debian/examples/bitcoin.conf. 3. Paths @@ -81,7 +80,7 @@ Drop bitcoind.conf in /etc/init. Test by running "service bitcoind start" it will automatically start on reboot. NOTE: This script is incompatible with CentOS 5 and Amazon Linux 2014 as they -use old versions of Upstart and do not supply the start-stop-daemon uitility. +use old versions of Upstart and do not supply the start-stop-daemon utility. 5. Auto-respawn ----------------------------------- @@ -89,4 +88,3 @@ use old versions of Upstart and do not supply the start-stop-daemon uitility. Auto respawning is currently only configured for Upstart and systemd. Reasonable defaults have been chosen but YMMV. - |