Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPatryk Obara <dreamer.tan@gmail.com>2020-04-28 01:42:10 +0300
committerPatryk Obara <patryk.obara@gmail.com>2020-04-29 05:08:00 +0300
commitde3e030a4d1248985afbe13cda3924f56b3940a0 (patch)
treeada1e0670005d95a73248bf4b443da06671ff9f9 /docs
parent4675596dcd97eab5afa67c4b07b0cd3dbfeb8710 (diff)
Update documentation for --printconf and --editconf
Also, use the same order of parameters listed in man page and README manual file.
Diffstat (limited to 'docs')
-rw-r--r--docs/dosbox.133
1 files changed, 16 insertions, 17 deletions
diff --git a/docs/dosbox.1 b/docs/dosbox.1
index 6b7ac317a..dd7a8627c 100644
--- a/docs/dosbox.1
+++ b/docs/dosbox.1
@@ -10,23 +10,20 @@ dosbox \- an x86/DOS emulator with sound/graphics
.B [\-noautoexec]
.B [\-securemode]
.B [\-userconf]
-.BI "[\-scaler " scaler ]
-.BI "[\-forcescaler " scaler ]
+.BI "[\-scaler " scaler | \-forcescaler " scaler]
.BI "[\-conf " configfile ]
.BI "[\-lang " langfile ]
.BI "[\-machine " machinetype ]
.BI "[\-socket " socketnumber ]
.BI "[\-c " command ]
.B [\-exit]
-.B [file]
+.B [NAME]
.LP
-.B dosbox \-version
+.B dosbox \-\-version
.LP
-.BI "dosbox \-editconf" " program"
+.B dosbox \-\-printconf
.LP
-.BI "dosbox \-opencaptures" " program"
-.LP
-.B dosbox \-printconf
+.BI "dosbox \-\-editconf ["editor ]
.LP
.B dosbox \-eraseconf
.LP
@@ -35,11 +32,13 @@ dosbox \- an x86/DOS emulator with sound/graphics
.B dosbox \-erasemapper
.LP
.B dosbox \-resetmapper
+.LP
+.BI "dosbox \-opencaptures" " program"
.SH DESCRIPTION
This manual page briefly documents
-.BR "dosbox" ", an x86/DOS emulator."
+.BR "dosbox-staging" ", an x86/DOS emulator."
.LP
-.RB "The optional " file " argument should be a DOS executable or a"
+.RB "The optional " NAME " argument should be a DOS executable or a"
directory. If it is a dos executable (.com .exe .bat) the program will
run automatically. If it is a directory, a DOS session will run with
the directory mounted as C:\\.
@@ -106,19 +105,19 @@ an Internal Program, a DOS command or an executable on a mounted drive.
.B "\-exit "
.BR "dosbox" " will close itself when the DOS program specified by "file " ends."
.TP
-.B \-version
+.B \-\-version
Output version information and exit. Useful for frontends.
.TP
-.BI \-editconf " program"
-.RI calls " program" " with as first parameter the configuration file."
-You can specify this command more than once. In this case it will
-.RI " move to second " program " if the first one fails to start."
+.BI "\-\-editconf ["editor ]
+.R Open the default configuration file in a text editor. If no editor name
+is given, then use the program from EDITOR environment variable,
+otherwise DOSBox will try to guess the name.
.TP
.BI \-opencaptures " program"
.RI "calls " program " with as first parameter the location of the captures folder."
.TP
-.B \-printconf
-prints the location of the default configuration file.
+.B \-\-printconf
+Prints the location of the default configuration file.
.TP
.B \-eraseconf, \-resetconf
removes the default configuration file.