diff options
author | fig <type9freak@gmail.com> | 2023-01-13 06:29:43 +0000 |
---|---|---|
committer | Alex Musolino <alex@musolino.id.au> | 2023-01-13 06:29:43 +0000 |
commit | 75b5e92d61a5b92846f7b8e3c038a2eedc2a8623 (patch) | |
tree | 076670ebf700b2819baccbff35769843cbe00245 /sys/man | |
parent | 7dae737b7d930af10b60c0bb80f81c38b0bccd7b (diff) |
tiltscreen documentation
plan9.ini(8) was lacking documentation for the tiltscreen option, so i
wrote some. i based it off of how the others were written.
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/8/plan9.ini | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/man/8/plan9.ini b/sys/man/8/plan9.ini index 414d2b2d8..4de6b8a46 100644 --- a/sys/man/8/plan9.ini +++ b/sys/man/8/plan9.ini @@ -980,6 +980,15 @@ and .BR off . The first two specify differing levels of power saving; the third turns the monitor off completely. +.SS \fL*tiltscreen=\fIvalue\fP +This is used to orient the screen on startup. +Values are +.BR left , +.BR right , +.BR inverted , +and +.BR none . +If no value is given, the default is none. .SS NVRAM .SS \fLnvram=\fIfile\fP .SS \fLnvrlen=\fIlength\fP |