summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLauri Leukkunen <lle@rahina.org>2007-07-04 11:30:37 +0300
committerLauri Leukkunen <lle@rahina.org>2007-07-04 11:30:37 +0300
commit8a0a21217f2d1993a04d3550f6826a9371622770 (patch)
treec8e244147bf4163afe326a1a7022fde1fca254dd /docs
parente13544601ecd879cf0814c3b3322f8defeef2026 (diff)
Fix mangled manpage
Signed-off-by: Lauri Leukkunen <lle@rahina.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/sb2.15
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/sb2.1 b/docs/sb2.1
index 6312b4f..8cb4585 100644
--- a/docs/sb2.1
+++ b/docs/sb2.1
@@ -35,12 +35,15 @@ Target location. If not defined, .sb2rc file is searched for.
.SH CONFIGURATION
To configure sb2, do something like this:
+.nf
mkdir $HOME/buildroot
cd $HOME/buildroot
[fetch a rootfs from somewhere and extract it here]
sb2-init /path/to/cross-compiler/bin/arm-linux-gcc
+.fi
-Put this in your $HOME/.sb2rc to make sb2 default to using $HOME/buildroot:
+Put this in $HOME/.sb2rc to default to using $HOME/buildroot:
+.PP
SBOX_TARGET_ROOT=~/buildroot
.SH FILES