The Securing FreeBSD section lays out some typographical conventions

that will be used to note the distinction between applications and
protocols.  This is a good idea, but the distinctions were not
described accurately.  Correct that.

Noticed by:	loader@freebsdmall.com
This commit is contained in:
Murray Stokely 2004-08-22 18:23:18 +00:00
parent e4d5ec02b5
commit 3984bd9e2d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=22055

View file

@ -296,8 +296,11 @@
<note>
<title>Command vs. Protocol</title>
<para>Throughout this document, we will use
<application>bold</application> text to refer to a command or
application. This is used for instances such as ssh, since it is
<application>bold</application> text to refer to an
application, and a <command>monospaced</command> font to refer
to specific commands. Protocols will use a normal font. This
typographical distinction is useful for instances such as ssh,
since it is
a protocol as well as command.</para>
</note>