From owner-freebsd-doc Wed Jan 23 23:40:36 2002 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B31537B421 for ; Wed, 23 Jan 2002 23:40:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0O7e1b94337; Wed, 23 Jan 2002 23:40:01 -0800 (PST) (envelope-from gnats) Received: from lists.blarg.net (lists.blarg.net [206.124.128.17]) by hub.freebsd.org (Postfix) with ESMTP id A921637B400 for ; Wed, 23 Jan 2002 23:33:15 -0800 (PST) Received: from thig.blarg.net (thig.blarg.net [206.124.128.18]) by lists.blarg.net (Postfix) with ESMTP id 6188DBCE2 for ; Wed, 23 Jan 2002 23:33:15 -0800 (PST) Received: from localhost.localdomain ([206.124.139.115]) by thig.blarg.net (8.9.3/8.9.3) with ESMTP id XAA05749 for ; Wed, 23 Jan 2002 23:33:15 -0800 Received: (from jojo@localhost) by localhost.localdomain (8.11.6/8.11.3) id g0O7aL701773; Wed, 23 Jan 2002 23:36:21 -0800 (PST) (envelope-from swear@blarg.net) Message-Id: <34zo348akr.o34@localhost.localdomain> Date: 23 Jan 2002 23:36:20 -0800 From: "Gary W. Swearingen" Reply-To: swear@blarg.net To: FreeBSD-gnats-submit@freebsd.org Subject: docs/34222: head(1) man page has erroneous SYNOPSIS. Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34222 >Category: docs >Synopsis: head(1) man page has erroneous SYNOPSIS. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Wed Jan 23 23:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Gary W. Swearingen >Release: FreeBSD 4.5-PRERELEASE i386 >Organization: none >Environment: n/a ================ >Description: The SYNOPSIS text "head [-n count] [-c bytes]" should be "head [-n count | -c bytes]". ================ >How-To-Repeat: $ head -c 4 -n 5 head: can't combine line and byte counts ================ >Fix: patch -d "unknown uncompressed man directory" < this-PR --- /tmp/head..orig.1 Wed Jan 23 23:27:43 2002 +++ /tmp/head.1 Wed Jan 23 23:29:56 2002 @@ -40,8 +40,7 @@ .Nd display first lines of a file .Sh SYNOPSIS .Nm -.Op Fl n Ar count -.Op Fl c Ar bytes +.Op Fl n Ar count | Fl c Ar bytes .Op Ar .Sh DESCRIPTION This filter displays the first >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message