Make get_image_name static
[deliverable/binutils-gdb.git] / gdb / nat / linux-namespaces.c
index b9d87dab6fada00edf6179ad3b789c36db939ac9..801a81b5f8c22b3b5c087727def0c88c39d28daa 100644 (file)
@@ -1,6 +1,6 @@
 /* Linux namespaces(7) support.
 
-   Copyright (C) 2015-2020 Free Software Foundation, Inc.
+   Copyright (C) 2015-2021 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -207,12 +207,12 @@ linux_ns_same (pid_t pid, enum linux_ns_type type)
    - TYPE (enum mnsh_msg_type, always sent) - the message type.
    - INT1 and
    - INT2 (int, always sent, though not always used) - two
-           values whose meaning is message-type-dependent.
+          values whose meaning is message-type-dependent.
           See enum mnsh_msg_type documentation below.
    - FD (int, optional, sent using SCM_RIGHTS) - an open file
-         descriptor.
+        descriptor.
    - BUF (unstructured data, optional) - some data with message-
-          type-dependent meaning.
+         type-dependent meaning.
 
    Note that the helper process is the child of a call to fork,
    so all code in the helper must be async-signal-safe.  */
This page took 0.03307 seconds and 4 git commands to generate.