From 9ff5e6c61773a393eb03962a92670850503a6324 Mon Sep 17 00:00:00 2001 From: Vicki Pfau Date: Tue, 11 Apr 2017 13:11:23 -0700 Subject: [PATCH] Qt, Doc: Rename remaining files --- doc/{medusa-qt.6 => medusa-emu-qt.6} | 16 ++++++++-------- doc/{medusa.6 => medusa-emu.6} | 12 ++++++------ .../qt/ts/{medusa-de.ts => medusa-emu-de.ts} | 0 .../qt/ts/{medusa-es.ts => medusa-emu-es.ts} | 0 4 files changed, 14 insertions(+), 14 deletions(-) rename doc/{medusa-qt.6 => medusa-emu-qt.6} (93%) rename doc/{medusa.6 => medusa-emu.6} (97%) rename src/platform/qt/ts/{medusa-de.ts => medusa-emu-de.ts} (100%) rename src/platform/qt/ts/{medusa-es.ts => medusa-emu-es.ts} (100%) diff --git a/doc/medusa-qt.6 b/doc/medusa-emu-qt.6 similarity index 93% rename from doc/medusa-qt.6 rename to doc/medusa-emu-qt.6 index cb7eae23c..8e80a5c39 100644 --- a/doc/medusa-qt.6 +++ b/doc/medusa-emu-qt.6 @@ -4,13 +4,13 @@ .\" 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/. .Dd April 8, 2017 -.Dt MEDUSA-QT 6 +.Dt MEDUSA-EMU-QT 6 .Os .Sh NAME -.Nm medusa-qt +.Nm medusa-emu-qt .Nd DS emulator .Sh SYNOPSIS -.Nm medusa-qt +.Nm medusa-emu-qt .Op Fl 123456fg .Op Fl b Ar biosfile .Op Fl l Ar loglevel @@ -115,13 +115,13 @@ is used. .El .Sh FILES .Bl -tag -width Ds -compact -.It Pa $XDG_CONFIG_HOME/medusa/config.ini +.It Pa $XDG_CONFIG_HOME/medusa-emu/config.ini Default -.Xr medusa 6 +.Xr medusa-emu 6 configuration file. -.It Pa $XDG_CONFIG_HOME/medusa/qt.ini +.It Pa $XDG_CONFIG_HOME/medusa-emu/qt.ini Default -.Nm medusa-qt +.Nm medusa-emu-qt configuration file. .It Pa portable.ini If this file exists in the current directory, @@ -131,7 +131,7 @@ will read and .Pa qt.ini from the current directory instead of -.Pa $XDG_CONFIG_HOME/medusa . +.Pa $XDG_CONFIG_HOME/medusa-emu . .El .Sh AUTHORS .An Jeffrey Pfau Aq Mt jeffrey@endrift.com diff --git a/doc/medusa.6 b/doc/medusa-emu.6 similarity index 97% rename from doc/medusa.6 rename to doc/medusa-emu.6 index 08096bcc5..d16fc2ef8 100644 --- a/doc/medusa.6 +++ b/doc/medusa-emu.6 @@ -4,13 +4,13 @@ .\" 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/. .Dd April 8, 2017 -.Dt MEDUSA 6 +.Dt MEDUSA-EMU 6 .Os .Sh NAME -.Nm medusa +.Nm -emumedusa-emu .Nd DS emulator .Sh SYNOPSIS -.Nm medusa +.Nm medusa-emu .Op Fl 123456dfg .Op Fl b Ar biosfile .Op Fl c Ar cheatfile @@ -242,9 +242,9 @@ is used. .El .Sh FILES .Bl -tag -width Ds -compact -.It Pa $XDG_CONFIG_HOME/medusa/config.ini +.It Pa $XDG_CONFIG_HOME/medusa-emu/config.ini Default -.Xr medusa 6 +.Xr medusa-emu 6 configuration file. .It Pa portable.ini If this file exists in the current directory, @@ -252,7 +252,7 @@ If this file exists in the current directory, will read .Pa config.ini from the current directory instead of -.Pa $XDG_CONFIG_HOME/medusa . +.Pa $XDG_CONFIG_HOME/medusa-emu . .El .Sh AUTHORS .An Jeffrey Pfau Aq Mt jeffrey@endrift.com diff --git a/src/platform/qt/ts/medusa-de.ts b/src/platform/qt/ts/medusa-emu-de.ts similarity index 100% rename from src/platform/qt/ts/medusa-de.ts rename to src/platform/qt/ts/medusa-emu-de.ts diff --git a/src/platform/qt/ts/medusa-es.ts b/src/platform/qt/ts/medusa-emu-es.ts similarity index 100% rename from src/platform/qt/ts/medusa-es.ts rename to src/platform/qt/ts/medusa-emu-es.ts