2002-09-08 Yoshinori K. Okuji <okuji@enbug.org>
* configure.in (--disable-serial): Fix a typo in the description.
This commit is contained in:
parent
7c16231fec
commit
c97b7d2098
7 changed files with 11 additions and 6 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-09-08 Yoshinori K. Okuji <okuji@enbug.org>
|
||||
|
||||
* configure.in (--disable-serial): Fix a typo in the
|
||||
description.
|
||||
|
||||
2002-08-20 Jason Thomas <jason@topic.com.au>
|
||||
|
||||
Changed highlight state code for hercules, console and serial.
|
||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -891,7 +891,7 @@ Optional Features:
|
|||
--enable-cs-scan=LIST probe for CS89x0 base address using LIST
|
||||
--enable-diskless enable diskless support
|
||||
--disable-hercules disable hercules terminal support
|
||||
--disable-serial diable serial terminal support
|
||||
--disable-serial disable serial terminal support
|
||||
--enable-serial-speed-simulation
|
||||
simulate the slowness of a serial device
|
||||
--enable-preset-menu=FILE
|
||||
|
|
|
@ -553,7 +553,7 @@ AM_CONDITIONAL(HERCULES_SUPPORT, test "x$enable_hercules" != xno)
|
|||
|
||||
dnl Serial terminal
|
||||
AC_ARG_ENABLE(serial,
|
||||
[ --disable-serial diable serial terminal support])
|
||||
[ --disable-serial disable serial terminal support])
|
||||
AM_CONDITIONAL(SERIAL_SUPPORT, test "x$enable_serial" != xno)
|
||||
|
||||
dnl Simulation of the slowness of a serial device.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.23.
|
||||
.TH GRUB-INSTALL "8" "August 2002" "grub-install (GNU GRUB 0.93)" FSF
|
||||
.TH GRUB-INSTALL "8" "September 2002" "grub-install (GNU GRUB 0.93)" FSF
|
||||
.SH NAME
|
||||
grub-install \- install GRUB on your drive
|
||||
.SH SYNOPSIS
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.23.
|
||||
.TH GRUB-MD5-CRYPT "8" "August 2002" "grub-md5-crypt (GNU GRUB )" FSF
|
||||
.TH GRUB-MD5-CRYPT "8" "September 2002" "grub-md5-crypt (GNU GRUB )" FSF
|
||||
.SH NAME
|
||||
grub-md5-crypt \- Encrypt a password in MD5 format
|
||||
.SH SYNOPSIS
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.23.
|
||||
.TH GRUB "8" "August 2002" "grub (GNU GRUB 0.93)" FSF
|
||||
.TH GRUB "8" "September 2002" "grub (GNU GRUB 0.93)" FSF
|
||||
.SH NAME
|
||||
grub \- the grub shell
|
||||
.SH SYNOPSIS
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.23.
|
||||
.TH MBCHK "1" "August 2002" "mbchk (GNU GRUB 0.93)" FSF
|
||||
.TH MBCHK "1" "September 2002" "mbchk (GNU GRUB 0.93)" FSF
|
||||
.SH NAME
|
||||
mbchk \- check the format of a Multiboot kernel
|
||||
.SH SYNOPSIS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue