From b0fee9b9cbc4b91e1c7a73100958bb5ce986a100 Mon Sep 17 00:00:00 2001 From: Tom Rhodes Date: Mon, 24 Feb 2003 23:04:40 +0000 Subject: MFC: Sync up with current to fix various mdoc(7) issues which include: Abuse of the .Ql, .Nm, and .Xr macros. Clean up .Bl macros. Other tidy up. Approved by: re (blanket) --- usr.bin/ipcrm/ipcrm.1 | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'usr.bin/ipcrm') diff --git a/usr.bin/ipcrm/ipcrm.1 b/usr.bin/ipcrm/ipcrm.1 index 21eb593f6dd9..ee1e34874484 100644 --- a/usr.bin/ipcrm/ipcrm.1 +++ b/usr.bin/ipcrm/ipcrm.1 @@ -45,33 +45,34 @@ utility removes the specified message queues, semaphores and shared memory segments. These System V IPC objects can be specified by their creation id or any associated key. .Pp -The following options are used to specify which IPC objects will be removed. Any number and combination of these options can be used: +The following options are used to specify which IPC objects will be removed. +Any number and combination of these options can be used: .Bl -tag -width indent .It Fl q Ar msqid Remove the message queue associated with the id -.Nm msqid +.Ar msqid from the system. .It Fl m Ar shmid Mark the shared memory segment associated with id -.Nm shmid +.Ar shmid for removal. This marked segment will be destroyed after the last detach. .It Fl s Ar semid -Removes the semaphore set associated with id -.Nm semid +Remove the semaphore set associated with id +.Ar semid from the system. .It Fl Q Ar msgkey Remove the message queue associated with key -.Nm msgkey +.Ar msgkey from the system. .It Fl M Ar shmkey Mark the shared memory segment associated with key -.Nm shmkey +.Ar shmkey for removal. This marked segment will be destroyed after the last detach. .It Fl S Ar semkey Remove the semaphore set associated with key -.Nm semkey +.Ar semkey from the system. .El .Pp -- cgit v1.3