From owner-freebsd-doc Sat Jan 30 21:00:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA09822 for freebsd-doc-outgoing; Sat, 30 Jan 1999 21:00:05 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA09767 for ; Sat, 30 Jan 1999 21:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA76113; Sat, 30 Jan 1999 21:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from hermes.rz.tu-clausthal.de (hermes.rz.tu-clausthal.de [139.174.3.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA09576 for ; Sat, 30 Jan 1999 20:57:36 -0800 (PST) (envelope-from inof@hermes.rz.tu-clausthal.de) Received: (from inof@localhost) by hermes.rz.tu-clausthal.de (8.9.2/8.9.2) id FAA26678; Sun, 31 Jan 1999 05:57:34 +0100 (CET) (envelope-from inof) Message-Id: <199901310457.FAA26678@hermes.rz.tu-clausthal.de> Date: Sun, 31 Jan 1999 05:57:34 +0100 (CET) From: oliver.fromme@heim3.tu-clausthal.de Reply-To: oliver.fromme@heim3.tu-clausthal.de To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: docs/9833: column(1) manpage broken Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9833 >Category: docs >Synopsis: column(1) manpage broken >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sat Jan 30 21:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Oliver Fromme >Release: FreeBSD 3.0-STABLE i386 >Organization: Clausthal University of technology >Environment: FreeBSD 2.2.8-19981215-SNAP #1: Thu Dec 17 17:21:43 CET 1998 i386 FreeBSD 3.0-STABLE #1: Thu Jan 28 01:59:40 CET 1999 i386 >Description: The example give in the column(1) manual page is broken, due to incorrect formatting, unless the screen width is more than 80 characters. >How-To-Repeat: Type "man 1 column" on a standard 80-columns terminal. >Fix: --- column.1.orig Sun Jan 31 05:40:11 1999 +++ column.1 Sun Jan 31 05:49:36 1999 @@ -85,8 +85,8 @@ the screen if no other information is available. .El .Sh EXAMPLES -.Dl (printf \&"PERM LINKS OWNER GROUP SIZE MONTH DAY HH:MM/YEAR NAME\en\&"\ \&;\ \&\e -.Dl ls -l \&| sed 1d) \&| column -t +.Dl (printf \&"PERM LINKS OWNER GROUP SIZE MONTH DAY \e +.Dl HH:MM/YEAR NAME\en\&"\ \&;\ ls -l \&| sed 1d) \&| column -t .Sh SEE ALSO .Xr colrm 1 , .Xr ls 1 , >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message