aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/core-api
diff options
context:
space:
mode:
authorDaniel W. S. Almeida <dwlsalmeida@gmail.com>2020-07-18 13:51:02 -0300
committerJonathan Corbet <corbet@lwn.net>2020-07-23 14:29:25 -0600
commitb7f419950c51f2a7e3957f5c8db9e9903997c474 (patch)
tree6a3661cdfc161674b611ed6b5e85fd3bbe81a2e4 /Documentation/core-api
parentdocs: bpf/bpf_devel_QA.rst: fix reference to nonexistent document (diff)
downloadlinux-dev-b7f419950c51f2a7e3957f5c8db9e9903997c474.tar.xz
linux-dev-b7f419950c51f2a7e3957f5c8db9e9903997c474.zip
docs: core-api/printk-formats.rst: use literal block syntax
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>
Diffstat (limited to 'Documentation/core-api')
-rw-r--r--Documentation/core-api/printk-formats.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/core-api/printk-formats.rst b/Documentation/core-api/printk-formats.rst
index 8c9aba262b1e..01b86bd9719c 100644
--- a/Documentation/core-api/printk-formats.rst
+++ b/Documentation/core-api/printk-formats.rst
@@ -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.