aboutsummaryrefslogtreecommitdiffstats
path: root/man7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2015-04-24 10:46:15 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-04-24 13:46:02 +0200
commitd041270a37e655e0883cdb87a9bc66f620a7c688 (patch)
tree4c559f8997c3e39c71bafbad9cd10cbbcb32b68f /man7
parent0ac7ee80207a09c63038b2a12c30803a447e5e56 (diff)
downloadman-pages-d041270a37e655e0883cdb87a9bc66f620a7c688.tar.gz
bootparam.7: Remove crufty "Video hardware" options
[Part of a general change to remove cruft from this page.] Much of the detail on device-driver specifics in this page dates from the 20th century. (The last major update to this page was in man-pages-1.14!) It's hugely out of date now (many of these devices disappeared from the kernel years ago.) Arguably, this kind of detail should never have been placed in a man page to begin with, since devices come and go. Remove such text, and where appropriate and possible add pointers to files in the kernel Documentation/ directory. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7')
-rw-r--r--man7/bootparam.78
1 files changed, 0 insertions, 8 deletions
diff --git a/man7/bootparam.7 b/man7/bootparam.7
index 6a97cb482c..8dd4727830 100644
--- a/man7/bootparam.7
+++ b/man7/bootparam.7
@@ -826,14 +826,6 @@ lp=none,parport0 would use the first parallel port for lp1, and
disable lp0.
To disable the printer driver entirely, one can use
lp=0.
-.SS Video hardware
-.TP
-.B "'no-scroll'"
-This option tells the console driver not to use hardware scroll
-(where a scroll is effected by moving the screen origin in video
-memory, instead of moving the data).
-It is required by certain
-Braille machines.
.\" .SH AUTHORS
.\" Linus Torvalds (and many others)
.SH SEE ALSO