From: LaMont Jones Date: Mon, 24 Aug 2009 05:21:10 +0000 (-0600) Subject: Merge commit 'origin/master' X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d07b0c1a247c67ff87927bb3922631e24426222b;p=util-linux Merge commit 'origin/master' Conflicts: getopt/getopt.1 --- d07b0c1a247c67ff87927bb3922631e24426222b diff --cc fdisk/cfdisk.8 index 60f8c04c,703ee190..f31913de --- a/fdisk/cfdisk.8 +++ b/fdisk/cfdisk.8 @@@ -13,13 -13,22 +13,22 @@@ .\" " for hilit mode .TH CFDISK 8 "3 June 1995" "The BOGUS Linux Release" "Linux Programmer's Manual" .SH NAME -cfdisk \- Curses based disk partition table manipulator for Linux +cfdisk \- Curses/slang based disk partition table manipulator for Linux .SH SYNOPSIS - .BI "cfdisk [ \-agvz ] [ \-c " cylinders " ] [ \-h " heads " ]" - .BI "[ \-s " sectors-per-track " ] [ -P " opt " ] [ " device " ]" + .B cfdisk + .RB [ \-agvz ] + .RB [ \-c + .IR cylinders ] + .RB [ \-h + .IR heads ] + .RB [ \-s + .IR sectors-per-track ] + .RB [ \-P + .IR opt ] + .RI [ device ] .SH DESCRIPTION .B cfdisk -is a curses based program for partitioning any hard disk drive. +is a curses/slang based program for partitioning any hard disk drive. Typical values of the .I device argument are: diff --cc getopt/getopt.1 index 4f82f852,755dc976..4bb4bbcb --- a/getopt/getopt.1 +++ b/getopt/getopt.1 @@@ -402,8 -424,9 +424,9 @@@ if it is called wit .SH EXAMPLES Example scripts for (ba)sh and (t)csh are provided with the .BR getopt (1) - distribution, and are installed in -distribution, and are optionally installed in -.BR /usr/share/getopt . ++distribution, and are optionally installed in +.BR /usr/share/doc/util-linux/examples . + .SH ENVIRONMENT .IP POSIXLY_CORRECT This environment variable is examined by the diff --cc mount/losetup.8 index 3d22b85c,8ccab6ce..f42afe5a --- a/mount/losetup.8 +++ b/mount/losetup.8 @@@ -172,11 -165,9 +170,11 @@@ the comman .fi .SH RESTRICTION DES encryption is painfully slow. On the other hand, XOR is terribly weak. +Both are insecure nowadays. Some ciphers may require a licence for you to be +allowed to use them. Cryptoloop is deprecated in favor of dm-crypt. For more details see - .B cryptsetup(8). + .BR cryptsetup (8). .SH AVAILABILITY The losetup command is part of the util-linux-ng package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.