diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-07-08 00:09:30 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-07-08 00:09:30 +0000 |
commit | 9cf44e79aa506fc12784643d402ed99ed74816fa (patch) | |
tree | d91face974302374f4d1733dae57555849274029 | |
parent | 8f282f1b02b4ca1b634a3f79ca202ae821379286 (diff) | |
download | busybox-w32-9cf44e79aa506fc12784643d402ed99ed74816fa.tar.gz busybox-w32-9cf44e79aa506fc12784643d402ed99ed74816fa.tar.bz2 busybox-w32-9cf44e79aa506fc12784643d402ed99ed74816fa.zip |
Doc updates to remove sfdisk.
-Erik
-rw-r--r-- | docs/busybox.pod | 47 | ||||
-rw-r--r-- | docs/busybox.sgml | 74 |
2 files changed, 3 insertions, 118 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod index 50e23fd30..b36619909 100644 --- a/docs/busybox.pod +++ b/docs/busybox.pod | |||
@@ -62,7 +62,7 @@ head, hostid, hostname, id, init, insmod, kill, killall, length, ln, | |||
62 | loadacm, loadfont, loadkmap, logger, logname, ls, lsmod, makedevs, mkdir, | 62 | loadacm, loadfont, loadkmap, logger, logname, ls, lsmod, makedevs, mkdir, |
63 | mkfifo, mkfs.minix, mknod, mkswap, mktemp, more, mount, mt, mv, nc, | 63 | mkfifo, mkfs.minix, mknod, mkswap, mktemp, more, mount, mt, mv, nc, |
64 | nslookup, ping, poweroff, printf, ps, pwd, reboot, rm, rmdir, rmmod, sed, | 64 | nslookup, ping, poweroff, printf, ps, pwd, reboot, rm, rmdir, rmmod, sed, |
65 | setkeycodes, sfdisk, sh, sleep, sort, swapoff, swapon, sync, syslogd, tail, | 65 | setkeycodes, sh, sleep, sort, swapoff, swapon, sync, syslogd, tail, |
66 | tar, tee, telnet, test, touch, tr, true, tty, umount, uname, uniq, update, | 66 | tar, tee, telnet, test, touch, tr, true, tty, umount, uname, uniq, update, |
67 | uptime, usleep, uudecode, uuencode, wc, which, whoami, yes, zcat, [ | 67 | uptime, usleep, uudecode, uuencode, wc, which, whoami, yes, zcat, [ |
68 | 68 | ||
@@ -1476,49 +1476,6 @@ Example: | |||
1476 | 1476 | ||
1477 | ------------------------------- | 1477 | ------------------------------- |
1478 | 1478 | ||
1479 | =item sfdisk | ||
1480 | |||
1481 | Usage: sfdisk [options] device ... | ||
1482 | |||
1483 | device: something like /dev/hda or /dev/sda | ||
1484 | |||
1485 | useful options: | ||
1486 | |||
1487 | -s [or --show-size]: list size of a partition | ||
1488 | -c [or --id]: print or change partition Id | ||
1489 | -l [or --list]: list partitions of each device | ||
1490 | -d [or --dump]: idem, but in a format suitable for later input | ||
1491 | -i [or --increment]: number cylinders etc. from 1 instead of from 0 | ||
1492 | -uS, -uB, -uC, -uM: accept/report in units of sectors/blocks/cylinders/MB | ||
1493 | -T [or --list-types]:list the known partition types | ||
1494 | -D [or --DOS]: for DOS-compatibility: waste a little space | ||
1495 | -R [or --re-read]: make kernel reread partition table | ||
1496 | -N# : change only the partition with number # | ||
1497 | -n : do not actually write to disk | ||
1498 | -O file : save the sectors that will be overwritten to file | ||
1499 | -I file : restore these sectors again | ||
1500 | -v [or --version]: print version | ||
1501 | -? [or --help]: print this message | ||
1502 | |||
1503 | dangerous options: | ||
1504 | |||
1505 | -g [or --show-geometry]: print the kernel's idea of the geometry | ||
1506 | -x [or --show-extended]: also list extended partitions on output | ||
1507 | |||
1508 | or expect descriptors for them on input | ||
1509 | -L [or --Linux]: do not complain about things irrelevant for Linux | ||
1510 | -q [or --quiet]: suppress warning messages | ||
1511 | You can override the detected geometry using: | ||
1512 | -C# [or --cylinders #]:set the number of cylinders to use | ||
1513 | -H# [or --heads #]: set the number of heads to use | ||
1514 | -S# [or --sectors #]: set the number of sectors to use | ||
1515 | |||
1516 | You can disable all consistency checking with: | ||
1517 | |||
1518 | -f [or --force]: do what I say, even if it is stupid | ||
1519 | |||
1520 | ------------------------------- | ||
1521 | |||
1522 | =item sh | 1479 | =item sh |
1523 | 1480 | ||
1524 | Usage: sh | 1481 | Usage: sh |
@@ -2063,4 +2020,4 @@ Enrique Zanardi <ezanardi@ull.es> | |||
2063 | 2020 | ||
2064 | =cut | 2021 | =cut |
2065 | 2022 | ||
2066 | # $Id: busybox.pod,v 1.54 2000/07/04 22:17:01 andersen Exp $ | 2023 | # $Id: busybox.pod,v 1.55 2000/07/08 00:09:30 andersen Exp $ |
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> |