summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoeyh <joeyh>2007-08-01 17:45:57 +0000
committerjoeyh <joeyh>2007-08-01 17:45:57 +0000
commit8773c86ce7fc4dd09a47dcae4edc2c95a3f90cef (patch)
tree8f9a3953da38e6d532bb34deac8824a9fa6ef791
parent20f02556ba24e70151d51cd82b68a74f876ddedf (diff)
downloadmoreutils-8773c86ce7fc4dd09a47dcae4edc2c95a3f90cef.tar.gz
* Add pointer to join from combine's man page. Closes: #435516
-rwxr-xr-xcombine4
-rw-r--r--debian/changelog6
2 files changed, 10 insertions, 0 deletions
diff --git a/combine b/combine
index fafe71f..a695935 100755
--- a/combine
+++ b/combine
@@ -60,6 +60,10 @@ sugar shown in the latter half of the synopsis (similar to the test/[
command). It is not currently installed as "_" by default, but you can
alias it to that if you like.
+=head1 SEE ALSO
+
+join(1)
+
=head1 AUTHOR
Copyright 2006 by Joey Hess <joey@kitenet.net>
diff --git a/debian/changelog b/debian/changelog
index d8eef89..52e97b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+moreutils (0.23) UNRELEASED; urgency=low
+
+ * Add pointer to join from combine's man page. Closes: #435516
+
+ -- Joey Hess <joeyh@debian.org> Wed, 01 Aug 2007 13:45:23 -0400
+
moreutils (0.22) unstable; urgency=low
* vidir, zrun: Don't put temp files in the current directory. Closes: #429367