projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ff1357
)
doc: add synopsis for pstore command
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Thu, 31 Dec 2020 14:58:20 +0000
(15:58 +0100)
committer
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Sat, 16 Jan 2021 10:17:20 +0000
(11:17 +0100)
Add a synopsis section.
Use lower case for command name.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
doc/usage/pstore.rst
patch
|
blob
|
history
diff --git
a/doc/usage/pstore.rst
b/doc/usage/pstore.rst
index 8c4e5274aa1171ff5cc44cbc2ebcf290cfbd05b6..1c8374513aa20a635cffbae9b9d829647d8b3421 100644
(file)
--- a/
doc/usage/pstore.rst
+++ b/
doc/usage/pstore.rst
@@
-1,8
+1,17
@@
.. SPDX-License-Identifier: GPL-2.0+
-
PS
tore command
+
ps
tore command
==============
+Synopsis
+--------
+
+::
+
+ pstore set <addr> <len> [record-size] [console-size] [ftrace-size] [pmsg_size] [ecc-size]
+ pstore display [record-type] [nb]
+ pstore save <interface> <dev[:part]> <directory-path>
+
Design
------