Bug 154441

Summary: [patch] zmore(1) man page update
Product: Documentation Reporter: Ben Haga <bhaga>
Component: Books & ArticlesAssignee: Glen Barber <gjb>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
file.shar none

Description Ben Haga 2011-02-01 17:10:11 UTC
zmore contains the following NAME in its man page:

NAME
     zmore -- view compressed files on a CRT

Looks fine on an LCD!

- Ben Haga

Fix: Patch:


SHAR:
How-To-Repeat: man zmore
Comment 1 pluknet 2011-02-01 17:44:48 UTC
Or just drop "on a CRT" part as done in OpenBSD's zmore.1 rev1.5.
Comment 2 Glen Barber freebsd_committer freebsd_triage 2011-02-01 17:48:51 UTC
Responsible Changed
From-To: freebsd-doc->gjb

I'll take this.
Comment 3 bhaga 2011-02-01 20:46:47 UTC
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
Comment 4 bhaga 2011-02-01 20:48:50 UTC
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
Comment 5 bhaga 2011-02-01 20:50:32 UTC
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
Comment 6 bhaga 2011-02-01 20:54:01 UTC
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
Comment 7 bhaga 2011-02-01 20:54:34 UTC
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
Comment 8 bhaga 2011-02-01 21:03:33 UTC
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
Comment 9 dfilter service freebsd_committer freebsd_triage 2011-02-07 22:33:44 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"
Comment 10 Glen Barber freebsd_committer freebsd_triage 2011-02-07 22:33:59 UTC
State Changed
From-To: open->patched

Patched in HEAD.  Thanks!
Comment 11 dfilter service freebsd_committer freebsd_triage 2011-02-11 13:53:00 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"
Comment 12 dfilter service freebsd_committer freebsd_triage 2011-02-11 13:53:45 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"
Comment 13 Glen Barber freebsd_committer freebsd_triage 2011-02-11 14:04:30 UTC
State Changed
From-To: patched->closed

MFC'd to stable/8 and stable/7.  Thanks!