Your message dated Sat, 26 Jan 2008 14:52:30 -0500
with message-id <[EMAIL PROTECTED]>
and subject line coreutils: [PATCH] cross build
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: coreutils
Version: 5.2.1-2
Severity: wishlist

To enable cross-build of coreutils package, I need following patches.
Could you please consider to include this in next release?

Upstream coreutils release cares about manual files well.  The files
(*.1) are not generated in the build process, because those are
generated before the release, and never force each build to generate
manual files.  However, Debian coreutils package applies patches which
results re-generation of manual files.

It would be good to avoid re-generation in the build process.  This is
required for cross-build, because generated executable could not run
on build machine.

I've done that by two changes:

   (1) Re-generate manuals and include changes as a patch (99_manuals).

   (2) All manual files depend on configure.ac and Debian coreutils
       package changes configure.ac, even though the contents of
       manuals are not affected.  I let debian/rules 'touch' manual
       files after applying patches, to avoid unneeded re-generation
       of manuals.
 
Here we go:

  * debian/rules: Only invoke 'make check' on native build.
  * debian/rules: Touch man/*.1.
  * debian/patches/99_manuals: Manuals-generated should be included.

 -- NIIBE Yutaka <[EMAIL PROTECTED]>  Sun,  5 Dec 2004 01:14:38 +0900

--- coreutils-5.2.1/debian/rules        2004-12-05 08:22:11.000000000 +0900
+++ coreutils-5.2.1/debian/rules        2004-12-05 08:22:15.000000000 +0900
@@ -30,6 +30,7 @@
        dh_testdir
 
        cd $(BUILD_TREE) && aclocal -I m4 && autoconf
+       sleep 1; touch $(BUILD_TREE)/man/*.1
 
        cd $(BUILD_TREE) && CFLAGS=$(CFLAGS) \
                LDFLAGS=$(LDFLAGS) ./configure \
@@ -44,7 +45,9 @@
        dh_testdir
 
        cd $(BUILD_TREE) && $(MAKE)
+ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
        cd $(BUILD_TREE) && $(MAKE) check
+endif
 
        touch build-stamp
 
--- coreutils-5.2.1/debian/patches/9_manuals    1970-01-01 09:00:00.000000000 
+0900
+++ coreutils-5.2.1/debian/patches/9_manuals    2004-12-05 08:22:14.000000000 
+0900
@@ -0,0 +1,924 @@
+--- coreutils-5.2.1/man/basename.1     2004-03-03 07:51:04.000000000 +0900
++++ coreutils-5.2.1/man/basename.1     2004-12-05 00:57:05.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH BASENAME "1" "March 2004" "basename 5.2.1" "User Commands"
++.TH BASENAME "1" "December 2004" "basename 5.2.1" "User Commands"
+ .SH NAME
+ basename \- strip directory and suffix from filenames
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/cat.1  2004-03-03 07:51:04.000000000 +0900
++++ coreutils-5.2.1/man/cat.1  2004-12-05 00:57:07.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH CAT "1" "March 2004" "cat (coreutils) 5.2.1" "User Commands"
++.TH CAT "1" "December 2004" "cat (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ cat \- concatenate files and print on the standard output
+ .SH SYNOPSIS
+@@ -25,6 +25,9 @@ display $ at end of each line
+ \fB\-n\fR, \fB\-\-number\fR
+ number all output lines
+ .TP
++\fB\-r\fR, \fB\-\-reversible\fR
++use \e to make the output reversible, implies \fB\-v\fR
++.TP
+ \fB\-s\fR, \fB\-\-squeeze\-blank\fR
+ never more than one single blank line
+ .TP
+--- coreutils-5.2.1/man/chgrp.1        2004-03-03 07:51:04.000000000 +0900
++++ coreutils-5.2.1/man/chgrp.1        2004-12-05 00:57:07.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH CHGRP "1" "March 2004" "chgrp (coreutils) 5.2.1" "User Commands"
++.TH CHGRP "1" "December 2004" "chgrp (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ chgrp \- change group ownership
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/chmod.1        2004-03-03 07:51:04.000000000 +0900
++++ coreutils-5.2.1/man/chmod.1        2004-12-05 00:57:08.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH CHMOD "1" "March 2004" "chmod (coreutils) 5.2.1" "User Commands"
++.TH CHMOD "1" "December 2004" "chmod (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ chmod \- change file access permissions
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/chown.1        2004-03-03 07:51:05.000000000 +0900
++++ coreutils-5.2.1/man/chown.1        2004-12-05 00:57:08.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH CHOWN "1" "March 2004" "chown (coreutils) 5.2.1" "User Commands"
++.TH CHOWN "1" "December 2004" "chown (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ chown \- change file owner and group
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/chroot.1       2004-03-03 07:51:05.000000000 +0900
++++ coreutils-5.2.1/man/chroot.1       2004-12-05 00:57:13.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH CHROOT "1" "March 2004" "chroot 5.2.1" "User Commands"
++.TH CHROOT "1" "December 2004" "chroot 5.2.1" "User Commands"
+ .SH NAME
+ chroot \- run command or interactive shell with special root directory
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/cksum.1        2004-03-03 07:51:05.000000000 +0900
++++ coreutils-5.2.1/man/cksum.1        2004-12-05 00:57:15.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH CKSUM "1" "March 2004" "cksum (coreutils) 5.2.1" "User Commands"
++.TH CKSUM "1" "December 2004" "cksum (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ cksum \- checksum and count the bytes in a file
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/comm.1 2004-03-03 07:51:05.000000000 +0900
++++ coreutils-5.2.1/man/comm.1 2004-12-05 00:57:18.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH COMM "1" "March 2004" "comm (coreutils) 5.2.1" "User Commands"
++.TH COMM "1" "December 2004" "comm (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ comm \- compare two sorted files line by line
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/cp.1   2004-03-03 07:51:05.000000000 +0900
++++ coreutils-5.2.1/man/cp.1   2004-12-05 00:57:19.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH CP "1" "March 2004" "cp (coreutils) 5.2.1" "User Commands"
++.TH CP "1" "December 2004" "cp (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ cp \- copy files and directories
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/csplit.1       2004-03-03 07:51:05.000000000 +0900
++++ coreutils-5.2.1/man/csplit.1       2004-12-05 00:57:19.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH CSPLIT "1" "March 2004" "csplit (coreutils) 5.2.1" "User Commands"
++.TH CSPLIT "1" "December 2004" "csplit (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ csplit \- split a file into sections determined by context lines
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/cut.1  2004-03-03 07:51:05.000000000 +0900
++++ coreutils-5.2.1/man/cut.1  2004-12-05 00:57:20.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH CUT "1" "March 2004" "cut (coreutils) 5.2.1" "User Commands"
++.TH CUT "1" "December 2004" "cut (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ cut \- remove sections from each line of files
+ .SH SYNOPSIS
+@@ -57,6 +57,8 @@ from N'th to M'th (included) byte, chara
+ \fB\-M\fR
+ from first to M'th (included) byte, character or field
+ .PP
++The order of bytes, characters or fields in the output will be
++identical to those in the input.
+ With no FILE, or when FILE is -, read standard input.
+ .SH AUTHOR
+ Written by David Ihnat, David MacKenzie, and Jim Meyering.
+--- coreutils-5.2.1/man/date.1 2004-03-03 07:51:05.000000000 +0900
++++ coreutils-5.2.1/man/date.1 2004-12-05 00:57:20.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH DATE "1" "March 2004" "date (coreutils) 5.2.1" "User Commands"
++.TH DATE "1" "December 2004" "date (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ date \- print or set the system date and time
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/dd.1   2004-03-03 07:51:05.000000000 +0900
++++ coreutils-5.2.1/man/dd.1   2004-12-05 00:57:21.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH DD "1" "March 2004" "dd (coreutils) 5.2.1" "User Commands"
++.TH DD "1" "December 2004" "dd (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ dd \- convert and copy a file
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/df.1   2004-03-03 07:51:06.000000000 +0900
++++ coreutils-5.2.1/man/df.1   2004-12-05 00:57:21.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH DF "1" "March 2004" "df (coreutils) 5.2.1" "User Commands"
++.TH DF "1" "December 2004" "df (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ df \- report filesystem disk space usage
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/dir.1  2004-03-03 07:51:06.000000000 +0900
++++ coreutils-5.2.1/man/dir.1  2004-12-05 00:57:22.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH DIR "1" "March 2004" "dir (coreutils) 5.2.1" "User Commands"
++.TH DIR "1" "December 2004" "dir (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ dir \- list directory contents
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/dircolors.1    2004-03-03 07:51:06.000000000 +0900
++++ coreutils-5.2.1/man/dircolors.1    2004-12-05 00:57:22.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH DIRCOLORS "1" "March 2004" "dircolors (coreutils) 5.2.1" "User Commands"
++.TH DIRCOLORS "1" "December 2004" "dircolors (coreutils) 5.2.1" "User 
Commands"
+ .SH NAME
+ dircolors \- color setup for ls
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/dirname.1      2004-03-03 07:51:06.000000000 +0900
++++ coreutils-5.2.1/man/dirname.1      2004-12-05 00:57:23.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH DIRNAME "1" "March 2004" "dirname 5.2.1" "User Commands"
++.TH DIRNAME "1" "December 2004" "dirname 5.2.1" "User Commands"
+ .SH NAME
+ dirname \- strip non-directory suffix from file name
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/du.1   2004-03-03 07:51:06.000000000 +0900
++++ coreutils-5.2.1/man/du.1   2004-12-05 00:57:29.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH DU "1" "March 2004" "du (coreutils) 5.2.1" "User Commands"
++.TH DU "1" "December 2004" "du (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ du \- estimate file space usage
+ .SH SYNOPSIS
+@@ -77,6 +77,9 @@ only if it is N or fewer levels below th
+ line argument;  \fB\-\-max\-depth\fR=\fI0\fR is the same as
+ \fB\-\-summarize\fR
+ .TP
++\fB\-m\fR
++like \fB\-\-block\-size\fR=\fI1M\fR [deprecated]
++.TP
+ \fB\-\-help\fR
+ display this help and exit
+ .TP
+--- coreutils-5.2.1/man/echo.1 2004-03-03 07:51:06.000000000 +0900
++++ coreutils-5.2.1/man/echo.1 2004-12-05 00:57:31.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH ECHO "1" "March 2004" "echo 5.2.1" "User Commands"
++.TH ECHO "1" "December 2004" "echo 5.2.1" "User Commands"
+ .SH NAME
+ echo \- display a line of text
+ .SH SYNOPSIS
+@@ -19,16 +19,13 @@ do not output the trailing newline
+ enable interpretation of the backslash-escaped characters
+ listed below
+ .TP
+-\fB\-E\fR
+-disable interpretation of those sequences in STRINGs
+-.TP
+ \fB\-\-help\fR
+ display this help and exit
+ .TP
+ \fB\-\-version\fR
+ output version information and exit
+ .PP
+-Without \fB\-E\fR, the following sequences are recognized and interpolated:
++With \fB\-e\fR, the following sequences are recognized and interpolated:
+ .TP
+ \eNNN
+ the character whose ASCII code is NNN (octal)
+--- coreutils-5.2.1/man/env.1  2004-03-03 07:51:06.000000000 +0900
++++ coreutils-5.2.1/man/env.1  2004-12-05 00:57:32.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH ENV "1" "March 2004" "env (coreutils) 5.2.1" "User Commands"
++.TH ENV "1" "December 2004" "env (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ env \- run a program in a modified environment
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/expand.1       2004-03-03 07:52:25.000000000 +0900
++++ coreutils-5.2.1/man/expand.1       2004-12-05 00:57:32.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH EXPAND "1" "March 2004" "expand (coreutils) 5.2.1" "User Commands"
++.TH EXPAND "1" "December 2004" "expand (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ expand \- convert tabs to spaces
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/expr.1 2004-03-03 07:52:25.000000000 +0900
++++ coreutils-5.2.1/man/expr.1 2004-12-05 00:57:33.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH EXPR "1" "March 2004" "expr 5.2.1" "User Commands"
++.TH EXPR "1" "December 2004" "expr 5.2.1" "User Commands"
+ .SH NAME
+ expr \- evaluate expressions
+ .SH SYNOPSIS
+@@ -86,6 +86,11 @@ Beware that many operators need to be es
+ Comparisons are arithmetic if both ARGs are numbers, else lexicographical.
+ Pattern matches return the string matched between \e( and \e) or null; if
+ \e( and \e) are not used, they return the number of characters matched or 0.
++.SS "expr exits with:"
++.IP
++0 if the expression is neither null nor 0;
++1 if the expression is null or 0; or
++2 for invalid expressions.
+ .SH AUTHOR
+ Written by Mike Parker.
+ .SH "REPORTING BUGS"
+--- coreutils-5.2.1/man/factor.1       2004-03-03 07:52:25.000000000 +0900
++++ coreutils-5.2.1/man/factor.1       2004-12-05 00:57:33.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH FACTOR "1" "March 2004" "factor 5.2.1" "User Commands"
++.TH FACTOR "1" "December 2004" "factor 5.2.1" "User Commands"
+ .SH NAME
+ factor \- factor numbers
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/false.1        2004-03-03 07:52:27.000000000 +0900
++++ coreutils-5.2.1/man/false.1        2004-12-05 00:57:34.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH FALSE "1" "March 2004" "false 5.2.1" "User Commands"
++.TH FALSE "1" "December 2004" "false 5.2.1" "User Commands"
+ .SH NAME
+ false \- do nothing, unsuccessfully
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/fmt.1  2004-03-03 07:52:27.000000000 +0900
++++ coreutils-5.2.1/man/fmt.1  2004-12-05 00:57:34.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH FMT "1" "March 2004" "fmt (coreutils) 5.2.1" "User Commands"
++.TH FMT "1" "December 2004" "fmt (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ fmt \- simple optimal text formatter
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/fold.1 2004-03-03 07:52:27.000000000 +0900
++++ coreutils-5.2.1/man/fold.1 2004-12-05 00:57:34.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH FOLD "1" "March 2004" "fold (coreutils) 5.2.1" "User Commands"
++.TH FOLD "1" "December 2004" "fold (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ fold \- wrap each input line to fit in specified width
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/groups.1       2004-03-03 07:52:27.000000000 +0900
++++ coreutils-5.2.1/man/groups.1       2004-12-05 00:57:35.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH GROUPS "1" "March 2004" "groups 5.2.1" "User Commands"
++.TH GROUPS "1" "December 2004" "groups 5.2.1" "User Commands"
+ .SH NAME
+ groups \- print the groups a user is in
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/head.1 2004-03-03 07:52:27.000000000 +0900
++++ coreutils-5.2.1/man/head.1 2004-12-05 00:57:35.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH HEAD "1" "March 2004" "head (coreutils) 5.2.1" "User Commands"
++.TH HEAD "1" "December 2004" "head (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ head \- output the first part of files
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/hostid.1       2004-03-03 07:52:27.000000000 +0900
++++ coreutils-5.2.1/man/hostid.1       2004-12-05 00:57:36.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH HOSTID "1" "March 2004" "hostid 5.2.1" "User Commands"
++.TH HOSTID "1" "December 2004" "hostid 5.2.1" "User Commands"
+ .SH NAME
+ hostid \- print the numeric identifier for the current host
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/hostname.1     2004-03-03 07:52:27.000000000 +0900
++++ coreutils-5.2.1/man/hostname.1     2004-12-05 00:57:36.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH HOSTNAME "1" "March 2004" "hostname 5.2.1" "User Commands"
++.TH HOSTNAME "1" "December 2004" "hostname 5.2.1" "User Commands"
+ .SH NAME
+ hostname \- set or print the name of the current host system
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/id.1   2004-03-03 07:52:27.000000000 +0900
++++ coreutils-5.2.1/man/id.1   2004-12-05 00:57:37.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH ID "1" "March 2004" "id (coreutils) 5.2.1" "User Commands"
++.TH ID "1" "December 2004" "id (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ id \- print real and effective UIDs and GIDs
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/install.1      2004-03-03 07:52:27.000000000 +0900
++++ coreutils-5.2.1/man/install.1      2004-12-05 00:57:37.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH INSTALL "1" "March 2004" "install (coreutils) 5.2.1" "User Commands"
++.TH INSTALL "1" "December 2004" "install (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ ginstall \- copy files and set attributes
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/join.1 2004-03-11 02:40:24.000000000 +0900
++++ coreutils-5.2.1/man/join.1 2004-12-05 00:57:38.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH JOIN "1" "March 2004" "join (coreutils) 5.2.1" "User Commands"
++.TH JOIN "1" "December 2004" "join (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ join \- join lines of two files on a common field
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/kill.1 2004-03-03 07:52:27.000000000 +0900
++++ coreutils-5.2.1/man/kill.1 2004-12-05 00:57:38.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH KILL "1" "March 2004" "kill (coreutils) 5.2.1" "User Commands"
++.TH KILL "1" "December 2004" "kill (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ kill \- send signals to processes, or list signals
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/link.1 2004-03-03 07:52:28.000000000 +0900
++++ coreutils-5.2.1/man/link.1 2004-12-05 00:57:39.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH LINK "1" "March 2004" "link 5.2.1" "User Commands"
++.TH LINK "1" "December 2004" "link 5.2.1" "User Commands"
+ .SH NAME
+ link \- call the link function to create a link to a file
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/ln.1   2004-03-03 07:52:28.000000000 +0900
++++ coreutils-5.2.1/man/ln.1   2004-12-05 00:57:39.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH LN "1" "March 2004" "ln (coreutils) 5.2.1" "User Commands"
++.TH LN "1" "December 2004" "ln (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ ln \- make links between files
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/logname.1      2004-03-03 07:52:28.000000000 +0900
++++ coreutils-5.2.1/man/logname.1      2004-12-05 00:57:39.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH LOGNAME "1" "March 2004" "logname 5.2.1" "User Commands"
++.TH LOGNAME "1" "December 2004" "logname 5.2.1" "User Commands"
+ .SH NAME
+ logname \- print user\'s login name
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/ls.1   2004-03-03 07:52:28.000000000 +0900
++++ coreutils-5.2.1/man/ls.1   2004-12-05 00:57:40.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH LS "1" "March 2004" "ls (coreutils) 5.2.1" "User Commands"
++.TH LS "1" "December 2004" "ls (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ ls \- list directory contents
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/md5sum.1       2004-03-03 07:52:28.000000000 +0900
++++ coreutils-5.2.1/man/md5sum.1       2004-12-05 00:57:40.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH MD5SUM "1" "March 2004" "md5sum (coreutils) 5.2.1" "User Commands"
++.TH MD5SUM "1" "December 2004" "md5sum (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ md5sum \- compute and check MD5 message digest
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/mkdir.1        2004-03-03 07:52:28.000000000 +0900
++++ coreutils-5.2.1/man/mkdir.1        2004-12-05 00:57:41.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH MKDIR "1" "March 2004" "mkdir (coreutils) 5.2.1" "User Commands"
++.TH MKDIR "1" "December 2004" "mkdir (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ mkdir \- make directories
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/mkfifo.1       2004-03-03 07:52:28.000000000 +0900
++++ coreutils-5.2.1/man/mkfifo.1       2004-12-05 00:57:41.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH MKFIFO "1" "March 2004" "mkfifo (coreutils) 5.2.1" "User Commands"
++.TH MKFIFO "1" "December 2004" "mkfifo (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ mkfifo \- make FIFOs (named pipes)
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/mknod.1        2004-03-03 07:52:28.000000000 +0900
++++ coreutils-5.2.1/man/mknod.1        2004-12-05 00:57:41.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH MKNOD "1" "March 2004" "mknod (coreutils) 5.2.1" "User Commands"
++.TH MKNOD "1" "December 2004" "mknod (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ mknod \- make block or character special files
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/mv.1   2004-03-03 07:52:29.000000000 +0900
++++ coreutils-5.2.1/man/mv.1   2004-12-05 00:57:42.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH MV "1" "March 2004" "mv (coreutils) 5.2.1" "User Commands"
++.TH MV "1" "December 2004" "mv (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ mv \- move (rename) files
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/nice.1 2004-03-03 07:52:29.000000000 +0900
++++ coreutils-5.2.1/man/nice.1 2004-12-05 00:57:42.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH NICE "1" "March 2004" "nice 5.2.1" "User Commands"
++.TH NICE "1" "December 2004" "nice 5.2.1" "User Commands"
+ .SH NAME
+ nice \- run a program with modified scheduling priority
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/nl.1   2004-03-03 07:52:29.000000000 +0900
++++ coreutils-5.2.1/man/nl.1   2004-12-05 00:57:43.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH NL "1" "March 2004" "nl (coreutils) 5.2.1" "User Commands"
++.TH NL "1" "December 2004" "nl (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ nl \- number lines of files
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/nohup.1        2004-03-04 17:51:36.000000000 +0900
++++ coreutils-5.2.1/man/nohup.1        2004-12-05 00:57:43.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH NOHUP "1" "March 2004" "nohup 5.2.1" "User Commands"
++.TH NOHUP "1" "December 2004" "nohup 5.2.1" "User Commands"
+ .SH NAME
+ nohup \- run a command immune to hangups, with output to a non-tty
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/od.1   2004-03-03 07:52:29.000000000 +0900
++++ coreutils-5.2.1/man/od.1   2004-12-05 00:57:43.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH OD "1" "March 2004" "od (coreutils) 5.2.1" "User Commands"
++.TH OD "1" "December 2004" "od (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ od \- dump files in octal and other formats
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/paste.1        2004-03-03 07:52:29.000000000 +0900
++++ coreutils-5.2.1/man/paste.1        2004-12-05 00:57:44.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH PASTE "1" "March 2004" "paste (coreutils) 5.2.1" "User Commands"
++.TH PASTE "1" "December 2004" "paste (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ paste \- merge lines of files
+ .SH SYNOPSIS
+@@ -20,6 +20,9 @@ reuse characters from LIST instead of TA
+ \fB\-s\fR, \fB\-\-serial\fR
+ paste one file at a time instead of in parallel
+ .TP
++\fB\-f\fR, \fB\-\-first\-eof\fR
++terminate after encountering the first EOF
++.TP
+ \fB\-\-help\fR
+ display this help and exit
+ .TP
+--- coreutils-5.2.1/man/pathchk.1      2004-03-03 07:52:29.000000000 +0900
++++ coreutils-5.2.1/man/pathchk.1      2004-12-05 00:57:45.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH PATHCHK "1" "March 2004" "pathchk 5.2.1" "User Commands"
++.TH PATHCHK "1" "December 2004" "pathchk 5.2.1" "User Commands"
+ .SH NAME
+ pathchk \- check whether file names are valid or portable
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/pinky.1        2004-03-03 07:52:29.000000000 +0900
++++ coreutils-5.2.1/man/pinky.1        2004-12-05 00:57:45.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH PINKY "1" "March 2004" "pinky (coreutils) 5.2.1" "User Commands"
++.TH PINKY "1" "December 2004" "pinky (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ pinky \- lightweight finger
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/pr.1   2004-03-03 07:52:29.000000000 +0900
++++ coreutils-5.2.1/man/pr.1   2004-12-05 00:57:45.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH PR "1" "March 2004" "pr (coreutils) 5.2.1" "User Commands"
++.TH PR "1" "December 2004" "pr (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ pr \- convert text files for printing
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/printenv.1     2004-03-03 07:52:30.000000000 +0900
++++ coreutils-5.2.1/man/printenv.1     2004-12-05 00:57:46.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH PRINTENV "1" "March 2004" "printenv 5.2.1" "User Commands"
++.TH PRINTENV "1" "December 2004" "printenv 5.2.1" "User Commands"
+ .SH NAME
+ printenv \- print all or part of environment
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/printf.1       2004-03-03 07:52:30.000000000 +0900
++++ coreutils-5.2.1/man/printf.1       2004-12-05 00:57:46.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH PRINTF "1" "March 2004" "printf 5.2.1" "User Commands"
++.TH PRINTF "1" "December 2004" "printf 5.2.1" "User Commands"
+ .SH NAME
+ printf \- format and print data
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/ptx.1  2004-03-03 07:52:30.000000000 +0900
++++ coreutils-5.2.1/man/ptx.1  2004-12-05 00:57:47.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH PTX "1" "March 2004" "ptx (coreutils) 5.2.1" "User Commands"
++.TH PTX "1" "December 2004" "ptx (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ ptx \- produce a permuted index of file contents
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/pwd.1  2004-03-03 07:52:30.000000000 +0900
++++ coreutils-5.2.1/man/pwd.1  2004-12-05 00:57:47.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH PWD "1" "March 2004" "pwd 5.2.1" "User Commands"
++.TH PWD "1" "December 2004" "pwd 5.2.1" "User Commands"
+ .SH NAME
+ pwd \- print name of current/working directory
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/readlink.1     2004-03-03 07:52:30.000000000 +0900
++++ coreutils-5.2.1/man/readlink.1     2004-12-05 00:57:48.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH READLINK "1" "March 2004" "readlink (coreutils) 5.2.1" "User Commands"
++.TH READLINK "1" "December 2004" "readlink (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ readlink \- display value of a symbolic link
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/rm.1   2004-03-03 07:52:30.000000000 +0900
++++ coreutils-5.2.1/man/rm.1   2004-12-05 00:57:48.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH RM "1" "March 2004" "rm (coreutils) 5.2.1" "User Commands"
++.TH RM "1" "December 2004" "rm (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ rm \- remove files or directories
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/rmdir.1        2004-03-03 07:52:30.000000000 +0900
++++ coreutils-5.2.1/man/rmdir.1        2004-12-05 00:57:48.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH RMDIR "1" "March 2004" "rmdir (coreutils) 5.2.1" "User Commands"
++.TH RMDIR "1" "December 2004" "rmdir (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ rmdir \- remove empty directories
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/seq.1  2004-03-03 07:52:30.000000000 +0900
++++ coreutils-5.2.1/man/seq.1  2004-12-05 00:57:49.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH SEQ "1" "March 2004" "seq (coreutils) 5.2.1" "User Commands"
++.TH SEQ "1" "December 2004" "seq (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ seq \- print a sequence of numbers
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/sha1sum.1      2004-03-03 07:52:30.000000000 +0900
++++ coreutils-5.2.1/man/sha1sum.1      2004-12-05 00:57:49.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH SHASUM "1" "March 2004" "shasum (coreutils) 5.2.1" "User Commands"
++.TH SHASUM "1" "December 2004" "shasum (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ shasum \- compute and check SHA1 message digest
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/shred.1        2004-03-03 07:52:30.000000000 +0900
++++ coreutils-5.2.1/man/shred.1        2004-12-05 00:57:50.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH SHRED "1" "March 2004" "shred (coreutils) 5.2.1" "User Commands"
++.TH SHRED "1" "December 2004" "shred (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ shred \- delete a file securely, first overwriting it to hide its contents
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/sleep.1        2004-03-03 07:52:31.000000000 +0900
++++ coreutils-5.2.1/man/sleep.1        2004-12-05 00:57:50.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH SLEEP "1" "March 2004" "sleep 5.2.1" "User Commands"
++.TH SLEEP "1" "December 2004" "sleep 5.2.1" "User Commands"
+ .SH NAME
+ sleep \- delay for a specified amount of time
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/sort.1 2004-03-03 07:52:31.000000000 +0900
++++ coreutils-5.2.1/man/sort.1 2004-12-05 00:57:51.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH SORT "1" "March 2004" "sort (coreutils) 5.2.1" "User Commands"
++.TH SORT "1" "December 2004" "sort (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ sort \- sort lines of text files
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/split.1        2004-03-03 07:52:31.000000000 +0900
++++ coreutils-5.2.1/man/split.1        2004-12-05 00:57:55.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH SPLIT "1" "March 2004" "split (coreutils) 5.2.1" "User Commands"
++.TH SPLIT "1" "December 2004" "split (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ split \- split a file into pieces
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/stat.1 2004-03-03 07:52:31.000000000 +0900
++++ coreutils-5.2.1/man/stat.1 2004-12-05 00:57:55.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH STAT "1" "March 2004" "stat (coreutils) 5.2.1" "User Commands"
++.TH STAT "1" "December 2004" "stat (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ stat \- display file or filesystem status
+ .SH SYNOPSIS
+
+--- coreutils-5.2.1/man/stty.1 2004-03-03 07:52:31.000000000 +0900
++++ coreutils-5.2.1/man/stty.1 2004-12-05 00:57:58.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH STTY "1" "March 2004" "stty 5.2.1" "User Commands"
++.TH STTY "1" "December 2004" "stty 5.2.1" "User Commands"
+ .SH NAME
+ stty \- change and print terminal line settings
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/su.1   2004-03-03 07:52:31.000000000 +0900
++++ coreutils-5.2.1/man/su.1   2004-12-05 00:57:59.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH SU "1" "March 2004" "su (coreutils) 5.2.1" "User Commands"
++.TH SU "1" "December 2004" "su (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ su \- run a shell with substitute user and group IDs
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/sum.1  2004-03-03 07:52:31.000000000 +0900
++++ coreutils-5.2.1/man/sum.1  2004-12-05 00:57:59.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH SUM "1" "March 2004" "sum (coreutils) 5.2.1" "User Commands"
++.TH SUM "1" "December 2004" "sum (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ sum \- checksum and count the blocks in a file
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/sync.1 2004-03-03 07:52:31.000000000 +0900
++++ coreutils-5.2.1/man/sync.1 2004-12-05 00:58:00.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH SYNC "1" "March 2004" "sync (coreutils) 5.2.1" "User Commands"
++.TH SYNC "1" "December 2004" "sync (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ sync \- flush filesystem buffers
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/tac.1  2004-03-03 07:52:32.000000000 +0900
++++ coreutils-5.2.1/man/tac.1  2004-12-05 00:58:00.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH TAC "1" "March 2004" "tac (coreutils) 5.2.1" "User Commands"
++.TH TAC "1" "December 2004" "tac (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ tac \- concatenate and print files in reverse
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/tail.1 2004-03-03 07:52:32.000000000 +0900
++++ coreutils-5.2.1/man/tail.1 2004-12-05 00:58:00.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH TAIL "1" "March 2004" "tail (coreutils) 5.2.1" "User Commands"
++.TH TAIL "1" "December 2004" "tail (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ tail \- output the last part of files
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/tee.1  2004-03-03 07:52:32.000000000 +0900
++++ coreutils-5.2.1/man/tee.1  2004-12-05 00:58:01.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH TEE "1" "March 2004" "tee (coreutils) 5.2.1" "User Commands"
++.TH TEE "1" "December 2004" "tee (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ tee \- read from standard input and write to standard output and files
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/test.1 2004-03-03 07:52:32.000000000 +0900
++++ coreutils-5.2.1/man/test.1 2004-12-05 00:58:01.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH [ "1" "March 2004" "[ 5.2.1" "User Commands"
++.TH [ "1" "December 2004" "[ 5.2.1" "User Commands"
+ .SH NAME
+ test \- check file types and compare values
+ .SH SYNOPSIS
+@@ -120,8 +120,8 @@ FILE exists and has a size greater than 
+ \fB\-S\fR FILE
+ FILE exists and is a socket
+ .TP
+-\fB\-t\fR [FD]
+-file descriptor FD (stdout by default) is opened on a terminal
++\fB\-t\fR FD
++file descriptor FD is opened on a terminal
+ .TP
+ \fB\-u\fR FILE
+ FILE exists and its set-user-ID bit is set
+--- coreutils-5.2.1/man/touch.1        2004-03-03 07:52:32.000000000 +0900
++++ coreutils-5.2.1/man/touch.1        2004-12-05 00:58:01.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH TOUCH "1" "March 2004" "touch (coreutils) 5.2.1" "User Commands"
++.TH TOUCH "1" "December 2004" "touch (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ touch \- change file timestamps
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/tr.1   2004-03-03 07:52:32.000000000 +0900
++++ coreutils-5.2.1/man/tr.1   2004-12-05 00:58:02.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH TR "1" "March 2004" "tr (coreutils) 5.2.1" "User Commands"
++.TH TR "1" "December 2004" "tr (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ tr \- translate or delete characters
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/true.1 2004-03-03 07:52:32.000000000 +0900
++++ coreutils-5.2.1/man/true.1 2004-12-05 00:58:02.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH TRUE "1" "March 2004" "true 5.2.1" "User Commands"
++.TH TRUE "1" "December 2004" "true 5.2.1" "User Commands"
+ .SH NAME
+ true \- do nothing, successfully
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/tsort.1        2004-03-03 07:52:32.000000000 +0900
++++ coreutils-5.2.1/man/tsort.1        2004-12-05 00:58:02.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH TSORT "1" "March 2004" "tsort (coreutils) 5.2.1" "User Commands"
++.TH TSORT "1" "December 2004" "tsort (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ tsort \- perform topological sort
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/tty.1  2004-03-03 07:52:33.000000000 +0900
++++ coreutils-5.2.1/man/tty.1  2004-12-05 00:58:03.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH TTY "1" "March 2004" "tty (coreutils) 5.2.1" "User Commands"
++.TH TTY "1" "December 2004" "tty (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ tty \- print the file name of the terminal connected to standard input
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/uname.1        2004-03-03 07:52:33.000000000 +0900
++++ coreutils-5.2.1/man/uname.1        2004-12-05 00:58:03.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH UNAME "1" "March 2004" "uname (coreutils) 5.2.1" "User Commands"
++.TH UNAME "1" "December 2004" "uname (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ uname \- print system information
+ .SH SYNOPSIS
+@@ -28,12 +28,6 @@ print the kernel version
+ \fB\-m\fR, \fB\-\-machine\fR
+ print the machine hardware name
+ .TP
+-\fB\-p\fR, \fB\-\-processor\fR
+-print the processor type
+-.TP
+-\fB\-i\fR, \fB\-\-hardware\-platform\fR
+-print the hardware platform
+-.TP
+ \fB\-o\fR, \fB\-\-operating\-system\fR
+ print the operating system
+ .TP
+--- coreutils-5.2.1/man/unexpand.1     2004-03-03 07:52:33.000000000 +0900
++++ coreutils-5.2.1/man/unexpand.1     2004-12-05 00:58:03.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH UNEXPAND "1" "March 2004" "unexpand (coreutils) 5.2.1" "User Commands"
++.TH UNEXPAND "1" "December 2004" "unexpand (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ unexpand \- convert spaces to tabs
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/uniq.1 2004-03-03 07:52:33.000000000 +0900
++++ coreutils-5.2.1/man/uniq.1 2004-12-05 00:58:04.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH UNIQ "1" "March 2004" "uniq (coreutils) 5.2.1" "User Commands"
++.TH UNIQ "1" "December 2004" "uniq (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ uniq \- remove duplicate lines from a sorted file
+ .SH SYNOPSIS
+@@ -32,20 +32,26 @@ ignore differences in case when comparin
+ \fB\-s\fR, \fB\-\-skip\-chars\fR=\fIN\fR
+ avoid comparing the first N characters
+ .TP
++\fB\-t\fR, \fB\-\-separator\fR=\fISEP\fR
++use SEParator to delimit fields
++.TP
+ \fB\-u\fR, \fB\-\-unique\fR
+ only print unique lines
+ .TP
+ \fB\-w\fR, \fB\-\-check\-chars\fR=\fIN\fR
+ compare no more than N characters in lines
+ .TP
++\fB\-W\fR, \fB\-\-check\-fields\fR=\fIN\fR
++compare no more than N fields in lines
++.TP
+ \fB\-\-help\fR
+ display this help and exit
+ .TP
+ \fB\-\-version\fR
+ output version information and exit
+ .PP
+-A field is a run of whitespace, then non-whitespace characters.
+-Fields are skipped before chars.
++A field is a run of whitespace, then non-whitespace characters, unless
++a SEParator is given.  Fields are skipped before chars.
+ .SH AUTHOR
+ Written by Richard Stallman and David MacKenzie.
+ .SH "REPORTING BUGS"
+--- coreutils-5.2.1/man/unlink.1       2004-03-03 07:52:33.000000000 +0900
++++ coreutils-5.2.1/man/unlink.1       2004-12-05 00:58:04.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH UNLINK "1" "March 2004" "unlink 5.2.1" "User Commands"
++.TH UNLINK "1" "December 2004" "unlink 5.2.1" "User Commands"
+ .SH NAME
+ unlink \- call the unlink function to remove the specified file
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/uptime.1       2004-03-03 07:52:33.000000000 +0900
++++ coreutils-5.2.1/man/uptime.1       2004-12-05 00:58:04.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH UPTIME "1" "March 2004" "uptime 5.2.1" "User Commands"
++.TH UPTIME "1" "December 2004" "uptime 5.2.1" "User Commands"
+ .SH NAME
+ uptime \- tell how long the system has been running
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/users.1        2004-03-03 07:52:33.000000000 +0900
++++ coreutils-5.2.1/man/users.1        2004-12-05 00:58:05.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH USERS "1" "March 2004" "users 5.2.1" "User Commands"
++.TH USERS "1" "December 2004" "users 5.2.1" "User Commands"
+ .SH NAME
+ users \- print the user names of users currently logged in to the current host
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/vdir.1 2004-03-03 07:52:33.000000000 +0900
++++ coreutils-5.2.1/man/vdir.1 2004-12-05 00:58:05.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH VDIR "1" "March 2004" "vdir (coreutils) 5.2.1" "User Commands"
++.TH VDIR "1" "December 2004" "vdir (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ vdir \- list directory contents
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/wc.1   2004-03-03 07:52:33.000000000 +0900
++++ coreutils-5.2.1/man/wc.1   2004-12-05 00:58:05.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH WC "1" "March 2004" "wc (coreutils) 5.2.1" "User Commands"
++.TH WC "1" "December 2004" "wc (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ wc \- print the number of newlines, words, and bytes in files
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/who.1  2004-03-03 07:52:33.000000000 +0900
++++ coreutils-5.2.1/man/who.1  2004-12-05 00:58:06.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH WHO "1" "March 2004" "who (coreutils) 5.2.1" "User Commands"
++.TH WHO "1" "December 2004" "who (coreutils) 5.2.1" "User Commands"
+ .SH NAME
+ who \- show who is logged on
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/whoami.1       2004-03-03 07:52:33.000000000 +0900
++++ coreutils-5.2.1/man/whoami.1       2004-12-05 00:58:06.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH WHOAMI "1" "March 2004" "whoami 5.2.1" "User Commands"
++.TH WHOAMI "1" "December 2004" "whoami 5.2.1" "User Commands"
+ .SH NAME
+ whoami \- print effective userid
+ .SH SYNOPSIS
+--- coreutils-5.2.1/man/yes.1  2004-03-03 07:52:34.000000000 +0900
++++ coreutils-5.2.1/man/yes.1  2004-12-05 00:58:06.000000000 +0900
+@@ -1,5 +1,5 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
+-.TH YES "1" "March 2004" "yes 5.2.1" "User Commands"
++.TH YES "1" "December 2004" "yes 5.2.1" "User Commands"
+ .SH NAME
+ yes \- output a string repeatedly until killed
+ .SH SYNOPSIS


--- End Message ---
--- Begin Message --- I suspect that there's going to be more to enabling cross compilation than just changing the man pages. At a minimum, there would need to be some sort of automated process for generating this man page diff (it's obviously not going to keep itself up to date). At this point I don't see enough demand for cross compiling (I *definitely* don't want it done for any of the supported architectures, which is most of our userbase) to justify this. If there is such demand, if someone wants to suggest a comprehensive solution which accounts for all the potential cross-build problems, and which doesn't impact the normal build path at all (e.g., it would require a special deb build flag to enable) I'd certainly be willing to consider it.

Mike Stone


--- End Message ---

Reply via email to