bits that are available do not suffice. DOS uses C/H/S only, Windows uses
both, Linux never uses C/H/S. The
.B C/H/S addressing is deprecated
-and may be unssuported in some later fdisk version.
+and may be unsupported in some later fdisk version.
.B Please, read the DOS-mode section if you want DOS compatible partitions.
.B fdisk
.SH "DOS mode and DOS 6.x WARNING"
.B Note that all this deprecated. You don't have to care about things like
-.B geomery and cylinders on modern operation systems. If you really want
+.B geometry and cylinders on modern operation systems. If you really want
.B DOS compatible partitioning then you have to enable DOS-mode and cylinder
.B units by '-c=dos -u=cylinders' fdisk command line options.
rc = add_logical(cxt);
} else
fdisk_info(cxt, _("If you want to create more than "
- "four partitions, you must replace a"
+ "four partitions, you must replace a "
"primary partition with an extended "
"partition first."));
if (is_dos_partition(t->type) || is_dos_partition(p->sys_ind))
fdisk_info(cxt, _("If you have created or modified any DOS 6.x "
- "partitions, please see the fdisk documantation for additional "
+ "partitions, please see the fdisk documentation for additional "
"information."));
p->sys_ind = t->type;
if (is_garbage_table(cxt)) {
fdisk_warnx(cxt, _(
- "This doesn't look like a partition table "
+ "This doesn't look like a partition table. "
"Probably you selected the wrong device."));
}
DEF_GUID("EBD0A0A2-B9E5-4433-87C0-68B6B72699C7", N_("Microsoft basic data")),
DEF_GUID("5808C8AA-7E8F-42E0-85D2-E1E90434CFB3", N_("Microsoft LDM metadata")),
DEF_GUID("AF9B60A0-1431-4F62-BC68-3311714A69AD", N_("Microsoft LDM data")),
- DEF_GUID("DE94BBA4-06D1-4D40-A16A-BFD50179D6AC", N_("Windows recovery evironment")),
+ DEF_GUID("DE94BBA4-06D1-4D40-A16A-BFD50179D6AC", N_("Windows recovery environment")),
DEF_GUID("37AFFC90-EF7D-4E96-91C3-2D7AE055B174", N_("IBM General Parallel Fs")),
/* HP-UX */
.I /dev/loop[0..N]
loop block devices
.TP
-.I /dev/loop-cotrol
+.I /dev/loop-control
loop control device
.SH EXAMPLE
fputs(_(" -l, --list list info about all or specified\n"), out);
fputs(_(" -O, --output <cols> specify columns to output for --list\n"), out);
- fputs(_(" -n, --noheadings don't print headings for --list ouput\n"), out);
+ fputs(_(" -n, --noheadings don't print headings for --list output\n"), out);
fputs(_(" --raw use raw --list output format\n"), out);
fputs(USAGE_SEPARATOR, out);
else if (strcmp(optarg, "=auto") == 0)
op->clocal = CLOCAL_MODE_AUTO;
else
- log_err(_("unssuported --local-line mode argument"));
+ log_err(_("unsupported --local-line mode argument"));
}
break;
case 'm':
fputs(_(" -i, --noissue do not display issue file\n"), out);
fputs(_(" -I, --init-string <string> set init string\n"), out);
fputs(_(" -l, --login-program <file> specify login program\n"), out);
- fputs(_(" -L, --local-line[=<mode>] cotrol local line flag\n"), out);
+ fputs(_(" -L, --local-line[=<mode>] control local line flag\n"), out);
fputs(_(" -m, --extract-baud extract baud rate during connect\n"), out);
fputs(_(" -n, --skip-login do not prompt for login\n"), out);
fputs(_(" -o, --login-options <opts> options that are passed to login\n"), out);