From nobody@FreeBSD.org  Tue Feb  1 17:05:18 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 96855106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  1 Feb 2011 17:05:18 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 854448FC18
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  1 Feb 2011 17:05:18 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p11H5IeQ009505
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 1 Feb 2011 17:05:18 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p11H5IDK009504;
	Tue, 1 Feb 2011 17:05:18 GMT
	(envelope-from nobody)
Message-Id: <201102011705.p11H5IDK009504@red.freebsd.org>
Date: Tue, 1 Feb 2011 17:05:18 GMT
From: Ben Haga <bhaga@absoludicrous.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: zmore man page update
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         154441
>Category:       docs
>Synopsis:       [patch] zmore(1) man page update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gjb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 01 17:10:11 UTC 2011
>Closed-Date:    Fri Feb 11 14:04:48 UTC 2011
>Last-Modified:  Fri Feb 11 14:04:48 UTC 2011
>Originator:     Ben Haga
>Release:        FreeBSD 8.0-R
>Organization:
>Environment:
FreeBSD absoludicrous.com 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21 15:02:08 UTC 2009     root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
zmore contains the following NAME in its man page:

NAME
     zmore -- view compressed files on a CRT

Looks fine on an LCD!

- Ben Haga
>How-To-Repeat:
man zmore
>Fix:
Patch:


--- /usr/src/usr.bin/gzip/zmore.1	2009-10-24 18:10:29.000000000 -0700
+++ /home/bhaga/zmore.1	2011-02-01 09:01:16.000000000 -0800
@@ -25,7 +25,7 @@
 .Os
 .Sh NAME
 .Nm zmore
-.Nd view compressed files on a CRT
+.Nd view compressed files on a screen
 .Sh SYNOPSIS
 .Nm zmore
 .Op Ar flags

SHAR:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	zmore.1
#
echo x - zmore.1
sed 's/^X//' >zmore.1 << '9d2b84c92a70db7db1593843ba45b9cf'
X.\"	$NetBSD: zmore.1,v 1.3 2003/12/28 12:47:52 wiz Exp $
X.\"	$OpenBSD: zmore.1,v 1.3 2003/06/23 21:00:48 deraadt Exp $
X.\"
X.\" Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com>
X.\"
X.\" Permission to use, copy, modify, and distribute this software for any
X.\" purpose with or without fee is hereby granted, provided that the above
X.\" copyright notice and this permission notice appear in all copies.
X.\"
X.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
X.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
X.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
X.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
X.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
X.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
X.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
X.\"
X.\" Sponsored in part by the Defense Advanced Research Projects
X.\" Agency (DARPA) and Air Force Research Laboratory, Air Force
X.\" Materiel Command, USAF, under agreement number F39502-99-1-0512.
X.\"
X.\" $FreeBSD: src/usr.bin/gzip/zmore.1,v 1.1.12.1.2.1 2009/10/25 01:10:29 kensmith Exp $
X.Dd January 26, 2007
X.Dt ZMORE 1
X.Os
X.Sh NAME
X.Nm zmore
X.Nd view compressed files on a screen
X.Sh SYNOPSIS
X.Nm zmore
X.Op Ar flags
X.Op Ar file ...
X.Sh DESCRIPTION
X.Nm
Xis a filter that allows the viewing of files compressed with Lempel-Ziv
Xencoding.
XSuch files generally have a
X.Dq Z
Xor
X.Dq gz
Xextension (both the
X.Xr compress 1
Xand
X.Xr gzip 1
Xformats are supported).
XAny
X.Ar flags
Xthat are specified are passed to the user's preferred
X.Ev PAGER
X(which is
X.Pa /usr/bin/more
Xby default).
X.Pp
XWhen multiple files are specified,
X.Nm
Xwill pause at the end of each file and present the following prompt to the user:
X.Bd -literal -offset indent
Xprev_file (END) - Next: next_file
X.Ed
X.Pp
XWhere
X.Sy prev_file
Xis the file that was just displayed and
X.Sy next_file
Xis the next file to be displayed.
XThe following keys are recognized at the prompt:
X.Bl -tag -width "e or q" -offset indent
X.It Ic e No or Ic q
Xquit
X.Nm zmore .
X.It Ic s
Xskip the next file (or exit if the next file is the last).
X.El
X.Pp
XIf no files are specified,
X.Nm
Xwill read from the standard input.
XIn this mode
X.Nm
Xwill assume
X.Xr gzip 1
Xstyle compression since there is no suffix on which to make a decision.
X.Sh ENVIRONMENT
X.Bl -tag -width "PAGER"
X.It Ev PAGER
XProgram used to display files.
XIf unset,
X.Pa /usr/bin/more
Xis used.
X.El
X.Sh SEE ALSO
X.Xr compress 1 ,
X.Xr less 1 ,
X.Xr more 1
9d2b84c92a70db7db1593843ba45b9cf
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->gjb 
Responsible-Changed-By: gjb 
Responsible-Changed-When: Tue Feb 1 17:48:51 UTC 2011 
Responsible-Changed-Why:  
I'll take this. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=154441 

From: Sergey Kandaurov <pluknet@gmail.com>
To: bug-followup@FreeBSD.org, bhaga@absoludicrous.com
Cc:  
Subject: Re: docs/154441: zmore man page update
Date: Tue, 1 Feb 2011 20:44:48 +0300

 Or just drop "on a CRT" part as done in OpenBSD's zmore.1 rev1.5.

From: bhaga <bhaga@pserver.absoludicrous.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/154441: [patch] zmore(1) man page update
Date: Tue, 1 Feb 2011 12:54:34 -0800 (PST)

 I agree, let us go with "zmore -- view compressed files".
 
 SHAR:
 
 # This is a shell archive.  Save it in a file, remove anything before
 # this line, and then unpack it by entering "sh file".  Note, it may
 # create directories; files and directories will be owned by you and
 # have default permissions.
 #
 # This archive contains:
 #
 #	zmore.1
 #
 echo x - zmore.1
 sed 's/^X//' >zmore.1 << '9d2b84c92a70db7db1593843ba45b9cf'
 X.\"	$NetBSD: zmore.1,v 1.3 2003/12/28 12:47:52 wiz Exp $
 X.\"	$OpenBSD: zmore.1,v 1.3 2003/06/23 21:00:48 deraadt Exp $
 X.\"
 X.\" Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com>
 X.\"
 X.\" Permission to use, copy, modify, and distribute this software for any
 X.\" purpose with or without fee is hereby granted, provided that the above
 X.\" copyright notice and this permission notice appear in all copies.
 X.\"
 X.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 X.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 X.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 X.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 X.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 X.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 X.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 X.\"
 X.\" Sponsored in part by the Defense Advanced Research Projects
 X.\" Agency (DARPA) and Air Force Research Laboratory, Air Force
 X.\" Materiel Command, USAF, under agreement number F39502-99-1-0512.
 X.\"
 X.\" $FreeBSD: src/usr.bin/gzip/zmore.1,v 1.1.12.1.2.1 2009/10/25 01:10:29 kensmith Exp $
 X.Dd January 26, 2007
 X.Dt ZMORE 1
 X.Os
 X.Sh NAME
 X.Nm zmore
 X.Nd view compressed files
 X.Sh SYNOPSIS
 X.Nm zmore
 X.Op Ar flags
 X.Op Ar file ...
 X.Sh DESCRIPTION
 X.Nm
 Xis a filter that allows the viewing of files compressed with Lempel-Ziv
 Xencoding.
 XSuch files generally have a
 X.Dq Z
 Xor
 X.Dq gz
 Xextension (both the
 X.Xr compress 1
 Xand
 X.Xr gzip 1
 Xformats are supported).
 XAny
 X.Ar flags
 Xthat are specified are passed to the user's preferred
 X.Ev PAGER
 X(which is
 X.Pa /usr/bin/more
 Xby default).
 X.Pp
 XWhen multiple files are specified,
 X.Nm
 Xwill pause at the end of each file and present the following prompt to the user:
 X.Bd -literal -offset indent
 Xprev_file (END) - Next: next_file
 X.Ed
 X.Pp
 XWhere
 X.Sy prev_file
 Xis the file that was just displayed and
 X.Sy next_file
 Xis the next file to be displayed.
 XThe following keys are recognized at the prompt:
 X.Bl -tag -width "e or q" -offset indent
 X.It Ic e No or Ic q
 Xquit
 X.Nm zmore .
 X.It Ic s
 Xskip the next file (or exit if the next file is the last).
 X.El
 X.Pp
 XIf no files are specified,
 X.Nm
 Xwill read from the standard input.
 XIn this mode
 X.Nm
 Xwill assume
 X.Xr gzip 1
 Xstyle compression since there is no suffix on which to make a decision.
 X.Sh ENVIRONMENT
 X.Bl -tag -width "PAGER"
 X.It Ev PAGER
 XProgram used to display files.
 XIf unset,
 X.Pa /usr/bin/more
 Xis used.
 X.El
 X.Sh SEE ALSO
 X.Xr compress 1 ,
 X.Xr less 1 ,
 X.Xr more 1
 9d2b84c92a70db7db1593843ba45b9cf
 exit
 
 - Ben Haga

From: bhaga <bhaga@pserver.absoludicrous.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: docs/154441: [patch] zmore(1) man page update
Date: Tue, 1 Feb 2011 12:54:01 -0800 (PST)

 I agree, let us go with "zmore -- view compressed files".
 
 SHAR:
 
 # This is a shell archive.  Save it in a file, remove anything before
 # this line, and then unpack it by entering "sh file".  Note, it may
 # create directories; files and directories will be owned by you and
 # have default permissions.
 #
 # This archive contains:
 #
 #	zmore.1
 #
 echo x - zmore.1
 sed 's/^X//' >zmore.1 << '9d2b84c92a70db7db1593843ba45b9cf'
 X.\"	$NetBSD: zmore.1,v 1.3 2003/12/28 12:47:52 wiz Exp $
 X.\"	$OpenBSD: zmore.1,v 1.3 2003/06/23 21:00:48 deraadt Exp $
 X.\"
 X.\" Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com>
 X.\"
 X.\" Permission to use, copy, modify, and distribute this software for any
 X.\" purpose with or without fee is hereby granted, provided that the above
 X.\" copyright notice and this permission notice appear in all copies.
 X.\"
 X.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 X.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 X.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 X.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 X.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 X.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 X.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 X.\"
 X.\" Sponsored in part by the Defense Advanced Research Projects
 X.\" Agency (DARPA) and Air Force Research Laboratory, Air Force
 X.\" Materiel Command, USAF, under agreement number F39502-99-1-0512.
 X.\"
 X.\" $FreeBSD: src/usr.bin/gzip/zmore.1,v 1.1.12.1.2.1 2009/10/25 01:10:29 kensmith Exp $
 X.Dd January 26, 2007
 X.Dt ZMORE 1
 X.Os
 X.Sh NAME
 X.Nm zmore
 X.Nd view compressed files
 X.Sh SYNOPSIS
 X.Nm zmore
 X.Op Ar flags
 X.Op Ar file ...
 X.Sh DESCRIPTION
 X.Nm
 Xis a filter that allows the viewing of files compressed with Lempel-Ziv
 Xencoding.
 XSuch files generally have a
 X.Dq Z
 Xor
 X.Dq gz
 Xextension (both the
 X.Xr compress 1
 Xand
 X.Xr gzip 1
 Xformats are supported).
 XAny
 X.Ar flags
 Xthat are specified are passed to the user's preferred
 X.Ev PAGER
 X(which is
 X.Pa /usr/bin/more
 Xby default).
 X.Pp
 XWhen multiple files are specified,
 X.Nm
 Xwill pause at the end of each file and present the following prompt to the user:
 X.Bd -literal -offset indent
 Xprev_file (END) - Next: next_file
 X.Ed
 X.Pp
 XWhere
 X.Sy prev_file
 Xis the file that was just displayed and
 X.Sy next_file
 Xis the next file to be displayed.
 XThe following keys are recognized at the prompt:
 X.Bl -tag -width "e or q" -offset indent
 X.It Ic e No or Ic q
 Xquit
 X.Nm zmore .
 X.It Ic s
 Xskip the next file (or exit if the next file is the last).
 X.El
 X.Pp
 XIf no files are specified,
 X.Nm
 Xwill read from the standard input.
 XIn this mode
 X.Nm
 Xwill assume
 X.Xr gzip 1
 Xstyle compression since there is no suffix on which to make a decision.
 X.Sh ENVIRONMENT
 X.Bl -tag -width "PAGER"
 X.It Ev PAGER
 XProgram used to display files.
 XIf unset,
 X.Pa /usr/bin/more
 Xis used.
 X.El
 X.Sh SEE ALSO
 X.Xr compress 1 ,
 X.Xr less 1 ,
 X.Xr more 1
 9d2b84c92a70db7db1593843ba45b9cf
 exit
 
 - Ben Haga

From: bhaga <bhaga@pserver.absoludicrous.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/154441: [patch] zmore(1) man page update
Date: Tue, 1 Feb 2011 13:03:33 -0800 (PST)

 I agree, let us go with "zmore -- view compressed files".
 
 Patch (unified diff):
 
 --- /usr/src/usr.bin/gzip/zmore.1	2009-10-24 18:10:29.000000000 -0700
 +++ /home/bhaga/zmore.1	2011-02-01 12:45:30.000000000 -0800
 @@ -25,7 +25,7 @@
  .Os
  .Sh NAME
  .Nm zmore
 -.Nd view compressed files on a CRT
 +.Nd view compressed files
  .Sh SYNOPSIS
  .Nm zmore
  .Op Ar flags
 
 
 - Ben Haga

From: bhaga <bhaga@pserver.absoludicrous.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: docs/154441: [patch] zmore(1) man page update
Date: Tue, 1 Feb 2011 12:50:32 -0800 (PST)

 I agree, let us go with "zmore -- view compressed files".
 
 SHAR:
 
 # This is a shell archive.  Save it in a file, remove anything before
 # this line, and then unpack it by entering "sh file".  Note, it may
 # create directories; files and directories will be owned by you and
 # have default permissions.
 #
 # This archive contains:
 #
 #	zmore.1
 #
 echo x - zmore.1
 sed 's/^X//' >zmore.1 << '9d2b84c92a70db7db1593843ba45b9cf'
 X.\"	$NetBSD: zmore.1,v 1.3 2003/12/28 12:47:52 wiz Exp $
 X.\"	$OpenBSD: zmore.1,v 1.3 2003/06/23 21:00:48 deraadt Exp $
 X.\"
 X.\" Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com>
 X.\"
 X.\" Permission to use, copy, modify, and distribute this software for any
 X.\" purpose with or without fee is hereby granted, provided that the above
 X.\" copyright notice and this permission notice appear in all copies.
 X.\"
 X.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 X.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 X.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 X.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 X.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 X.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 X.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 X.\"
 X.\" Sponsored in part by the Defense Advanced Research Projects
 X.\" Agency (DARPA) and Air Force Research Laboratory, Air Force
 X.\" Materiel Command, USAF, under agreement number F39502-99-1-0512.
 X.\"
 X.\" $FreeBSD: src/usr.bin/gzip/zmore.1,v 1.1.12.1.2.1 2009/10/25 01:10:29 kensmith Exp $
 X.Dd January 26, 2007
 X.Dt ZMORE 1
 X.Os
 X.Sh NAME
 X.Nm zmore
 X.Nd view compressed files
 X.Sh SYNOPSIS
 X.Nm zmore
 X.Op Ar flags
 X.Op Ar file ...
 X.Sh DESCRIPTION
 X.Nm
 Xis a filter that allows the viewing of files compressed with Lempel-Ziv
 Xencoding.
 XSuch files generally have a
 X.Dq Z
 Xor
 X.Dq gz
 Xextension (both the
 X.Xr compress 1
 Xand
 X.Xr gzip 1
 Xformats are supported).
 XAny
 X.Ar flags
 Xthat are specified are passed to the user's preferred
 X.Ev PAGER
 X(which is
 X.Pa /usr/bin/more
 Xby default).
 X.Pp
 XWhen multiple files are specified,
 X.Nm
 Xwill pause at the end of each file and present the following prompt to the user:
 X.Bd -literal -offset indent
 Xprev_file (END) - Next: next_file
 X.Ed
 X.Pp
 XWhere
 X.Sy prev_file
 Xis the file that was just displayed and
 X.Sy next_file
 Xis the next file to be displayed.
 XThe following keys are recognized at the prompt:
 X.Bl -tag -width "e or q" -offset indent
 X.It Ic e No or Ic q
 Xquit
 X.Nm zmore .
 X.It Ic s
 Xskip the next file (or exit if the next file is the last).
 X.El
 X.Pp
 XIf no files are specified,
 X.Nm
 Xwill read from the standard input.
 XIn this mode
 X.Nm
 Xwill assume
 X.Xr gzip 1
 Xstyle compression since there is no suffix on which to make a decision.
 X.Sh ENVIRONMENT
 X.Bl -tag -width "PAGER"
 X.It Ev PAGER
 XProgram used to display files.
 XIf unset,
 X.Pa /usr/bin/more
 Xis used.
 X.El
 X.Sh SEE ALSO
 X.Xr compress 1 ,
 X.Xr less 1 ,
 X.Xr more 1
 9d2b84c92a70db7db1593843ba45b9cf
 exit
 
 - Ben Haga

From: bhaga <bhaga@pserver.absoludicrous.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: docs/154441: [patch] zmore(1) man page update
Date: Tue, 1 Feb 2011 12:46:47 -0800 (PST)

 I agree, let us go with "zmore -- view compressed files".
 
 SHAR:
 
 # This is a shell archive.  Save it in a file, remove anything before
 # this line, and then unpack it by entering "sh file".  Note, it may
 # create directories; files and directories will be owned by you and
 # have default permissions.
 #
 # This archive contains:
 #
 #	zmore.1
 #
 echo x - zmore.1
 sed 's/^X//' >zmore.1 << '9d2b84c92a70db7db1593843ba45b9cf'
 X.\"	$NetBSD: zmore.1,v 1.3 2003/12/28 12:47:52 wiz Exp $
 X.\"	$OpenBSD: zmore.1,v 1.3 2003/06/23 21:00:48 deraadt Exp $
 X.\"
 X.\" Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com>
 X.\"
 X.\" Permission to use, copy, modify, and distribute this software for any
 X.\" purpose with or without fee is hereby granted, provided that the above
 X.\" copyright notice and this permission notice appear in all copies.
 X.\"
 X.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 X.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 X.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 X.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 X.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 X.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 X.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 X.\"
 X.\" Sponsored in part by the Defense Advanced Research Projects
 X.\" Agency (DARPA) and Air Force Research Laboratory, Air Force
 X.\" Materiel Command, USAF, under agreement number F39502-99-1-0512.
 X.\"
 X.\" $FreeBSD: src/usr.bin/gzip/zmore.1,v 1.1.12.1.2.1 2009/10/25 01:10:29 kensmith Exp $
 X.Dd January 26, 2007
 X.Dt ZMORE 1
 X.Os
 X.Sh NAME
 X.Nm zmore
 X.Nd view compressed files
 X.Sh SYNOPSIS
 X.Nm zmore
 X.Op Ar flags
 X.Op Ar file ...
 X.Sh DESCRIPTION
 X.Nm
 Xis a filter that allows the viewing of files compressed with Lempel-Ziv
 Xencoding.
 XSuch files generally have a
 X.Dq Z
 Xor
 X.Dq gz
 Xextension (both the
 X.Xr compress 1
 Xand
 X.Xr gzip 1
 Xformats are supported).
 XAny
 X.Ar flags
 Xthat are specified are passed to the user's preferred
 X.Ev PAGER
 X(which is
 X.Pa /usr/bin/more
 Xby default).
 X.Pp
 XWhen multiple files are specified,
 X.Nm
 Xwill pause at the end of each file and present the following prompt to the user:
 X.Bd -literal -offset indent
 Xprev_file (END) - Next: next_file
 X.Ed
 X.Pp
 XWhere
 X.Sy prev_file
 Xis the file that was just displayed and
 X.Sy next_file
 Xis the next file to be displayed.
 XThe following keys are recognized at the prompt:
 X.Bl -tag -width "e or q" -offset indent
 X.It Ic e No or Ic q
 Xquit
 X.Nm zmore .
 X.It Ic s
 Xskip the next file (or exit if the next file is the last).
 X.El
 X.Pp
 XIf no files are specified,
 X.Nm
 Xwill read from the standard input.
 XIn this mode
 X.Nm
 Xwill assume
 X.Xr gzip 1
 Xstyle compression since there is no suffix on which to make a decision.
 X.Sh ENVIRONMENT
 X.Bl -tag -width "PAGER"
 X.It Ev PAGER
 XProgram used to display files.
 XIf unset,
 X.Pa /usr/bin/more
 Xis used.
 X.El
 X.Sh SEE ALSO
 X.Xr compress 1 ,
 X.Xr less 1 ,
 X.Xr more 1
 9d2b84c92a70db7db1593843ba45b9cf
 exit
 
 - Ben Haga

From: bhaga <bhaga@pserver.absoludicrous.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: docs/154441: [patch] zmore(1) man page update
Date: Tue, 1 Feb 2011 12:48:50 -0800 (PST)

 I agree, let us go with "zmore -- view compressed files".
 
 SHAR:
 
 # This is a shell archive.  Save it in a file, remove anything before
 # this line, and then unpack it by entering "sh file".  Note, it may
 # create directories; files and directories will be owned by you and
 # have default permissions.
 #
 # This archive contains:
 #
 #	zmore.1
 #
 echo x - zmore.1
 sed 's/^X//' >zmore.1 << '9d2b84c92a70db7db1593843ba45b9cf'
 X.\"	$NetBSD: zmore.1,v 1.3 2003/12/28 12:47:52 wiz Exp $
 X.\"	$OpenBSD: zmore.1,v 1.3 2003/06/23 21:00:48 deraadt Exp $
 X.\"
 X.\" Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com>
 X.\"
 X.\" Permission to use, copy, modify, and distribute this software for any
 X.\" purpose with or without fee is hereby granted, provided that the above
 X.\" copyright notice and this permission notice appear in all copies.
 X.\"
 X.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 X.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 X.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 X.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 X.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 X.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 X.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 X.\"
 X.\" Sponsored in part by the Defense Advanced Research Projects
 X.\" Agency (DARPA) and Air Force Research Laboratory, Air Force
 X.\" Materiel Command, USAF, under agreement number F39502-99-1-0512.
 X.\"
 X.\" $FreeBSD: src/usr.bin/gzip/zmore.1,v 1.1.12.1.2.1 2009/10/25 01:10:29 kensmith Exp $
 X.Dd January 26, 2007
 X.Dt ZMORE 1
 X.Os
 X.Sh NAME
 X.Nm zmore
 X.Nd view compressed files
 X.Sh SYNOPSIS
 X.Nm zmore
 X.Op Ar flags
 X.Op Ar file ...
 X.Sh DESCRIPTION
 X.Nm
 Xis a filter that allows the viewing of files compressed with Lempel-Ziv
 Xencoding.
 XSuch files generally have a
 X.Dq Z
 Xor
 X.Dq gz
 Xextension (both the
 X.Xr compress 1
 Xand
 X.Xr gzip 1
 Xformats are supported).
 XAny
 X.Ar flags
 Xthat are specified are passed to the user's preferred
 X.Ev PAGER
 X(which is
 X.Pa /usr/bin/more
 Xby default).
 X.Pp
 XWhen multiple files are specified,
 X.Nm
 Xwill pause at the end of each file and present the following prompt to the user:
 X.Bd -literal -offset indent
 Xprev_file (END) - Next: next_file
 X.Ed
 X.Pp
 XWhere
 X.Sy prev_file
 Xis the file that was just displayed and
 X.Sy next_file
 Xis the next file to be displayed.
 XThe following keys are recognized at the prompt:
 X.Bl -tag -width "e or q" -offset indent
 X.It Ic e No or Ic q
 Xquit
 X.Nm zmore .
 X.It Ic s
 Xskip the next file (or exit if the next file is the last).
 X.El
 X.Pp
 XIf no files are specified,
 X.Nm
 Xwill read from the standard input.
 XIn this mode
 X.Nm
 Xwill assume
 X.Xr gzip 1
 Xstyle compression since there is no suffix on which to make a decision.
 X.Sh ENVIRONMENT
 X.Bl -tag -width "PAGER"
 X.It Ev PAGER
 XProgram used to display files.
 XIf unset,
 X.Pa /usr/bin/more
 Xis used.
 X.El
 X.Sh SEE ALSO
 X.Xr compress 1 ,
 X.Xr less 1 ,
 X.Xr more 1
 9d2b84c92a70db7db1593843ba45b9cf
 exit
 
 - Ben Haga
State-Changed-From-To: open->patched 
State-Changed-By: gjb 
State-Changed-When: Mon Feb 7 22:33:59 UTC 2011 
State-Changed-Why:  
Patched in HEAD.  Thanks! 


http://www.freebsd.org/cgi/query-pr.cgi?pr=154441 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/154441: commit references a PR
Date: Mon,  7 Feb 2011 22:33:44 +0000 (UTC)

 Author: gjb (doc committer)
 Date: Mon Feb  7 22:33:39 2011
 New Revision: 218421
 URL: http://svn.freebsd.org/changeset/base/218421
 
 Log:
   Update manpage to remove CRT reference.
   
   PR:		154441
   Submitted by:	Ben Haga (bhaga of absoludicrous com)
   Suggestion by:	pluknet
   Approved by:	keramida (mentor)
   MFC after:	3 days
 
 Modified:
   head/usr.bin/gzip/zmore.1
 
 Modified: head/usr.bin/gzip/zmore.1
 ==============================================================================
 --- head/usr.bin/gzip/zmore.1	Mon Feb  7 22:00:31 2011	(r218420)
 +++ head/usr.bin/gzip/zmore.1	Mon Feb  7 22:33:39 2011	(r218421)
 @@ -20,12 +20,12 @@
  .\" Materiel Command, USAF, under agreement number F39502-99-1-0512.
  .\"
  .\" $FreeBSD$
 -.Dd January 26, 2007
 +.Dd February 06, 2011
  .Dt ZMORE 1
  .Os
  .Sh NAME
  .Nm zmore
 -.Nd view compressed files on a CRT
 +.Nd view compressed files
  .Sh SYNOPSIS
  .Nm zmore
  .Op Ar flags
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/154441: commit references a PR
Date: Fri, 11 Feb 2011 13:53:00 +0000 (UTC)

 Author: gjb (doc committer)
 Date: Fri Feb 11 13:52:55 2011
 New Revision: 218560
 URL: http://svn.freebsd.org/changeset/base/218560
 
 Log:
   MFC 218421:
   
   Remove CRT reference from zmore(1).
   
   PR:		154441
   Approved by:	keramida (mentor)
 
 Modified:
   stable/8/usr.bin/gzip/zmore.1
 Directory Properties:
   stable/8/usr.bin/gzip/   (props changed)
 
 Modified: stable/8/usr.bin/gzip/zmore.1
 ==============================================================================
 --- stable/8/usr.bin/gzip/zmore.1	Fri Feb 11 13:27:00 2011	(r218559)
 +++ stable/8/usr.bin/gzip/zmore.1	Fri Feb 11 13:52:55 2011	(r218560)
 @@ -20,12 +20,12 @@
  .\" Materiel Command, USAF, under agreement number F39502-99-1-0512.
  .\"
  .\" $FreeBSD$
 -.Dd January 26, 2007
 +.Dd February 06, 2011
  .Dt ZMORE 1
  .Os
  .Sh NAME
  .Nm zmore
 -.Nd view compressed files on a CRT
 +.Nd view compressed files
  .Sh SYNOPSIS
  .Nm zmore
  .Op Ar flags
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/154441: commit references a PR
Date: Fri, 11 Feb 2011 13:53:45 +0000 (UTC)

 Author: gjb (doc committer)
 Date: Fri Feb 11 13:53:39 2011
 New Revision: 218561
 URL: http://svn.freebsd.org/changeset/base/218561
 
 Log:
   MFC 218421:
   
   Remove CRT reference from zmore(1).
   
   PR:		154441
   Approved by:	keramida (mentor)
 
 Modified:
   stable/7/usr.bin/gzip/zmore.1
 Directory Properties:
   stable/7/usr.bin/gzip/   (props changed)
 
 Modified: stable/7/usr.bin/gzip/zmore.1
 ==============================================================================
 --- stable/7/usr.bin/gzip/zmore.1	Fri Feb 11 13:52:55 2011	(r218560)
 +++ stable/7/usr.bin/gzip/zmore.1	Fri Feb 11 13:53:39 2011	(r218561)
 @@ -20,12 +20,12 @@
  .\" Materiel Command, USAF, under agreement number F39502-99-1-0512.
  .\"
  .\" $FreeBSD$
 -.Dd January 26, 2007
 +.Dd February 06, 2011
  .Dt ZMORE 1
  .Os
  .Sh NAME
  .Nm zmore
 -.Nd view compressed files on a CRT
 +.Nd view compressed files
  .Sh SYNOPSIS
  .Nm zmore
  .Op Ar flags
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: gjb 
State-Changed-When: Fri Feb 11 14:04:30 UTC 2011 
State-Changed-Why:  
MFC'd to stable/8 and stable/7.  Thanks! 


http://www.freebsd.org/cgi/query-pr.cgi?pr=154441 
>Unformatted:
