From tom@eborcom.com Mon Mar  8 15:03:13 1999
Return-Path: <tom@eborcom.com>
Received: from mail1.svr.pol.co.uk (mail1.svr.pol.co.uk [195.92.193.18])
	by hub.freebsd.org (Postfix) with ESMTP id 02D11151AA
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  8 Mar 1999 15:03:06 -0800 (PST)
	(envelope-from tom@eborcom.com)
Received: from modem-23.tantulum.dialup.pol.co.uk ([62.136.36.23])
	by mail1.svr.pol.co.uk with esmtp (Exim 2.12 #1)
	id 10K92s-0002Il-00
	for FreeBSD-gnats-submit@freebsd.org; Mon, 8 Mar 1999 23:02:48 +0000
Received: (qmail 1971 invoked by uid 5000); 8 Mar 1999 18:28:35 -0000
Message-Id: <19990308182835.1970.qmail@eborcom.com>
Date: 8 Mar 1999 18:28:35 -0000
From: Tom Hukins <tom@eborcom.com>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Double negative in uniq.1
X-Send-Pr-Version: 3.2

>Number:         10491
>Category:       docs
>Synopsis:       Double negative in uniq.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar  8 15:10:00 PST 1999
>Closed-Date:    Sun Mar 14 18:59:10 PST 1999
>Last-Modified:  Sun Mar 14 18:59:55 PST 1999
>Originator:     Tom Hukins
>Release:        FreeBSD 2.2.8-STABLE i386
>Organization:
eBORcOM
>Environment:

	

>Description:

The manual page for uniq(1) contains a double negative.

The patch below fixes this, and tidies up the language a little (in
my opinion).

>How-To-Repeat:

	

>Fix:
	
--- uniq.1.orig	Sun Mar  8 14:07:56 1998
+++ uniq.1	Mon Mar  8 18:24:25 1999
@@ -1,4 +1,4 @@
-.\" Copyright (c) 1991, 1993
+#.\" Copyright (c) 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
@@ -67,7 +67,7 @@
 Precede each output line with the count of the number of times the line
 occurred in the input, followed by a single space.
 .It Fl d
-Don't output lines that are not repeated in the input.
+Only output lines that are repeated in the input.
 .It Fl f Ar fields
 Ignore the first
 .Ar fields
@@ -88,7 +88,7 @@
 fields will be ignored.
 Character numbers are one based, i.e. the first character is character one.
 .It Fl u
-Don't output lines that are repeated in the input.
+Only output lines that are not repeated in the input.
 .It Fl i
 Case insensitive comparison of lines.
 .\".It Fl Ns Ar n
@@ -112,7 +112,7 @@
 .El
 .Pp
 If additional arguments are specified on the command line, the first
-such argument is used as the name of an input file, the second is used
+argument is used as the name of an input file, the second is used
 as the name of an output file.
 .Pp
 The

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: billf 
State-Changed-When: Sun Mar 14 18:59:10 PST 1999 
State-Changed-Why:  
Updated src/usr.bin/uniq/uniq.1 
1.4 Mon Mar 15 2:57:29 1999 UTC by billf (HEAD) 
1.3.2.1 Mon Mar 15 2:58:24 1999 UTC by billf (RELENG_3) 
>Unformatted:
