Tectia

Documentation Conventions

Operating System Names
Directory Paths

The following typographical conventions are used in Tectia documentation:

Table 1.1. Documentation conventions

ConventionUsageExample
BoldMenus, commands, GUI elements, strong emphasisClick Apply or OK.
Series of menu selectionsSelect File → Save
MonospaceFilenames, directories, URLs etc.Refer to readme.txt
ItalicsReference to other documents or products, emphasisSee Tectia Client User Manual
#In front of a command, # indicates that the command is run as a privileged user (root).
# rpm --install package.rpm
$In front of a command, $ indicates that the command is run as a non-privileged user.
$ sshg3 user@host
\At the end of a line in a command, \ indicates that the command continues on the next line, but there was not space enough to show it on one line.
$ ssh-keygen-g3 -t rsa \
  -F -c mykey

[Note]Note

A Note indicates neutral or positive information that emphasizes or supplements important points of the main text. Supplies information that may apply only in special cases (for example, memory limitations, equipment configurations, or specific versions of a program).

[Caution]Caution

A Caution advises users that failure to take or to avoid a specified action could result in loss of data.