- added section SYNOPSIS and descriptions for the new command line options

-q and -qf
- the link to "Bug Reports" can be found under "Feedback", not "Features"
This commit is contained in:
Volker Ruppert 2002-08-24 12:18:07 +00:00
parent 56952f9132
commit ea1cec39a7
1 changed files with 29 additions and 21 deletions

View File

@ -4,22 +4,13 @@
.SH NAME .SH NAME
bochs \- Portable x86 Emulator. bochs \- Portable x86 Emulator.
.\"SKIP_SECTION" .\"SKIP_SECTION"
.SH USAGE .SH SYNOPSIS
.B bochs [bochsrc syntax] .B bochs
.LP .RB [\| \-q \|]
When you run bochs, it will search for a configuration .RB [\| \-qf
file called .bochsrc in the current directory and your .IR configfile \|]
home directory. You can override the settings from this .RI \|[ bochsrc
configuration file with command line arguments, using .IR syntax \|]
the same syntax as the bochsrc file. If you have any
spaces in your command line arguments, they should be
enclosed in single quotes. For more information, see
.B bochsrc(5).
Example:
bochs (just read configuration file)
bochs 'boot:a' 'floppya: 1_44=a.img, status=inserted'
.\"SKIP_SECTION" .\"SKIP_SECTION"
.SH DESCRIPTION .SH DESCRIPTION
.LP .LP
@ -29,10 +20,27 @@ emulator, it can run many operating systems including
Linux and Microsoft(R) Windows(R). Linux and Microsoft(R) Windows(R).
.\".\"DONT_SPLIT" .\".\"DONT_SPLIT"
.SH OPTIONS .SH OPTIONS
For information on Bochs command line and .TP
configuration file arguments, see the man page .BI \-q
bochsrc(5). When you run bochs with this option, it will skip the start
.PP menu and search for a configuration file called .bochsrc in
the current directory and your home directory.
.TP
.BI \-qf\ configfile
When you run bochs with this option, it will skip the start
menu and use the specified configuration file.
.LP
You can override the settings from the configuration file
with command line arguments, using the same syntax as the
bochsrc file. If you have any spaces in your command line
arguments, they should be enclosed in single quotes.
For information on Bochs command line and configuration
file arguments, see the man page
.B bochsrc(5).
Example:
bochs -q 'boot:a' 'floppya: 1_44=a.img, status=inserted'
.\"SKIP_SECTION" .\"SKIP_SECTION"
.SH LICENSE .SH LICENSE
This program is distributed under the terms of the GNU This program is distributed under the terms of the GNU
@ -67,7 +75,7 @@ can see a current roster of members at:
.SH BUGS .SH BUGS
Please report all bugs to the bug tracker on our web Please report all bugs to the bug tracker on our web
site. Just go to http://bochs.sourceforge.net, and click site. Just go to http://bochs.sourceforge.net, and click
"Bug Reports" on the sidebar under "Features." "Bug Reports" on the sidebar under "Feedback".
.PP .PP
Provide a detailed description of the bug, the version of Provide a detailed description of the bug, the version of
the program you are running, the operating system you are the program you are running, the operating system you are