mirror of https://github.com/mgba-emu/mgba.git
Qt, Doc: Rename remaining files
This commit is contained in:
parent
4d869f5563
commit
9ff5e6c617
|
@ -4,13 +4,13 @@
|
||||||
.\" License, v. 2.0. If a copy of the MPL was not distributed with this
|
.\" License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
.\" file, you can obtain one at https://mozilla.org/MPL/2.0/.
|
.\" file, you can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
.Dd April 8, 2017
|
.Dd April 8, 2017
|
||||||
.Dt MEDUSA-QT 6
|
.Dt MEDUSA-EMU-QT 6
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
.Nm medusa-qt
|
.Nm medusa-emu-qt
|
||||||
.Nd DS emulator
|
.Nd DS emulator
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm medusa-qt
|
.Nm medusa-emu-qt
|
||||||
.Op Fl 123456fg
|
.Op Fl 123456fg
|
||||||
.Op Fl b Ar biosfile
|
.Op Fl b Ar biosfile
|
||||||
.Op Fl l Ar loglevel
|
.Op Fl l Ar loglevel
|
||||||
|
@ -115,13 +115,13 @@ is used.
|
||||||
.El
|
.El
|
||||||
.Sh FILES
|
.Sh FILES
|
||||||
.Bl -tag -width Ds -compact
|
.Bl -tag -width Ds -compact
|
||||||
.It Pa $XDG_CONFIG_HOME/medusa/config.ini
|
.It Pa $XDG_CONFIG_HOME/medusa-emu/config.ini
|
||||||
Default
|
Default
|
||||||
.Xr medusa 6
|
.Xr medusa-emu 6
|
||||||
configuration file.
|
configuration file.
|
||||||
.It Pa $XDG_CONFIG_HOME/medusa/qt.ini
|
.It Pa $XDG_CONFIG_HOME/medusa-emu/qt.ini
|
||||||
Default
|
Default
|
||||||
.Nm medusa-qt
|
.Nm medusa-emu-qt
|
||||||
configuration file.
|
configuration file.
|
||||||
.It Pa portable.ini
|
.It Pa portable.ini
|
||||||
If this file exists in the current directory,
|
If this file exists in the current directory,
|
||||||
|
@ -131,7 +131,7 @@ will read
|
||||||
and
|
and
|
||||||
.Pa qt.ini
|
.Pa qt.ini
|
||||||
from the current directory instead of
|
from the current directory instead of
|
||||||
.Pa $XDG_CONFIG_HOME/medusa .
|
.Pa $XDG_CONFIG_HOME/medusa-emu .
|
||||||
.El
|
.El
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
.An Jeffrey Pfau Aq Mt jeffrey@endrift.com
|
.An Jeffrey Pfau Aq Mt jeffrey@endrift.com
|
|
@ -4,13 +4,13 @@
|
||||||
.\" License, v. 2.0. If a copy of the MPL was not distributed with this
|
.\" License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
.\" file, you can obtain one at https://mozilla.org/MPL/2.0/.
|
.\" file, you can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
.Dd April 8, 2017
|
.Dd April 8, 2017
|
||||||
.Dt MEDUSA 6
|
.Dt MEDUSA-EMU 6
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
.Nm medusa
|
.Nm -emumedusa-emu
|
||||||
.Nd DS emulator
|
.Nd DS emulator
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm medusa
|
.Nm medusa-emu
|
||||||
.Op Fl 123456dfg
|
.Op Fl 123456dfg
|
||||||
.Op Fl b Ar biosfile
|
.Op Fl b Ar biosfile
|
||||||
.Op Fl c Ar cheatfile
|
.Op Fl c Ar cheatfile
|
||||||
|
@ -242,9 +242,9 @@ is used.
|
||||||
.El
|
.El
|
||||||
.Sh FILES
|
.Sh FILES
|
||||||
.Bl -tag -width Ds -compact
|
.Bl -tag -width Ds -compact
|
||||||
.It Pa $XDG_CONFIG_HOME/medusa/config.ini
|
.It Pa $XDG_CONFIG_HOME/medusa-emu/config.ini
|
||||||
Default
|
Default
|
||||||
.Xr medusa 6
|
.Xr medusa-emu 6
|
||||||
configuration file.
|
configuration file.
|
||||||
.It Pa portable.ini
|
.It Pa portable.ini
|
||||||
If this file exists in the current directory,
|
If this file exists in the current directory,
|
||||||
|
@ -252,7 +252,7 @@ If this file exists in the current directory,
|
||||||
will read
|
will read
|
||||||
.Pa config.ini
|
.Pa config.ini
|
||||||
from the current directory instead of
|
from the current directory instead of
|
||||||
.Pa $XDG_CONFIG_HOME/medusa .
|
.Pa $XDG_CONFIG_HOME/medusa-emu .
|
||||||
.El
|
.El
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
.An Jeffrey Pfau Aq Mt jeffrey@endrift.com
|
.An Jeffrey Pfau Aq Mt jeffrey@endrift.com
|
Loading…
Reference in New Issue