[PATCH v2 2/2] libtracefs/Documentation: Fix markup in the man page
Michal Sojka <[email protected]> Sat, 2 Aug 2025 09:35:58 +0200
| Newsgroups | org.kernel.vger.linux-trace-devel |
|---|---|
| Message-ID | <[email protected]> |
Starting star was missing. Signed-off-by: Michal Sojka <[email protected]> --- Documentation/libtracefs-instances-manage.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/libtracefs-instances-manage.txt b/Documentation/libtracefs-instances-manage.txt index 4e5c645..72f177a 100644 --- a/Documentation/libtracefs-instances-manage.txt +++ b/Documentation/libtracefs-instances-manage.txt @@ -42,7 +42,7 @@ The *tracefs_instance_destroy()* removes the instance from the system, but does not free the structure. *tracefs_instance_free()* must still be called on _instance_. -The tracefs_instance_alloc()* function allocates a new tracefs_instance structure +The *tracefs_instance_alloc()* function allocates a new tracefs_instance structure for existing trace instance. If the instance does not exist in the system, the function fails. The _tracing_dir_ parameter points to the system trace directory. It can be NULL, then default system trace directory is used. This parameter is useful to allocate -- 2.50.0