[PATCH 0/2] 2 dydnbg doc fixes

Jim Cromie posted 2 patches 1 month, 1 week ago
Documentation/admin-guide/dynamic-debug-howto.rst | 35 ++++++++++++++---------
1 file changed, 22 insertions(+), 13 deletions(-)
[PATCH 0/2] 2 dydnbg doc fixes
Posted by Jim Cromie 1 month, 1 week ago
1st swaps \012 for \n to match actual output in dynamic_debug/control

2nd explains that flags input to >dynamic_debug/control is checked
before keyword value pairs, which might not be there.

Both reflect current code behavior.

Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
---
Jim Cromie (2):
      docs/dyndbg: update examples \012 to \n
      docs/dyndbg: explain flags parse 1st

 Documentation/admin-guide/dynamic-debug-howto.rst | 35 ++++++++++++++---------
 1 file changed, 22 insertions(+), 13 deletions(-)
---
base-commit: 254f49634ee16a731174d2ae34bc50bd5f45e731
change-id: 20260502-dyndbg-doc-7b56eb4c1b1f

Best regards,
-- 
Jim Cromie <jim.cromie@gmail.com>
Re: [PATCH 0/2] 2 dydnbg doc fixes
Posted by Jonathan Corbet 1 week, 5 days ago
Jim Cromie <jim.cromie@gmail.com> writes:

> 1st swaps \012 for \n to match actual output in dynamic_debug/control
>
> 2nd explains that flags input to >dynamic_debug/control is checked
> before keyword value pairs, which might not be there.
>
> Both reflect current code behavior.
>
> Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
> ---
> Jim Cromie (2):
>       docs/dyndbg: update examples \012 to \n
>       docs/dyndbg: explain flags parse 1st
>
>  Documentation/admin-guide/dynamic-debug-howto.rst | 35 ++++++++++++++---------
>  1 file changed, 22 insertions(+), 13 deletions(-)

Applied, thanks.

jon