diff options
author | Jonas Smedegaard <jonas@auryn.jones.dk> | 2006-08-30 12:02:55 +0200 |
---|---|---|
committer | Jonas Smedegaard <jonas@auryn.jones.dk> | 2006-08-30 12:02:55 +0200 |
commit | 944494cfef2a1c7cb3e116d665ab442abe3e20c7 (patch) | |
tree | 4d48107158f0ae1bc691e5edd86241c1a61637a4 /doc | |
parent | 5ba9606fc756c45206a45d447445e154e8654979 (diff) |
Emphasize non-literal examples. Use double square brackets instead of
escaping the first one.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/admin.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/admin.md b/doc/admin.md index a5e9322..6e99a38 100644 --- a/doc/admin.md +++ b/doc/admin.md @@ -2,9 +2,9 @@ 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] 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 + * *<<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 ## Normal users |