Skip to content

Commit

Permalink
docs: core-api/printk-formats.rst: use literal block syntax
Browse files Browse the repository at this point in the history
Fix the following warning:

WARNING: Definition list ends without a blank line;
unexpected unindent.

By switching to the literal block syntax.

Signed-off-by: Daniel W. S. Almeida <dwlsalmeida@gmail.com>
Link: https://lore.kernel.org/r/20200718165107.625847-8-dwlsalmeida@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
  • Loading branch information
Daniel W. S. Almeida authored and Jonathan Corbet committed Jul 23, 2020
1 parent 009abf5 commit b7f4199
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Documentation/core-api/printk-formats.rst
Original file line number Diff line number Diff line change
Expand Up @@ -494,9 +494,11 @@ Time and date
%pt[RT]t HH:MM:SS
%pt[RT][dt][r]

For printing date and time as represented by
For printing date and time as represented by::

R struct rtc_time structure
T time64_t type

in human readable format.

By default year will be incremented by 1900 and month by 1.
Expand Down

0 comments on commit b7f4199

Please sign in to comment.