summaryrefslogtreecommitdiff
path: root/misc/gnuls/files/patch-ae
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>1997-09-18 17:41:30 +0000
committerBill Fenner <fenner@FreeBSD.org>1997-09-18 17:41:30 +0000
commitcfd8def0db457d1f23fc381b3f0f306675298c45 (patch)
tree0f40ab52ca1963ae790a7e8ee3d918d8861cc6f2 /misc/gnuls/files/patch-ae
parentUpdate to use fileutils-3.16 (diff)
Update to use fileutils-3.16 (forgot "cvs add" the first time)
PR: ports/4267 Submitted by: Brian Clapper <bmc@WillsCreek.COM>
Notes
Notes: svn path=/head/; revision=7951
Diffstat (limited to '')
-rw-r--r--misc/gnuls/files/patch-ae90
1 files changed, 90 insertions, 0 deletions
diff --git a/misc/gnuls/files/patch-ae b/misc/gnuls/files/patch-ae
new file mode 100644
index 000000000000..9e6f6f337af5
--- /dev/null
+++ b/misc/gnuls/files/patch-ae
@@ -0,0 +1,90 @@
+*** man/ls.1.orig Sun Aug 10 17:54:52 1997
+--- man/ls.1 Sun Aug 10 17:55:42 1997
+***************
+*** 1,8 ****
+! .TH LS 1 "GNU File Utilities" "FSF" \" -*- nroff -*-
+ .SH NAME
+! ls, dir, vdir \- list contents of directories
+ .SH SYNOPSIS
+! .B ls
+ [\-abcdfgiklmnpqrstuxABCFGLNQRSUX1] [\-w cols] [\-T cols] [\-I pattern]
+ [\-\-all] [\-\-escape] [\-\-directory] [\-\-inode] [\-\-kilobytes]
+ [\-\-numeric-uid-gid] [--no-group] [\-\-hide-control-chars] [\-\-reverse]
+--- 1,8 ----
+! .TH GNULS 1 "GNU File Utilities" "FSF" \" -*- nroff -*-
+ .SH NAME
+! gnuls, dir, vdir \- list contents of directories
+ .SH SYNOPSIS
+! .B gnuls
+ [\-abcdfgiklmnpqrstuxABCFGLNQRSUX1] [\-w cols] [\-T cols] [\-I pattern]
+ [\-\-all] [\-\-escape] [\-\-directory] [\-\-inode] [\-\-kilobytes]
+ [\-\-numeric-uid-gid] [--no-group] [\-\-hide-control-chars] [\-\-reverse]
+***************
+*** 19,34 ****
+ .PP
+ This manual page
+ documents the GNU version of
+! .BR ls .
+ .B dir
+ and
+ .B vdir
+ are versions of
+! .B ls
+ with different default output formats.
+ These programs list each given file or directory name. Directory contents are
+ sorted alphabetically. For
+! .BR ls ,
+ files are by default listed in columns, sorted
+ vertically, if the standard output is a terminal; otherwise they are
+ listed one per line. For
+--- 19,34 ----
+ .PP
+ This manual page
+ documents the GNU version of
+! .BR gnuls .
+ .B dir
+ and
+ .B vdir
+ are versions of
+! .B gnuls
+ with different default output formats.
+ These programs list each given file or directory name. Directory contents are
+ sorted alphabetically. For
+! .BR gnuls ,
+ files are by default listed in columns, sorted
+ vertically, if the standard output is a terminal; otherwise they are
+ listed one per line. For
+***************
+*** 163,169 ****
+ stored on the disk. This option is not called
+ .I \-f
+ because the Unix
+! .B ls
+ .I \-f
+ option also enables
+ .I \-a
+--- 163,169 ----
+ stored on the disk. This option is not called
+ .I \-f
+ because the Unix
+! .B gnuls
+ .I \-f
+ option also enables
+ .I \-a
+***************
+*** 229,235 ****
+ When using the
+ .I "\-\-color"
+ option, this version of
+! .B ls
+ will colorize the file names printed according to the name and type of
+ file. By default, this colorization is by type only, and the codes
+ used are ISO 6429 (ANSI) compliant.
+--- 229,235 ----
+ When using the
+ .I "\-\-color"
+ option, this version of
+! .B gnuls
+ will colorize the file names printed according to the name and type of
+ file. By default, this colorization is by type only, and the codes
+ used are ISO 6429 (ANSI) compliant.