diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-07-02 22:22:35 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-07-02 22:22:35 +0000 |
commit | 6a3e8b0adc8c622ae61275a94d5d869980a68069 (patch) | |
tree | b3cdbab3d24866d3829616606f702cb5cb5d6c97 /usr.bin/ipcs/ipcs.1 | |
parent | f97d4ddfed9ff77e2873f938abcb1951c57fbf91 (diff) | |
download | src-6a3e8b0adc8c622ae61275a94d5d869980a68069.tar.gz src-6a3e8b0adc8c622ae61275a94d5d869980a68069.zip |
Mechanically kill hard sentence breaks.
Notes
Notes:
svn path=/head/; revision=131491
Diffstat (limited to 'usr.bin/ipcs/ipcs.1')
-rw-r--r-- | usr.bin/ipcs/ipcs.1 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/usr.bin/ipcs/ipcs.1 b/usr.bin/ipcs/ipcs.1 index 5dc9852da993..5d32d2c2e721 100644 --- a/usr.bin/ipcs/ipcs.1 +++ b/usr.bin/ipcs/ipcs.1 @@ -63,7 +63,8 @@ and options.) .It Fl b Show the maximum allowed sizes for active semaphores, message queues, -and shared memory segments. The +and shared memory segments. +The .Dq maximum allowed size is the maximum number of bytes in a message on a message queue, the size of a shared memory segment, @@ -75,13 +76,15 @@ and shared memory segments. Display information about active shared memory segments. .It Fl o Show outstanding usage for active message queues, -and shared memory segments. The +and shared memory segments. +The .Dq outstanding usage is the number of messages in a message queue, or the number of processes attached to a shared memory segment. .It Fl p Show the process ID information for active semaphores, message queues, -and shared memory segments. The +and shared memory segments. +The .Dq process ID information is the last process to send a message to or receive a message from a message queue, @@ -93,7 +96,8 @@ Display information about active message queues. Display information about active semaphores. .It Fl t Show access times for active semaphores, message queues, -and shared memory segments. The access times is the time +and shared memory segments. +The access times is the time of the last control operation on an IPC object, the last send or receive of a message, the last attach or detach of a shared memory segment, |