Changeset 3a5c139 in clfs-sysroot for BOOK/final-system/common/util-linux-ng.xml
- Timestamp:
- Sep 9, 2007, 4:16:26 PM (17 years ago)
- Branches:
- master
- Children:
- 90272a6
- Parents:
- ad74173
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/util-linux-ng.xml
rad74173 r3a5c139 6 6 ]> 7 7 8 <sect1 id="ch-system-util-linux " role="wrap">9 <?dbhtml filename="util-linux .html"?>10 11 <title>Util-linux- &util-linux-version;</title>12 13 <indexterm zone="ch-system-util-linux ">14 <primary sortas="a-Util-linux ">Util-linux</primary>8 <sect1 id="ch-system-util-linux-ng" role="wrap"> 9 <?dbhtml filename="util-linux-ng.html"?> 10 11 <title>Util-linux-ng-&util-linux-ng-version;</title> 12 13 <indexterm zone="ch-system-util-linux-ng"> 14 <primary sortas="a-Util-linux-ng">Util-linux-ng</primary> 15 15 </indexterm> 16 16 … … 18 18 <title/> 19 19 20 <para>The Util-linux package contains miscellaneous utility programs.20 <para>The Util-linux-ng package contains miscellaneous utility programs. 21 21 Among them are utilities for handling file systems, consoles, partitions, 22 22 and messages.</para> … … 25 25 </sect2> 26 26 27 <sect2 id="fhs-util-linux " role="installation">27 <sect2 id="fhs-util-linux-ng" role="installation"> 28 28 <title>FHS compliance notes</title> 29 29 … … 35 35 36 36 <screen><userinput>cp hwclock/hwclock.c{,.orig} 37 sed 's@etc/adjtime@var/lib/hwclock/adjtime@g' \38 hwclock/hwclock.c.orig >hwclock/hwclock.c39 mkdir -pv ${CLFS}/var/lib/hwclock</userinput></screen>37 sed -e 's@etc/adjtime@var/lib/hwclock/adjtime@g' \ 38 hwclock/hwclock.c.orig > hwclock/hwclock.c 39 mkdir -pv /var/lib/hwclock</userinput></screen> 40 40 41 41 </sect2> 42 42 43 43 <sect2 role="installation"> 44 <title>Installation of Util-linux</title> 45 46 <para os="p1">Util-linux fails to compile against newer versions of 47 Linux kernel headers. The following patch properly fixes this issue:</para> 48 49 <screen os="p2"><userinput>patch -Np1 -i ../&util-linux-cramfs-patch;</userinput></screen> 50 51 <para os="p3">The following patch fixes build issues the changes to the Linux 2.6.18 headers:</para> 52 53 <screen os="p4"><userinput>patch -Np1 -i ../&util-linux-syscall_fixes-patch;</userinput></screen> 54 55 <para os="p5">The following patch fixes swapon.c - it tries to find the 56 variable R_OK, but the header that has R_OK is not included:</para> 57 58 <screen os="p6"><userinput>patch -Np1 -i ../&util-linux-missing_header-patch;</userinput></screen> 59 60 <para os="p7">Due to a change in headers some Util-linux will not build. 61 This patch will change the utilization of llseek to lseek. This fix has 62 been applied to the development version of util-linux:</para> 63 64 <screen os="p8"><userinput>patch -Np1 -i ../&util-linux-lseek-patch;</userinput></screen> 65 66 <para os="s1">The Util-linux installation uses <option>-o root</option>. 67 As we are currently using an unprivileged user, this will not work. The 68 following <command>sed</command> removes it:</para> 69 70 <screen os="s2"><userinput>cp MCONFIG{,.orig} 71 sed -e "s/-o root//" MCONFIG.orig > MCONFIG</userinput></screen> 72 73 <para os="a">Prepare Util-linux for compilation:</para> 74 75 <screen os="b"><userinput>./configure</userinput></screen> 44 <title>Installation of Util-linux-ng</title> 45 46 <para os="a">Prepare Util-linux-ng for compilation:</para> 47 48 <screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 49 --with-fsprobe=blkid --enable-agetty \ 50 --enable-cramfs --disable-init --disable-kill --disable-last \ 51 --disable-mesg --enable-partx --enable-rename --disable-reset \ 52 --disable-login-utils --enable-schedutils --disable-wall --enable-write \ 53 --without-pam</userinput></screen> 76 54 77 55 <para os="c">Compile the package:</para> 78 56 79 <screen os="d"><userinput>make HAVE_KILL=yes HAVE_SLN=yes \ 80 CPUOPT="" ARCH="" CPU=""</userinput></screen> 81 82 <variablelist os="e"> 83 <title>The meaning of the make parameters:</title> 84 85 <varlistentry os="e1"> 86 <term><parameter>HAVE_KILL=yes</parameter></term> 87 <listitem> 88 <para>This prevents the <command>kill</command> program (already 89 installed by Procps) from being built and installed again.</para> 90 </listitem> 91 </varlistentry> 92 93 <varlistentry os="e2"> 94 <term><parameter>HAVE_SLN=yes</parameter></term> 95 <listitem> 96 <para>This prevents the <command>sln</command> program (a 97 statically linked version of <command>ln</command> already installed 98 by Glibc) from being built and installed again.</para> 99 </listitem> 100 </varlistentry> 101 102 <varlistentry os="e3"> 103 <term><parameter>CPUOPT=""</parameter></term> 104 <listitem> 105 <para>This disables any compiler optimizations by CPU type.</para> 106 </listitem> 107 </varlistentry> 108 109 <varlistentry os="e4"> 110 <term><parameter>ARCH=""</parameter></term> 111 <listitem> 112 <para>This disables the detection of the architecture.</para> 113 </listitem> 114 </varlistentry> 115 116 <varlistentry os="e5"> 117 <term><parameter>CPU=""</parameter></term> 118 <listitem> 119 <para>This disables the detection of the CPU.</para> 120 </listitem> 121 </varlistentry> 122 123 </variablelist> 124 125 <para os="f">Install the package and move the <command>logger</command> binary 126 to <filename class="directory">/bin</filename> as it is needed by the 127 CLFS-Bootscripts package:</para> 128 129 <screen os="g"><userinput>make HAVE_KILL=yes HAVE_SLN=yes \ 130 CPUOPT="" ARCH="" CPU="" USE_TTY_GROUP=no DESTDIR=${CLFS} install 131 mv -v ${CLFS}/usr/bin/logger ${CLFS}/bin</userinput></screen> 57 <screen os="d"><userinput>make</userinput></screen> 58 59 <para os="e">This package does not come with a test suite.</para> 60 61 <para os="g">Install the package:</para> 62 63 <screen os="h"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 132 64 133 65 </sect2> 134 66 135 <sect2 id="contents-util-linux " role="content">136 <title>Contents of Util-linux </title>67 <sect2 id="contents-util-linux-ng" role="content"> 68 <title>Contents of Util-linux-ng</title> 137 69 138 70 <segmentedlist> … … 162 94 <para>Opens a tty port, prompts for a login name, 163 95 and then invokes the <command>login</command> program</para> 164 <indexterm zone="ch-system-util-linux agetty">96 <indexterm zone="ch-system-util-linux-ng agetty"> 165 97 <primary sortas="b-agetty">agetty</primary> 166 98 </indexterm> … … 172 104 <listitem> 173 105 <para>Reports the machine's architecture</para> 174 <indexterm zone="ch-system-util-linux arch">106 <indexterm zone="ch-system-util-linux-ng arch"> 175 107 <primary sortas="b-arch">arch</primary> 176 108 </indexterm> … … 183 115 <para>Allows users to call block device ioctls from the command 184 116 line</para> 185 <indexterm zone="ch-system-util-linux blockdev">117 <indexterm zone="ch-system-util-linux-ng blockdev"> 186 118 <primary sortas="b-blockdev">blockdev</primary> 187 119 </indexterm> … … 193 125 <listitem> 194 126 <para>Displays a simple calendar</para> 195 <indexterm zone="ch-system-util-linux cal">127 <indexterm zone="ch-system-util-linux-ng cal"> 196 128 <primary sortas="b-cal">cal</primary> 197 129 </indexterm> … … 203 135 <listitem> 204 136 <para>Manipulates the partition table of the given device</para> 205 <indexterm zone="ch-system-util-linux cfdisk">137 <indexterm zone="ch-system-util-linux-ng cfdisk"> 206 138 <primary sortas="b-cfdisk">cfdisk</primary> 207 139 </indexterm> … … 213 145 <listitem> 214 146 <para>Finds duplicate executables</para> 215 <indexterm zone="ch-system-util-linux chkdupexe">147 <indexterm zone="ch-system-util-linux-ng chkdupexe"> 216 148 <primary sortas="b-chkdupexe">chkdupexe</primary> 217 149 </indexterm> … … 223 155 <listitem> 224 156 <para>Filters out reverse line feeds</para> 225 <indexterm zone="ch-system-util-linux col">157 <indexterm zone="ch-system-util-linux-ng col"> 226 158 <primary sortas="b-col">col</primary> 227 159 </indexterm> … … 234 166 <para>Filters <command>nroff</command> output for terminals 235 167 that lack some capabilities, such as overstriking and half-lines</para> 236 <indexterm zone="ch-system-util-linux colcrt">168 <indexterm zone="ch-system-util-linux-ng colcrt"> 237 169 <primary sortas="b-colcrt">colcrt</primary> 238 170 </indexterm> … … 244 176 <listitem> 245 177 <para>Filters out the given columns</para> 246 <indexterm zone="ch-system-util-linux colrm">178 <indexterm zone="ch-system-util-linux-ng colrm"> 247 179 <primary sortas="b-colrm">colrm</primary> 248 180 </indexterm> … … 254 186 <listitem> 255 187 <para>Formats a given file into multiple columns</para> 256 <indexterm zone="ch-system-util-linux column">188 <indexterm zone="ch-system-util-linux-ng column"> 257 189 <primary sortas="b-column">column</primary> 258 190 </indexterm> … … 265 197 <para>Sets the function of the Ctrl+Alt+Del key combination to a 266 198 hard or a soft reset</para> 267 <indexterm zone="ch-system-util-linux ctrlaltdel">199 <indexterm zone="ch-system-util-linux-ng ctrlaltdel"> 268 200 <primary sortas="b-ctrlaltdel">ctrlaltdel</primary> 269 201 </indexterm> … … 276 208 <para>Tunes the parameters of the serial line drivers for 277 209 Cyclades cards</para> 278 <indexterm zone="ch-system-util-linux cytune">210 <indexterm zone="ch-system-util-linux-ng cytune"> 279 211 <primary sortas="b-cytune">cytune</primary> 280 212 </indexterm> … … 287 219 <para>Gives the Discordian date or converts the given Gregorian date 288 220 to a Discordian one</para> 289 <indexterm zone="ch-system-util-linux ddate">221 <indexterm zone="ch-system-util-linux-ng ddate"> 290 222 <primary sortas="b-ddate">ddate</primary> 291 223 </indexterm> … … 297 229 <listitem> 298 230 <para>Dumps the kernel boot messages</para> 299 <indexterm zone="ch-system-util-linux dmesg">231 <indexterm zone="ch-system-util-linux-ng dmesg"> 300 232 <primary sortas="b-dmesg">dmesg</primary> 301 233 </indexterm> … … 308 240 <para>Tunes the performance and interactivity of a block 309 241 device</para> 310 <indexterm zone="ch-system-util-linux elvtune">242 <indexterm zone="ch-system-util-linux-ng elvtune"> 311 243 <primary sortas="b-elvtune">elvtune</primary> 312 244 </indexterm> … … 318 250 <listitem> 319 251 <para>Low-level formats a floppy disk</para> 320 <indexterm zone="ch-system-util-linux fdformat">252 <indexterm zone="ch-system-util-linux-ng fdformat"> 321 253 <primary sortas="b-fdformat">fdformat</primary> 322 254 </indexterm> … … 328 260 <listitem> 329 261 <para>Manipulates the partition table of the given device</para> 330 <indexterm zone="ch-system-util-linux fdisk">262 <indexterm zone="ch-system-util-linux-ng fdisk"> 331 263 <primary sortas="b-fdisk">fdisk</primary> 332 264 </indexterm> … … 339 271 <para>Acquires a file lock and then executes a command with the lock 340 272 held</para> 341 <indexterm zone="ch-system-util-linux flock">273 <indexterm zone="ch-system-util-linux-ng flock"> 342 274 <primary sortas="b-flock">flock</primary> 343 275 </indexterm> … … 350 282 <para>Performs a consistency check on the Cramfs file system on the 351 283 given device</para> 352 <indexterm zone="ch-system-util-linux fsck.cramfs">284 <indexterm zone="ch-system-util-linux-ng fsck.cramfs"> 353 285 <primary sortas="b-fsck.cramfs">fsck.cramfs</primary> 354 286 </indexterm> … … 361 293 <para>Performs a consistency check on the Minix file system on the 362 294 given device</para> 363 <indexterm zone="ch-system-util-linux fsck.minix">295 <indexterm zone="ch-system-util-linux-ng fsck.minix"> 364 296 <primary sortas="b-fsck.minix">fsck.minix</primary> 365 297 </indexterm> … … 371 303 <listitem> 372 304 <para>Parses options in the given command line</para> 373 <indexterm zone="ch-system-util-linux getopt">305 <indexterm zone="ch-system-util-linux-ng getopt"> 374 306 <primary sortas="b-getopt">getopt</primary> 375 307 </indexterm> … … 382 314 <para>Dumps the given file in hexadecimal or in another given 383 315 format</para> 384 <indexterm zone="ch-system-util-linux hexdump">316 <indexterm zone="ch-system-util-linux-ng hexdump"> 385 317 <primary sortas="b-hexdump">hexdump</primary> 386 318 </indexterm> … … 394 326 the Real-Time Clock (RTC) or Basic Input-Output System (BIOS) 395 327 clock</para> 396 <indexterm zone="ch-system-util-linux hwclock">328 <indexterm zone="ch-system-util-linux-ng hwclock"> 397 329 <primary sortas="b-hwclock">hwclock</primary> 398 330 </indexterm> … … 404 336 <listitem> 405 337 <para>Removes the given Inter-Process Communication (IPC) resource</para> 406 <indexterm zone="ch-system-util-linux ipcrm">338 <indexterm zone="ch-system-util-linux-ng ipcrm"> 407 339 <primary sortas="b-ipcrm">ipcrm</primary> 408 340 </indexterm> … … 414 346 <listitem> 415 347 <para>Provides IPC status information</para> 416 <indexterm zone="ch-system-util-linux ipcs">348 <indexterm zone="ch-system-util-linux-ng ipcs"> 417 349 <primary sortas="b-ipcs">ipcs</primary> 418 350 </indexterm> … … 424 356 <listitem> 425 357 <para>Reports the size of an iso9660 file system</para> 426 <indexterm zone="ch-system-util-linux isosize">358 <indexterm zone="ch-system-util-linux-ng isosize"> 427 359 <primary sortas="b-isosize">isosize</primary> 428 360 </indexterm> … … 434 366 <listitem> 435 367 <para>Copies a single line</para> 436 <indexterm zone="ch-system-util-linux line">368 <indexterm zone="ch-system-util-linux-ng line"> 437 369 <primary sortas="b-line">line</primary> 438 370 </indexterm> … … 444 376 <listitem> 445 377 <para>Enters the given message into the system log</para> 446 <indexterm zone="ch-system-util-linux logger">378 <indexterm zone="ch-system-util-linux-ng logger"> 447 379 <primary sortas="b-logger">logger</primary> 448 380 </indexterm> … … 454 386 <listitem> 455 387 <para>Displays lines that begin with the given string</para> 456 <indexterm zone="ch-system-util-linux look">388 <indexterm zone="ch-system-util-linux-ng look"> 457 389 <primary sortas="b-look">look</primary> 458 390 </indexterm> … … 464 396 <listitem> 465 397 <para>Sets up and controls loop devices</para> 466 <indexterm zone="ch-system-util-linux losetup">398 <indexterm zone="ch-system-util-linux-ng losetup"> 467 399 <primary sortas="b-losetup">losetup</primary> 468 400 </indexterm> … … 475 407 <para>Generates magic cookies (128-bit random hexadecimal numbers) for 476 408 <command>xauth</command></para> 477 <indexterm zone="ch-system-util-linux mcookie">409 <indexterm zone="ch-system-util-linux-ng mcookie"> 478 410 <primary sortas="b-mcookie">mcookie</primary> 479 411 </indexterm> … … 486 418 <para>Builds a file system on a device (usually a hard disk 487 419 partition)</para> 488 <indexterm zone="ch-system-util-linux mkfs">420 <indexterm zone="ch-system-util-linux-ng mkfs"> 489 421 <primary sortas="b-mkfs">mkfs</primary> 490 422 </indexterm> … … 496 428 <listitem> 497 429 <para>Creates a Santa Cruz Operations (SCO) bfs file system</para> 498 <indexterm zone="ch-system-util-linux mkfs.bfs">430 <indexterm zone="ch-system-util-linux-ng mkfs.bfs"> 499 431 <primary sortas="b-mkfs.bfs">mkfs.bfs</primary> 500 432 </indexterm> … … 506 438 <listitem> 507 439 <para>Creates a cramfs file system</para> 508 <indexterm zone="ch-system-util-linux mkfs.cramfs">440 <indexterm zone="ch-system-util-linux-ng mkfs.cramfs"> 509 441 <primary sortas="b-mkfs.cramfs">mkfs.cramfs</primary> 510 442 </indexterm> … … 516 448 <listitem> 517 449 <para>Creates a Minix file system</para> 518 <indexterm zone="ch-system-util-linux mkfs.minix">450 <indexterm zone="ch-system-util-linux-ng mkfs.minix"> 519 451 <primary sortas="b-mkfs.minix">mkfs.minix</primary> 520 452 </indexterm> … … 527 459 <para>Initializes the given device or file to be used as a swap 528 460 area</para> 529 <indexterm zone="ch-system-util-linux mkswap">461 <indexterm zone="ch-system-util-linux-ng mkswap"> 530 462 <primary sortas="b-mkswap">mkswap</primary> 531 463 </indexterm> … … 537 469 <listitem> 538 470 <para>A filter for paging through text one screen at a time</para> 539 <indexterm zone="ch-system-util-linux more">471 <indexterm zone="ch-system-util-linux-ng more"> 540 472 <primary sortas="b-more">more</primary> 541 473 </indexterm> … … 548 480 <para>Attaches the file system on the given device to a specified 549 481 directory in the file-system tree</para> 550 <indexterm zone="ch-system-util-linux mount">482 <indexterm zone="ch-system-util-linux-ng mount"> 551 483 <primary sortas="b-mount">mount</primary> 552 484 </indexterm> … … 558 490 <listitem> 559 491 <para>Shows the symbolic links in the given pathnames</para> 560 <indexterm zone="ch-system-util-linux namei">492 <indexterm zone="ch-system-util-linux-ng namei"> 561 493 <primary sortas="b-namei">namei</primary> 562 494 </indexterm> … … 568 500 <listitem> 569 501 <para>Displays a text file one screen full at a time</para> 570 <indexterm zone="ch-system-util-linux pg">502 <indexterm zone="ch-system-util-linux-ng pg"> 571 503 <primary sortas="b-pg">pg</primary> 572 504 </indexterm> … … 579 511 <para>Makes the given file system the new root file system of the 580 512 current process</para> 581 <indexterm zone="ch-system-util-linux pivot_root">513 <indexterm zone="ch-system-util-linux-ng pivot_root"> 582 514 <primary sortas="b-pivot_root">pivot_root</primary> 583 515 </indexterm> … … 589 521 <listitem> 590 522 <para>Sets the size of the RAM disk in a bootable image</para> 591 <indexterm zone="ch-system-util-linux ramsize">523 <indexterm zone="ch-system-util-linux-ng ramsize"> 592 524 <primary sortas="b-ramsize">ramsize</primary> 593 525 </indexterm> … … 598 530 <term><command>raw</command></term> 599 531 <listitem> 600 <para>Used to bind a Linux raw character device to a block532 <para>Used to bind a Linux-ng raw character device to a block 601 533 device</para> 602 <indexterm zone="ch-system-util-linux raw">534 <indexterm zone="ch-system-util-linux-ng raw"> 603 535 <primary sortas="b-raw">raw</primary> 604 536 </indexterm> … … 611 543 <para>Queries and sets the root device, among other things, in a 612 544 bootable image</para> 613 <indexterm zone="ch-system-util-linux rdev">545 <indexterm zone="ch-system-util-linux-ng rdev"> 614 546 <primary sortas="b-rdev">rdev</primary> 615 547 </indexterm> … … 621 553 <listitem> 622 554 <para>Reads kernel profiling information</para> 623 <indexterm zone="ch-system-util-linux readprofile">555 <indexterm zone="ch-system-util-linux-ng readprofile"> 624 556 <primary sortas="b-readprofile">readprofile</primary> 625 557 </indexterm> … … 632 564 <para>Renames the given files, replacing a given string with 633 565 another</para> 634 <indexterm zone="ch-system-util-linux rename">566 <indexterm zone="ch-system-util-linux-ng rename"> 635 567 <primary sortas="b-rename">rename</primary> 636 568 </indexterm> … … 642 574 <listitem> 643 575 <para>Alters the priority of running processes</para> 644 <indexterm zone="ch-system-util-linux renice">576 <indexterm zone="ch-system-util-linux-ng renice"> 645 577 <primary sortas="b-renice">renice</primary> 646 578 </indexterm> … … 652 584 <listitem> 653 585 <para>Reverses the lines of a given file</para> 654 <indexterm zone="ch-system-util-linux rev">586 <indexterm zone="ch-system-util-linux-ng rev"> 655 587 <primary sortas="b-rev">rev</primary> 656 588 </indexterm> … … 662 594 <listitem> 663 595 <para>Sets the rootflags in a bootable image</para> 664 <indexterm zone="ch-system-util-linux rootflags">596 <indexterm zone="ch-system-util-linux-ng rootflags"> 665 597 <primary sortas="b-rootflags">rootflags</primary> 666 598 </indexterm> … … 672 604 <listitem> 673 605 <para>Makes a typescript of a terminal session</para> 674 <indexterm zone="ch-system-util-linux script">606 <indexterm zone="ch-system-util-linux-ng script"> 675 607 <primary sortas="b-script">script</primary> 676 608 </indexterm> … … 682 614 <listitem> 683 615 <para>Sets user-provided floppy disk parameters</para> 684 <indexterm zone="ch-system-util-linux setfdprm">616 <indexterm zone="ch-system-util-linux-ng setfdprm"> 685 617 <primary sortas="b-setfdprm">setfdprm</primary> 686 618 </indexterm> … … 692 624 <listitem> 693 625 <para>Runs the given program in a new session</para> 694 <indexterm zone="ch-system-util-linux setsid">626 <indexterm zone="ch-system-util-linux-ng setsid"> 695 627 <primary sortas="b-setsid">setsid</primary> 696 628 </indexterm> … … 702 634 <listitem> 703 635 <para>Sets terminal attributes</para> 704 <indexterm zone="ch-system-util-linux setterm">636 <indexterm zone="ch-system-util-linux-ng setterm"> 705 637 <primary sortas="b-setterm">setterm</primary> 706 638 </indexterm> … … 712 644 <listitem> 713 645 <para>A disk partition table manipulator</para> 714 <indexterm zone="ch-system-util-linux sfdisk">646 <indexterm zone="ch-system-util-linux-ng sfdisk"> 715 647 <primary sortas="b-sfdisk">sfdisk</primary> 716 648 </indexterm> … … 722 654 <listitem> 723 655 <para>Disables devices and files for paging and swapping</para> 724 <indexterm zone="ch-system-util-linux swapoff">656 <indexterm zone="ch-system-util-linux-ng swapoff"> 725 657 <primary sortas="b-swapoff">swapoff</primary> 726 658 </indexterm> … … 733 665 <para>Enables devices and files for paging and swapping and 734 666 lists the devices and files currently in use</para> 735 <indexterm zone="ch-system-util-linux swapon">667 <indexterm zone="ch-system-util-linux-ng swapon"> 736 668 <primary sortas="b-swapon">swapon</primary> 737 669 </indexterm> … … 745 677 of a log file, then continues displaying any new entries in the 746 678 log file as they are created</para> 747 <indexterm zone="ch-system-util-linux tailf">679 <indexterm zone="ch-system-util-linux-ng tailf"> 748 680 <primary sortas="b-tailf">tailf</primary> 749 681 </indexterm> … … 755 687 <listitem> 756 688 <para>Tunes the parameters of the line printer</para> 757 <indexterm zone="ch-system-util-linux tunelp">689 <indexterm zone="ch-system-util-linux-ng tunelp"> 758 690 <primary sortas="b-tunelp">tunelp</primary> 759 691 </indexterm> … … 766 698 <para>A filter for translating underscores into escape sequences 767 699 indicating underlining for the terminal in use</para> 768 <indexterm zone="ch-system-util-linux ul">700 <indexterm zone="ch-system-util-linux-ng ul"> 769 701 <primary sortas="b-ul">ul</primary> 770 702 </indexterm> … … 776 708 <listitem> 777 709 <para>Disconnects a file system from the system's file tree</para> 778 <indexterm zone="ch-system-util-linux umount">710 <indexterm zone="ch-system-util-linux-ng umount"> 779 711 <primary sortas="b-umount">umount</primary> 780 712 </indexterm> … … 786 718 <listitem> 787 719 <para>Sets the video mode in a bootable image</para> 788 <indexterm zone="ch-system-util-linux vidmode">720 <indexterm zone="ch-system-util-linux-ng vidmode"> 789 721 <primary sortas="b-vidmode">vidmode</primary> 790 722 </indexterm> … … 797 729 <para>Reports the location of the binary, source, and man page 798 730 for the given command</para> 799 <indexterm zone="ch-system-util-linux whereis">731 <indexterm zone="ch-system-util-linux-ng whereis"> 800 732 <primary sortas="b-whereis">whereis</primary> 801 733 </indexterm> … … 808 740 <para>Sends a message to the given user <emphasis>if</emphasis> that 809 741 user has not disabled receipt of such messages</para> 810 <indexterm zone="ch-system-util-linux write">742 <indexterm zone="ch-system-util-linux-ng write"> 811 743 <primary sortas="b-write">write</primary> 812 744 </indexterm>
Note:
See TracChangeset
for help on using the changeset viewer.