summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-06-19 19:43:08 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-06-19 19:43:08 +0000
commit17e105d2f04318cfc4fa8be56f775bcda3a775a2 (patch)
tree2988121a7df9197d115f94be5ba0676ad407e0e4 /doc
parent240687b364a328de156716b252c687acbfc22bfe (diff)
- doc/reference.conf: whitespace changes
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2307 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'doc')
-rw-r--r--doc/reference.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference.conf b/doc/reference.conf
index 92f56bc..4e283ba 100644
--- a/doc/reference.conf
+++ b/doc/reference.conf
@@ -103,7 +103,7 @@ serverinfo {
*
* Example command to store a 2048 bit RSA keypair in
* rsa.key, and the public key in rsa.pub:
- *
+ *
* openssl genrsa -out rsa.key 2048
* openssl rsa -in rsa.key -pubout -out rsa.pub
* chown <ircd-user>.<ircd.group> rsa.key rsa.pub