⋔ Blog ⋔ FAQ ⋔ Resources ⋔ GitHub ⋔ Contact ⋔ TDP Onion ⋔
The TDP Projects:
⋔ Tor Browser for OpenBSD ⋔ BSD Relay Guides ⋔ Corporate Relays ⋔ Ports for PETs ⋔ Statistics ⋔
This piece is meant to illustrate TDP documentation. This is standard for all TDP syntax in the tutorials and guides.
All shell commands will be indicated by a dollar sign $
, the default symbol of /bin/ksh, which a single-tab indent.
Example:
$ run this command
Both file names and paths are in bold, unless it is part of a shell command.
Examples:
Change to the /usr/ports/mystuff/openbsd-ports/www/tbb/tor-browser directory.
Edit the torrc file.
When base programs are referenced, they are appended with a number, representing the relevant manual page.
Example:
ls(1)
That particular manual page can be accessed by typing:
$ man 1 ls
The standard manual page sections are:
1 General commands (tools and utilities).
2 System calls and error numbers.
3 Libraries.
3f Fortran programmer’s reference guide.
3p perl(1) programmer’s reference guide.
4 Device drivers.
5 File formats.
6 Games.
7 Miscellaneous.
8 System maintenance and operation commands.
9 Kernel internals.
The standard notation for adding lines is the plus symbol +
Example:
>+*add this line*
Removing lines is indicated by the minus symbol -
Example:
>-*remove this line*
After a command is run, there is often expected output that is displayed on the screen which is indicated by italics. In this example, Tor is restarted.
Example:
>$ sudo /etc/rc.d/tor restart
*tor(ok)*
*tor(ok)*
$
Copyright © 2018 by The Tor BSD Diversity Project (TDP). All Rights Reserved.
last updated: Tue Jun 13 19:25:38 2017 UTC