clean bootcode.S and s/rootfs.bz2/rootfs/ in man - vx32 - Local 9vx git repository for patches.
 (HTM) git clone git://r-36.net/vx32
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit 64ea1536316f57f0413257d18c0024989d81b027
 (DIR) parent 0bdabea5422f682ad0c1e90239fe1694e703a97c
 (HTM) Author: Jesus Galan Lopez (yiyus) <yiyu.jgl@gmail.com>
       Date:   Sat,  9 Oct 2010 22:53:03 +0200
       
       clean bootcode.S and s/rootfs.bz2/rootfs/ in man
       
       Diffstat:
         M doc/9vx.1                           |       4 ++--
         M src/9vx/Makefrag                    |       2 +-
       
       2 files changed, 3 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/doc/9vx.1 b/doc/9vx.1
       @@ -140,7 +140,7 @@ the gui will not be started.
        .SS Booting 9vx
        When started, 9vx will run a modified version of boot(8) which accepts
        additional root locations for the local boot method: local directories,
       -iso images and bz2 files (a compressed file system /boot/rootfs.bz2 is
       +iso images and bz2 files (a compressed file system /boot/rootfs is
        included in the 9vx executable). Fossil and kfs partitions (possibly in
        a local file) can be used too, as well as the tcp boot method.
        .SS Running 9vx
       @@ -156,7 +156,7 @@ can be a file or  rc(1) commands),
        .I acmevx
        uses 9vxp to run acme(1) inside 9vx,
        .I rcvx
       -runs rc(1) from the included rootfs.bz2 image and
       +runs rc(1) from the included rootfs bz2 image and
        .I tap
        adds a tap device before executing
        .I cmd
 (DIR) diff --git a/src/9vx/Makefrag b/src/9vx/Makefrag
       @@ -322,7 +322,7 @@ CLEAN_FILES += \
                9vx/bootinit.c \
                9vx/data2s \
                9vx/9660srv.S \
       -        9vx/boot.S \
       +        9vx/bootcode.S \
                9vx/bzfs.S \
                9vx/factotum.S \
                9vx/fossil.S \