Doc updates to remove sfdisk.
authorEric Andersen <andersen@codepoet.org>
Sat, 8 Jul 2000 00:09:30 +0000 (00:09 -0000)
committerEric Andersen <andersen@codepoet.org>
Sat, 8 Jul 2000 00:09:30 +0000 (00:09 -0000)
 -Erik

docs/busybox.pod
docs/busybox.sgml

index 50e23fd300ad0cc9e2210dbc4440abab81cf8497..b3661990924c71eea8e0ba98d3f4d3a11c177a31 100644 (file)
@@ -62,7 +62,7 @@ head, hostid, hostname, id, init, insmod, kill, killall, length, ln,
 loadacm, loadfont, loadkmap, logger, logname, ls, lsmod, makedevs, mkdir,
 mkfifo, mkfs.minix, mknod, mkswap, mktemp, more, mount, mt, mv, nc,
 nslookup, ping, poweroff, printf, ps, pwd, reboot, rm, rmdir, rmmod, sed,
-setkeycodes, sfdisk, sh, sleep, sort, swapoff, swapon, sync, syslogd, tail,
+setkeycodes, sh, sleep, sort, swapoff, swapon, sync, syslogd, tail,
 tar, tee, telnet, test, touch, tr, true, tty, umount, uname, uniq, update,
 uptime, usleep, uudecode, uuencode, wc, which, whoami, yes, zcat, [
 
@@ -1476,49 +1476,6 @@ Example:
 
 -------------------------------
 
-=item sfdisk
-
-Usage: sfdisk [options] device ...
-
-device: something like /dev/hda or /dev/sda
-
-useful options:
-
-    -s [or --show-size]: list size of a partition
-    -c [or --id]:        print or change partition Id
-    -l [or --list]:      list partitions of each device
-    -d [or --dump]:      idem, but in a format suitable for later input
-    -i [or --increment]: number cylinders etc. from 1 instead of from 0
-    -uS, -uB, -uC, -uM:  accept/report in units of sectors/blocks/cylinders/MB
-    -T [or --list-types]:list the known partition types
-    -D [or --DOS]:       for DOS-compatibility: waste a little space
-    -R [or --re-read]:   make kernel reread partition table
-    -N# :                change only the partition with number #
-    -n :                 do not actually write to disk
-    -O file :            save the sectors that will be overwritten to file
-    -I file :            restore these sectors again
-    -v [or --version]:   print version
-    -? [or --help]:      print this message
-
-dangerous options:
-
-    -g [or --show-geometry]: print the kernel's idea of the geometry
-    -x [or --show-extended]: also list extended partitions on output
-
-                             or expect descriptors for them on input
-    -L  [or --Linux]:      do not complain about things irrelevant for Linux
-    -q  [or --quiet]:      suppress warning messages
-    You can override the detected geometry using:
-    -C# [or --cylinders #]:set the number of cylinders to use
-    -H# [or --heads #]:    set the number of heads to use
-    -S# [or --sectors #]:  set the number of sectors to use
-
-You can disable all consistency checking with:
-
-    -f  [or --force]:      do what I say, even if it is stupid
-
--------------------------------
-
 =item sh
 
 Usage: sh
@@ -2063,4 +2020,4 @@ Enrique Zanardi <ezanardi@ull.es>
 
 =cut
 
-# $Id: busybox.pod,v 1.54 2000/07/04 22:17:01 andersen Exp $
+# $Id: busybox.pod,v 1.55 2000/07/08 00:09:30 andersen Exp $
index 8d03c9d132f617d37c21b70d62bf17f47294f54a..ca76b0f599140fbfde5ad9adfc2edab7f3630bf5 100644 (file)
                loadacm, loadfont, loadkmap, logger, logname, ls, lsmod, makedevs, mkdir,
                mkfifo, mkfs.minix, mknod, mkswap, mktemp, more, mount, mt, mv, nc,
                nslookup, ping, poweroff, printf, ps, pwd, reboot, rm, rmdir, rmmod, sed,
-               setkeycodes, sfdisk, sh, sleep, sort, swapoff, swapon, sync, syslogd, tail,
+               setkeycodes, sh, sleep, sort, swapoff, swapon, sync, syslogd, tail,
                tar, tee, telnet, test, touch, tr, true, tty, umount, uname, uniq, update,
                uptime, usleep, uudecode, uuencode, wc, which, whoami, yes, zcat, [
                </para>
                </para>
        </sect1>
 
-       <sect1 id="sfdisk">
-           <title>sfdisk</title>
-
-               <para>
-               Usage: sfdisk [OPTION]... DEVICE
-               </para>
-
-               <para>
-               Partition DEVICE.
-               </para>
-
-               <para>
-               Options:
-               </para>
-
-               <para>
-               <screen>
-                       -s      List size of a partition
-                       -c      Print or change partition Id
-                       -l      List partitions of each device
-                       -d      Idem, but in a format suitable for later input
-                       -i      Number cylinders etc. from 1 instead of from 0
-                       -uS     Accept/report in units of sectors
-                       -uB     Accept/report in units of blocks
-                       -uC     Accept/report in units of cylinders
-                       -uM     Accept/report in units of MB
-                       -T      List the known partition types
-                       -D      For DOS-compatibility: waste a little space
-                       -R      Make kernel reread partition table
-                       -N NUM  Change only the partition with number NUM
-                       -n      Do not actually write to disk
-                       -O FILE Save the sectors that will be overwritten to FILE
-                       -I FILE Restore these sectors from FILE
-               </screen>
-               </para>
-
-               <para>
-               Dangerous options:
-               </para>
-
-               <para>
-               <screen>
-                       -g      Print the kernel's idea of the geometry
-                       -x      Also list extended partitions on output
-                               or expect descriptors for them on input
-                       -L      Do not complain about things irrelevant for Linux
-                       -q      Suppress warning messages
-               </screen>
-               </para>
-
-               <para>
-               You can override the detected geometry using:
-               </para>
-
-               <para>
-               <screen>
-                       -C NUM  Set the number of cylinders to use
-                       -H NUM  Set the number of heads to use
-                       -S NUM  Set the number of sectors to use
-               </screen>
-               </para>
-
-               <para>
-               You can disable all consistency checking with:
-               </para>
-
-               <para>
-               <screen>
-                       -f      Do what I say, even if it is stupid
-               </screen>
-               </para>
-       </sect1>
 
        <sect1 id="sh">
            <title>sh</title>