Am 24.10.2016 um 13:00 schrieb Mauro Carvalho Chehab <mche...@s-opensource.com>:

> - Add a document title;
> - use .. note:: markup;
> - use quote blocks where needed;
> - use monotonic fonts for config options and file names;
> - adjust whitespaces and blank lines;
> - replace _foo_ by **foo**;
> - while here, remove whitespaces at the end of paragraph;
> - add it to the user's book.
> 
> Signed-off-by: Mauro Carvalho Chehab <mche...@s-opensource.com>
> ---
> Documentation/oops-tracing.txt | 255 ++++++++++++++++++++++-------------------
> 1 file changed, 138 insertions(+), 117 deletions(-)
> 
> diff --git a/Documentation/oops-tracing.txt b/Documentation/oops-tracing.txt
> index f3ac05cc23e4..3e25ea7349ee 100644
> --- a/Documentation/oops-tracing.txt
> +++ b/Documentation/oops-tracing.txt

<snip>

> +Tainted kernels
> +---------------
> +
> +Some oops reports contain the string **'Tainted: '** after the program
> counter. This indicates that the kernel has been tainted by some
> mechanism.  The string is followed by a series of position-sensitive
> characters, each representing a particular tainted value.
> 
> -  1: 'G' if all modules loaded have a GPL or compatible license, 'P' if
> +  1) 'G' if all modules loaded have a GPL or compatible license, 'P' if
>     any proprietary module has been loaded.  Modules without a
>     MODULE_LICENSE or with a MODULE_LICENSE that is not recognised by
>     insmod as GPL compatible are assumed to be proprietary.
> 

<snip>

> -  8: 'D' if the kernel has died recently, i.e. there was an OOPS or BUG.
> +  8) ``D`` if the kernel has died recently, i.e. there was an OOPS or BUG.
> 
> -  9: 'A' if the ACPI table has been overridden.
> +  9) ``A`` if the ACPI table has been overridden.

The last line and the following line have different indentations.
In the (HTML) you will see that this is interpreted as two list with 
different indent.

> - 10: 'W' if a warning has previously been issued by the kernel.
> + 10) ``W`` if a warning has previously been issued by the kernel.
>     (Though some warnings may set more specific taint flags.)
> 
> - 11: 'C' if a staging driver has been loaded.
> + 11) ``C`` if a staging driver has been loaded.

<snip>

-- Markus --
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to