OSDN Git Service

Documentation: seccomp: unify list indentation
authorJakub Wilk <jwilk@jwilk.net>
Mon, 4 Mar 2019 20:31:52 +0000 (21:31 +0100)
committerJonathan Corbet <corbet@lwn.net>
Mon, 18 Mar 2019 18:00:28 +0000 (12:00 -0600)
Use tabs to indent SECCOMP_RET_USER_NOTIF definition, for consistency
with other items in this list.

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Acked-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/userspace-api/seccomp_filter.rst

index 0f09a63..bd91652 100644 (file)
@@ -123,9 +123,9 @@ In precedence order, they are:
        to userland as the errno without executing the system call.
 
 ``SECCOMP_RET_USER_NOTIF``:
-    Results in a ``struct seccomp_notif`` message sent on the userspace
-    notification fd, if it is attached, or ``-ENOSYS`` if it is not. See below
-    on discussion of how to handle user notifications.
+       Results in a ``struct seccomp_notif`` message sent on the userspace
+       notification fd, if it is attached, or ``-ENOSYS`` if it is not. See
+       below on discussion of how to handle user notifications.
 
 ``SECCOMP_RET_TRACE``:
        When returned, this value will cause the kernel to attempt to