Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/ipcs New sentence, new line.



details:   https://anonhg.NetBSD.org/src/rev/98f54a2f5949
branches:  trunk
changeset: 559670:98f54a2f5949
user:      snj <snj%NetBSD.org@localhost>
date:      Sun Mar 21 18:48:20 2004 +0000

description:
New sentence, new line.

diffstat:

 usr.bin/ipcs/ipcs.1 |  14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

diffs (47 lines):

diff -r db208bb2be2e -r 98f54a2f5949 usr.bin/ipcs/ipcs.1
--- a/usr.bin/ipcs/ipcs.1       Sun Mar 21 18:41:38 2004 +0000
+++ b/usr.bin/ipcs/ipcs.1       Sun Mar 21 18:48:20 2004 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ipcs.1,v 1.14 2004/03/21 10:02:12 simonb Exp $
+.\"    $NetBSD: ipcs.1,v 1.15 2004/03/21 18:48:20 snj Exp $
 .\"
 .\" Copyright (c) 1994 SigmaSoft, Th. Lockert
 .\" All rights reserved.
@@ -65,7 +65,8 @@
 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,
@@ -77,13 +78,15 @@
 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,
@@ -95,7 +98,8 @@
 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,



Home | Main Index | Thread Index | Old Index