summaryrefslogtreecommitdiffstats
path: root/software/freebsd-tricks.page
diff options
context:
space:
mode:
Diffstat (limited to 'software/freebsd-tricks.page')
-rw-r--r--software/freebsd-tricks.page6
1 files changed, 3 insertions, 3 deletions
diff --git a/software/freebsd-tricks.page b/software/freebsd-tricks.page
index 37a3a5e..80c29d1 100644
--- a/software/freebsd-tricks.page
+++ b/software/freebsd-tricks.page
@@ -13,15 +13,15 @@ See also `unix </software/unix-tricks>`_ and
Set User Shell
-----------------------
``bash`` isn't always installed, so the default user shell is ``sh``; after
-``bash`` is installed, a user can change their login shell with the command:
+``bash`` is installed, a user can change their login shell with the command::
-$ chsh -s /usr/local/bin/bash
+ $ chsh -s /usr/local/bin/bash
Burn an ISO image
-----------------------
To burn a CD-R, use ``burncd`` like so::
-$ burncd -f /dev/acd0 data FILENAME.iso fixate
+ $ burncd -f /dev/acd0 data FILENAME.iso fixate
Network Tools
----------------------