From 354e98325fe94f4834d360086a67d0032b83fa20 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 24 Jan 2010 05:56:09 -0500 Subject: syntax fixes --- software/freebsd-tricks.page | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'software/freebsd-tricks.page') 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 `_ 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 ---------------------- -- cgit v1.2.3