summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>2008-01-16 17:04:05 +0100
committerGeoff Levand <geoffrey.levand@am.sony.com>2008-01-16 19:50:59 -0800
commit59f1cc8a634efc8dc145ee5dbc36cd6ddbd5dfda (patch)
treeed3312fc2614c1d58f62671036f26eaa88099f70
parentb89674de0086bd2f07bfc0808eeb86ae9eb8157a (diff)
downloadps3-utils-59f1cc8a634efc8dc145ee5dbc36cd6ddbd5dfda.tar.gz
man page updates
- ps3-boot-game-os.8: o use `Game OS' instead of `game-os' (for consistency with ps3-flash-util.8 and `Other OS'). o Add missing `the' - ps3-video-mode.8: o `effects' -> `affects' o `Xwindows' does not exist. It's either plain `X' or `The X Window System' o `Xserver' -> `X server' - Plain `video=1080p' will actually give you the 60 Hz 1080p mode, as the 60 Hz modes are located before the 50 Hz modes in the modedb. So you have to add the `@50'. Alternatively, you can change the example to use `video=ps3fb:mode:5' to get 60 Hz modes.
-rw-r--r--ps3-boot-game-os.810
-rw-r--r--ps3-video-mode.88
2 files changed, 9 insertions, 9 deletions
diff --git a/ps3-boot-game-os.8 b/ps3-boot-game-os.8
index 4383976..95a6612 100644
--- a/ps3-boot-game-os.8
+++ b/ps3-boot-game-os.8
@@ -27,7 +27,7 @@
.Sh NAME
.\" ====
.Nm ps3-boot-game-os
-.Nd PS3 boot game-os utility
+.Nd PS3 boot Game OS utility
.\"
.Sh SYNOPSIS
.\" ========
@@ -38,18 +38,18 @@
.\"
.Sh DESCRIPTION
.\" ===========
-The ps3-boot-game-os utility will set the system boot flag to game-os
-and reboot the system. The system will reboot into the game-os.
+The ps3-boot-game-os utility will set the system boot flag to Game OS
+and reboot the system. The system will reboot into the Game OS.
.\"
.Sh OPTIONS
.\" =======
.Bl -tag -width indent
.\"
.It Fl n, -no-reboot
-Don't reboot the system after setting boot flag.
+Don't reboot the system after setting the boot flag.
.\"
.It Fl p, -poweroff
-Poweroff the system after setting boot flag.
+Power the system off after setting the boot flag.
.\"
.It Fl h, -help
Print a help message.
diff --git a/ps3-video-mode.8 b/ps3-video-mode.8
index 3717248..d7d1ab7 100644
--- a/ps3-video-mode.8
+++ b/ps3-video-mode.8
@@ -163,7 +163,7 @@ The full range mode
.Sy --full-range
adjusts the dynamic range of the video output RGB values.
.Pp
-This setting effects the video output signal on both the analog and HDMI
+This setting affects the video output signal on both the analog and HDMI
ports, but is only useful with some HDMI displays.
When this option is not enabled the video output signal will have an
RGB dynamic range of 16 to 235, and when enabled will have an RGB
@@ -182,8 +182,8 @@ suppresses the Mach Band Effect. See http://en.wikipedia.org/wiki/Mach_bands.
.\" -----------
Don’t change the display resolution while sound is playing.
.Pp
-Don’t change the display resolution from Xwindows. If you do, you
-will need to restart the Xserver. This is because the X frame buffer
+Don’t change the display resolution from X. If you do, you
+will need to restart the X server. This is because the X frame buffer
driver assumes a frame buffer has a fixed line length.
.Pp
If you would like to boot Linux into a specific video mode you may pass
@@ -215,7 +215,7 @@ vmlinux video=wuxga ... (3)
Examples (4) and (5) are equivelent, and both set the video mode to
50Hz 1080p:
.Bd -literal -offset indent
-vmlinux video=1080p ... (4)
+vmlinux video=1080p@50 ... (4)
vmlinux video=ps3fb:mode:10 ... (5)
.Ed
.\"