From 000fb64288e6720527f55bf8c37e36c07a308d49 Mon Sep 17 00:00:00 2001 From: wosch Date: Sat, 5 Oct 1996 22:27:30 +0000 Subject: delete doubled words, e.g.: "the the" -> "the" --- usr.bin/ipcs/ipcs.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/ipcs') diff --git a/usr.bin/ipcs/ipcs.1 b/usr.bin/ipcs/ipcs.1 index a6d0344..cdc6b4a 100644 --- a/usr.bin/ipcs/ipcs.1 +++ b/usr.bin/ipcs/ipcs.1 @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: ipcs.1,v 1.1 1994/09/13 16:59:28 dfr Exp $ +.\" $Id: ipcs.1,v 1.2 1994/11/19 18:19:27 nate Exp $ .\" .Dd June 18, 1994 .Dt "IPCS" 1 @@ -66,7 +66,7 @@ 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, -or the number number of semaphores in a set of semaphores. +or the number of semaphores in a set of semaphores. .It Fl c Show the creator's name and group for active semaphores, message queues, and shared memory segments. -- cgit v1.1