diff options
author | Jonas Smedegaard <jonas@auryn.jones.dk> | 2006-08-30 12:07:00 +0200 |
---|---|---|
committer | Jonas Smedegaard <jonas@auryn.jones.dk> | 2006-08-30 12:07:00 +0200 |
commit | 195acafc0143f649f4e6a8210fea0118c275fb76 (patch) | |
tree | df9cdf52fd5eceb68c410cd51dd8ee2040edf840 | |
parent | 944494cfef2a1c7cb3e116d665ab442abe3e20c7 (diff) |
No escaping at all for square brackets?
-rw-r--r-- | doc/admin.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/admin.md b/doc/admin.md index 6e99a38..04cd7e0 100644 --- a/doc/admin.md +++ b/doc/admin.md @@ -2,7 +2,7 @@ Within commands below, Don't take square brackets, angle brackets and triple-dots literally: - * *<<This>>* should be replaced with your own info - including the angle brackets + * *<This>* should be replaced with your own info - including the angle brackets * *[This]* is optional parts of the command - including the square brackets * *...* means "repeat ad libitum" - leave it out or add more stuff similar to that right before the dots |