Here are some examples:
from man
page of a command:
$ man man
man [-acdfFhkKtwW] [--path] [-m system] [-p string] [-C config_file] [-M pathlist] [-P pager] [-S section_list] [section] name ...
...
from http://vim.wikia.com/wiki/Power_of_g:
:[range]g/<pattern>/cmd
from http://bullium.com/support/vim.html:
:wq {file}
- What's the meaning of
[...]
,<...>
,{...}
, and those things without any surroundings? - Is there a standardized definition of the usage of symbols?