Re: [PATCH 3/3] c-user: Split deprecated/removed directives chapter

2020-04-15 Thread Gedare Bloom
thanks, make the minor typo corrections and push

On Tue, Apr 14, 2020 at 9:13 AM Sebastian Huber
 wrote:
>
> ---
>  c-user/task_manager.rst | 11 +++
>  1 file changed, 7 insertions(+), 4 deletions(-)
>
> diff --git a/c-user/task_manager.rst b/c-user/task_manager.rst
> index aca3699..c3919f4 100644
> --- a/c-user/task_manager.rst
> +++ b/c-user/task_manager.rst
> @@ -600,7 +600,7 @@ against the current system configuration.
>  .. index:: rtems_task_get_note
>  .. index:: rtems_task_set_note
>
> -Transition Advice for Obsolete Notepads
> +Transition Advice for Removed Notepads
>  ---
>
>  Task notepads and the associated directives :ref:`rtems_task_get_note` and
> @@ -618,7 +618,7 @@ also possible that thread-local storage (TLS) is an 
> option for some use cases.
>  .. index:: rtems_task_variable_get
>  .. index:: rtems_task_variable_delete
>
> -Transition Advice for Obsolete Task Variables
> +Transition Advice for Removed Task Variables
>  -
>
>  Task notepads and the associated directives :ref:`rtems_task_variable_add`,
> @@ -1757,8 +1757,8 @@ NOTES:
>  visitor, however, take care that no deadlocks via the object allocator 
> lock
>  can occur.
>
> -Deprecated and Removed Directives
> -=
> +Deprecated Directives
> +=
>
>  .. raw:: latex
>
> @@ -1800,6 +1800,9 @@ NOTES:
>  control block may be in an inconsistent state or may change due to
>  interrupts or activity on other processors.
>
> +Removed Directives
> +==
> +
>  .. raw:: latex
>
> \clearpage
> --
> 2.16.4
>
> ___
> devel mailing list
> devel@rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel


[PATCH 3/3] c-user: Split deprecated/removed directives chapter

2020-04-14 Thread Sebastian Huber
---
 c-user/task_manager.rst | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/c-user/task_manager.rst b/c-user/task_manager.rst
index aca3699..c3919f4 100644
--- a/c-user/task_manager.rst
+++ b/c-user/task_manager.rst
@@ -600,7 +600,7 @@ against the current system configuration.
 .. index:: rtems_task_get_note
 .. index:: rtems_task_set_note
 
-Transition Advice for Obsolete Notepads
+Transition Advice for Removed Notepads
 ---
 
 Task notepads and the associated directives :ref:`rtems_task_get_note` and
@@ -618,7 +618,7 @@ also possible that thread-local storage (TLS) is an option 
for some use cases.
 .. index:: rtems_task_variable_get
 .. index:: rtems_task_variable_delete
 
-Transition Advice for Obsolete Task Variables
+Transition Advice for Removed Task Variables
 -
 
 Task notepads and the associated directives :ref:`rtems_task_variable_add`,
@@ -1757,8 +1757,8 @@ NOTES:
 visitor, however, take care that no deadlocks via the object allocator lock
 can occur.
 
-Deprecated and Removed Directives
-=
+Deprecated Directives
+=
 
 .. raw:: latex
 
@@ -1800,6 +1800,9 @@ NOTES:
 control block may be in an inconsistent state or may change due to
 interrupts or activity on other processors.
 
+Removed Directives
+==
+
 .. raw:: latex
 
\clearpage
-- 
2.16.4

___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel