aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-03-26 02:06:08 +0100
committerAlejandro Colomar <alx@kernel.org>2024-03-26 02:11:54 +0100
commit2514959e5a501ebab141cc068840fb31c16b8cc8 (patch)
treef651ca3bbfa01dec6bed091018c8b88eb67398af
parentcc20b5c061638abad254367628f9784d8de78f15 (diff)
downloadman-pages-2514959e5a501ebab141cc068840fb31c16b8cc8.tar.gz
shmop.2: EXAMPLES: ffix
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man2/shmop.26
1 files changed, 3 insertions, 3 deletions
diff --git a/man2/shmop.2 b/man2/shmop.2
index 4d31f7a706..9d0acf7f55 100644
--- a/man2/shmop.2
+++ b/man2/shmop.2
@@ -331,10 +331,10 @@ The following header file is included by the "reader" and "writer" programs:
\&
union semun { /* Used in calls to semctl() */
int val;
- struct semid_ds * buf;
- unsigned short * array;
+ struct semid_ds *buf;
+ unsigned short *array;
#if defined(__linux__)
- struct seminfo * __buf;
+ struct seminfo *__buf;
#endif
};
\&