Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/bin/pax Pull up revisions 1.36-1.37 (requested by klein...



details:   https://anonhg.NetBSD.org/src/rev/ee185d9ecec4
branches:  netbsd-1-6
changeset: 529849:ee185d9ecec4
user:      jmc <jmc%NetBSD.org@localhost>
date:      Sun Jan 05 08:54:37 2003 +0000

description:
Pull up revisions 1.36-1.37 (requested by kleink in ticket #1040)
 Change verbose output for symbolic links from "%s => %s" to
 "%s -> %s", which matches ls(1) (per POSIX), as well as GNU
 tar output.

diffstat:

 bin/pax/pax.1 |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 69585bb3b0c6 -r ee185d9ecec4 bin/pax/pax.1
--- a/bin/pax/pax.1     Sun Jan 05 08:53:57 2003 +0000
+++ b/bin/pax/pax.1     Sun Jan 05 08:54:37 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pax.1,v 1.33 2002/04/21 00:10:09 wiz Exp $
+.\"    $NetBSD: pax.1,v 1.33.2.1 2003/01/05 08:54:37 jmc Exp $
 .\"
 .\" Copyright (c) 1992 Keith Muller.
 .\" Copyright (c) 1992, 1993
@@ -698,8 +698,6 @@
 For pathnames representing a hard link to a previous member of the archive,
 the output has the format:
 .Dl Ao "ls -l listing" Ac == Ao "link name" Ac
-For pathnames representing a symbolic link, the output has the format:
-.Dl Ao "ls -l listing" Ac =\*[Gt] Ao "link name" Ac
 Where
 .Aq "ls -l listing"
 is the output format specified by the



Home | Main Index | Thread Index | Old Index