1
1
.\" Hey, EMACS: -*- nroff -*-
2
- .TH DOSBOX 1 "Feb 26, 2010 "
2
+ .TH DOSBOX 1 "Sep 08, 2015 "
3
3
.\" Please adjust this date whenever revising the manpage.
4
4
.SH NAME
5
5
dosbox \- an x86/DOS emulator with sound/graphics
@@ -14,10 +14,11 @@ dosbox \- an x86/DOS emulator with sound/graphics
14
14
.BI " [\- forcescaler " scaler ]
15
15
.BI " [\- conf " configfile ]
16
16
.BI " [\- lang " langfile ]
17
- .B [file]
17
+ .BI " [\- machine " machinetype ]
18
+ .BI " [\- socket " socketnumber ]
18
19
.BI " [\- c " command ]
19
20
.B [\- exit]
20
- .BI " [ \- machine " machinetype ]
21
+ .B [file ]
21
22
.LP
22
23
.B dosbox \- version
23
24
.LP
@@ -76,32 +77,35 @@ file for the available scalers
76
77
.RB " Similar to the " \- scaler " parameter, but tries to force usage of"
77
78
the specified scaler even if it might not fit.
78
79
.TP
79
- .BI \- c " command"
80
- .RI " Runs the specified " command " before running "
81
- .BR file .
82
- .RI " Multiple commands can be specified. Each " command " should start with "
83
- .BR \- c " though. A command can be:"
84
- an Internal Program, a DOS command or an executable on a mounted drive.
85
- .TP
86
- .BI \- conf " configfile
80
+ .BI \- conf " configfile"
87
81
.RB " Start " dosbox " with the options specified in "
88
82
.IR configfile " . This file has a section in which you can put commands you "
89
83
wish to execute on startup. Multiple
90
84
.IR configfiles " can be present at the commandline."
91
85
.TP
92
- .BI \- lang " langfile
86
+ .BI \- lang " langfile"
93
87
.RB " Start " dosbox " with the language specified in "
94
88
.IR langfile .
95
89
.TP
96
- .B "\-exit "
97
- .BR " dosbox" " will close itself when the DOS program specified by " file " ends."
98
- .TP
99
- .BI \- machine " machinetype
90
+ .BI \- machine " machinetype"
100
91
.RB " Setup " dosbox " to emulate a specific type of machine."
101
92
.RI " Valid choices are: " " hercules, cga, tandy, pcjr, ega, vgaonly, svga_s3(default), svga_et3000, svga_et4000, svga_paradise, vesa_nolfb, vesa_oldvbe" .
102
93
The machinetype has influence on both the videocard and the available
103
94
soundcards.
104
95
.TP
96
+ .BI \- socket " socketnumber"
97
+ .RI " Passes the socket number " socketnumber " to the nullmodem emulation. See README for details."
98
+ .TP
99
+ .BI \- c " command"
100
+ .RI " Runs the specified " command " before running "
101
+ .BR file .
102
+ .RI " Multiple commands can be specified. Each " command " should start with "
103
+ .BR \- c " though. A command can be:"
104
+ an Internal Program, a DOS command or an executable on a mounted drive.
105
+ .TP
106
+ .B "\-exit "
107
+ .BR " dosbox" " will close itself when the DOS program specified by " file " ends."
108
+ .TP
105
109
.B \- version
106
110
Output version information and exit. Useful for frontends.
107
111
.TP
0 commit comments