Files
openstack-manuals/doc/common-rst/conventions.rst
venkatamahesh 96de9e6ac1 Add 'tip' in conventions.rst
Change-Id: I5b29efcddef9282788323526fe6f79eaf8d1c90b
2015-12-11 19:35:52 +05:30

780 B

Conventions

The OpenStack documentation uses several typesetting conventions.

Notices

Notices take these forms:

Note

A handy tip or reminder.

Important

Something you must be aware of before proceeding.

Tip

An extra but helpful piece of practical advice.

Warning

Critical information about the risk of data loss or security issues.

Command prompts

$ command

Any user, including the root user, can run commands that are prefixed with the $ prompt.

# command

The root user must run commands that are prefixed with the # prompt. You can also prefix these commands with the sudo command, if available, to run them.