### Configure DragonFlyBSD to run Linux binaries
In order to use Linux emulated binaries, the linux compatibility
-layer needs a bit of setup.
+layer needs a bit of setup.
-* Load the linux emulator kernel module:
+First, load the linux emulator kernel module:
# kldload linux
# kldload aac_linux # note - not 100% sure if needed here..
-* Mount linprocfs:
+Next, mount linprocfs:
# mount -t linprocfs none /usr/pkg/emul/linux/proc
-* Run Linux ldconfig to setup the linux-side library linker paths:
+Then, run Linux ldconfig to setup the linux-side library linker paths:
# /compat/linux/sbin/ldconfig