From 7a5f441b1d05c7a265ce7e196accfa695e8278d7 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 10 Jun 2013 17:18:15 -0400 Subject: [PATCH] Restore use of correct alternation syntax using { | }. This is required in order for ther synopsis to be translated into the corresponding XML markup. --- sys-utils/ipcrm.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-utils/ipcrm.1 b/sys-utils/ipcrm.1 index 6cf74a510d..50d4547828 100644 --- a/sys-utils/ipcrm.1 +++ b/sys-utils/ipcrm.1 @@ -8,8 +8,8 @@ ipcrm \- remove a message queue, semaphore set or shared memory id [options] .br .B ipcrm -.I -[...] +.RB { shm | msg | sem } +.IR id ... .SH DESCRIPTION .I ipcrm removes System V interprocess communication (IPC) objects -- 2.47.3