Formatted kernel documentation at kernel.org
Formatted kernel documentation at kernel.org
Posted Oct 30, 2016 1:04 UTC (Sun) by cwillu (guest, #67268)In reply to: Formatted kernel documentation at kernel.org by fredrik
Parent article: Formatted kernel documentation at kernel.org
A bit more proof-reading would have been beneficial; there's a bunch of markdown'ish syntax things that got mangled, for instance:
The kernel parses parameters from the kernel command line up to “–”; if it doesn’t recognize a parameter and it doesn’t contain a ‘.’, the parameter gets passed to init: parameters with ‘=’ go into init’s environment, others are passed as command line arguments to init. Everything after “–” is passed as an argument to init.where the "–"'s are supposed to be "--"'s.
