summaryrefslogtreecommitdiffstats
path: root/software/freebsd-tricks.page
diff options
context:
space:
mode:
authorbnewbold <bnewbold@ziggy.(none)>2010-01-24 05:56:09 -0500
committerbnewbold <bnewbold@ziggy.(none)>2010-01-24 05:56:09 -0500
commit354e98325fe94f4834d360086a67d0032b83fa20 (patch)
tree9015fe2528a529ea5c2a5caf21f2d2ea8146beec /software/freebsd-tricks.page
parentb234b981acb135ed00a7ecf444dde6fe33d9f0f3 (diff)
downloadknowledge-354e98325fe94f4834d360086a67d0032b83fa20.tar.gz
knowledge-354e98325fe94f4834d360086a67d0032b83fa20.zip
syntax fixes
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
----------------------