diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-07-08 00:09:30 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-07-08 00:09:30 +0000 |
commit | 6bef6327566ccb99dc622295186c94afe00ef067 (patch) | |
tree | d91face974302374f4d1733dae57555849274029 /docs/busybox.sgml | |
parent | e605ee819a7acb221ec365982cf063554f636d1d (diff) | |
download | busybox-w32-6bef6327566ccb99dc622295186c94afe00ef067.tar.gz busybox-w32-6bef6327566ccb99dc622295186c94afe00ef067.tar.bz2 busybox-w32-6bef6327566ccb99dc622295186c94afe00ef067.zip |
Doc updates to remove sfdisk.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@777 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r-- | docs/busybox.sgml | 74 |
1 files changed, 1 insertions, 73 deletions
diff --git a/docs/busybox.sgml b/docs/busybox.sgml index 8d03c9d13..ca76b0f59 100644 --- a/docs/busybox.sgml +++ b/docs/busybox.sgml | |||
@@ -139,7 +139,7 @@ | |||
139 | loadacm, loadfont, loadkmap, logger, logname, ls, lsmod, makedevs, mkdir, | 139 | loadacm, loadfont, loadkmap, logger, logname, ls, lsmod, makedevs, mkdir, |
140 | mkfifo, mkfs.minix, mknod, mkswap, mktemp, more, mount, mt, mv, nc, | 140 | mkfifo, mkfs.minix, mknod, mkswap, mktemp, more, mount, mt, mv, nc, |
141 | nslookup, ping, poweroff, printf, ps, pwd, reboot, rm, rmdir, rmmod, sed, | 141 | nslookup, ping, poweroff, printf, ps, pwd, reboot, rm, rmdir, rmmod, sed, |
142 | setkeycodes, sfdisk, sh, sleep, sort, swapoff, swapon, sync, syslogd, tail, | 142 | setkeycodes, sh, sleep, sort, swapoff, swapon, sync, syslogd, tail, |
143 | tar, tee, telnet, test, touch, tr, true, tty, umount, uname, uniq, update, | 143 | tar, tee, telnet, test, touch, tr, true, tty, umount, uname, uniq, update, |
144 | uptime, usleep, uudecode, uuencode, wc, which, whoami, yes, zcat, [ | 144 | uptime, usleep, uudecode, uuencode, wc, which, whoami, yes, zcat, [ |
145 | </para> | 145 | </para> |
@@ -2620,78 +2620,6 @@ | |||
2620 | </para> | 2620 | </para> |
2621 | </sect1> | 2621 | </sect1> |
2622 | 2622 | ||
2623 | <sect1 id="sfdisk"> | ||
2624 | <title>sfdisk</title> | ||
2625 | |||
2626 | <para> | ||
2627 | Usage: sfdisk [OPTION]... DEVICE | ||
2628 | </para> | ||
2629 | |||
2630 | <para> | ||
2631 | Partition DEVICE. | ||
2632 | </para> | ||
2633 | |||
2634 | <para> | ||
2635 | Options: | ||
2636 | </para> | ||
2637 | |||
2638 | <para> | ||
2639 | <screen> | ||
2640 | -s List size of a partition | ||
2641 | -c Print or change partition Id | ||
2642 | -l List partitions of each device | ||
2643 | -d Idem, but in a format suitable for later input | ||
2644 | -i Number cylinders etc. from 1 instead of from 0 | ||
2645 | -uS Accept/report in units of sectors | ||
2646 | -uB Accept/report in units of blocks | ||
2647 | -uC Accept/report in units of cylinders | ||
2648 | -uM Accept/report in units of MB | ||
2649 | -T List the known partition types | ||
2650 | -D For DOS-compatibility: waste a little space | ||
2651 | -R Make kernel reread partition table | ||
2652 | -N NUM Change only the partition with number NUM | ||
2653 | -n Do not actually write to disk | ||
2654 | -O FILE Save the sectors that will be overwritten to FILE | ||
2655 | -I FILE Restore these sectors from FILE | ||
2656 | </screen> | ||
2657 | </para> | ||
2658 | |||
2659 | <para> | ||
2660 | Dangerous options: | ||
2661 | </para> | ||
2662 | |||
2663 | <para> | ||
2664 | <screen> | ||
2665 | -g Print the kernel's idea of the geometry | ||
2666 | -x Also list extended partitions on output | ||
2667 | or expect descriptors for them on input | ||
2668 | -L Do not complain about things irrelevant for Linux | ||
2669 | -q Suppress warning messages | ||
2670 | </screen> | ||
2671 | </para> | ||
2672 | |||
2673 | <para> | ||
2674 | You can override the detected geometry using: | ||
2675 | </para> | ||
2676 | |||
2677 | <para> | ||
2678 | <screen> | ||
2679 | -C NUM Set the number of cylinders to use | ||
2680 | -H NUM Set the number of heads to use | ||
2681 | -S NUM Set the number of sectors to use | ||
2682 | </screen> | ||
2683 | </para> | ||
2684 | |||
2685 | <para> | ||
2686 | You can disable all consistency checking with: | ||
2687 | </para> | ||
2688 | |||
2689 | <para> | ||
2690 | <screen> | ||
2691 | -f Do what I say, even if it is stupid | ||
2692 | </screen> | ||
2693 | </para> | ||
2694 | </sect1> | ||
2695 | 2623 | ||
2696 | <sect1 id="sh"> | 2624 | <sect1 id="sh"> |
2697 | <title>sh</title> | 2625 | <title>sh</title> |