- Learn pfSense 2.4
- David Zientara
- 137字
- 2021-08-13 15:56:31
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "There is a packet with a source address of 192.168.2.1"
A block of code is set as follows:
html, body, #map {
height: 100%;
margin: 0;
padding: 0
}
Any command-line input or output is written as follows:
ping: unknown host google.com
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "To begin, navigate to Firewall | Rules."
Warnings or important notes appear like this.
Tips and tricks appear like this.