Skip to content

Commit d2f7669

Browse files
author
qbix79
committed
Slight reordering of the arguments. Add -socket
git-svn-id: http://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3933 ed541006-0bf7-43e9-8c4d-6fc63c346d47
1 parent c16031d commit d2f7669

File tree

1 file changed

+20
-16
lines changed

1 file changed

+20
-16
lines changed

docs/dosbox.1

+20-16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" Hey, EMACS: -*- nroff -*-
2-
.TH DOSBOX 1 "Feb 26, 2010"
2+
.TH DOSBOX 1 "Sep 08, 2015"
33
.\" Please adjust this date whenever revising the manpage.
44
.SH NAME
55
dosbox \- an x86/DOS emulator with sound/graphics
@@ -14,10 +14,11 @@ dosbox \- an x86/DOS emulator with sound/graphics
1414
.BI "[\-forcescaler " scaler ]
1515
.BI "[\-conf " configfile ]
1616
.BI "[\-lang " langfile ]
17-
.B [file]
17+
.BI "[\-machine " machinetype ]
18+
.BI "[\-socket " socketnumber ]
1819
.BI "[\-c " command ]
1920
.B [\-exit]
20-
.BI "[\-machine " machinetype ]
21+
.B [file]
2122
.LP
2223
.B dosbox \-version
2324
.LP
@@ -76,32 +77,35 @@ file for the available scalers
7677
.RB "Similar to the " \-scaler " parameter, but tries to force usage of"
7778
the specified scaler even if it might not fit.
7879
.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"
8781
.RB "Start " dosbox " with the options specified in "
8882
.IR configfile ". This file has a section in which you can put commands you "
8983
wish to execute on startup. Multiple
9084
.IR configfiles " can be present at the commandline."
9185
.TP
92-
.BI \-lang " langfile
86+
.BI \-lang " langfile"
9387
.RB "Start " dosbox " with the language specified in "
9488
.IR langfile .
9589
.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"
10091
.RB "Setup " dosbox " to emulate a specific type of machine."
10192
.RI "Valid choices are: " "hercules, cga, tandy, pcjr, ega, vgaonly, svga_s3(default), svga_et3000, svga_et4000, svga_paradise, vesa_nolfb, vesa_oldvbe".
10293
The machinetype has influence on both the videocard and the available
10394
soundcards.
10495
.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
105109
.B \-version
106110
Output version information and exit. Useful for frontends.
107111
.TP

0 commit comments

Comments
 (0)