diff options
author | Theodore Ts'o <tytso@mit.edu> | 2001-05-12 15:32:46 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2001-05-12 15:32:46 +0000 |
commit | 14fc5a37d305aff7332d93058c5db968e565cd28 (patch) | |
tree | ec28bbc93634b5df123f4cf12082707a3f6e7d4f | |
parent | fc9a69ca37cb5b4f77a9cfcd0f4458a981208c5d (diff) | |
download | e2fsprogs-14fc5a37d305aff7332d93058c5db968e565cd28.tar.gz |
Many files:
libuuid.3.in, uuid_clear.3.in, uuid_compare.3.in, uuid_copy.3.in,
uuid_generate.3.in, uuid_is_null.3.in, uuid_parse.3.in,
uuid_time.3.in, uuid_unparse.3.in: Update URL location of e2fsprogs
package.
-rw-r--r-- | lib/uuid/ChangeLog | 7 | ||||
-rw-r--r-- | lib/uuid/libuuid.3.in | 4 | ||||
-rw-r--r-- | lib/uuid/uuid_clear.3.in | 4 | ||||
-rw-r--r-- | lib/uuid/uuid_compare.3.in | 4 | ||||
-rw-r--r-- | lib/uuid/uuid_copy.3.in | 4 | ||||
-rw-r--r-- | lib/uuid/uuid_generate.3.in | 4 | ||||
-rw-r--r-- | lib/uuid/uuid_is_null.3.in | 4 | ||||
-rw-r--r-- | lib/uuid/uuid_parse.3.in | 4 | ||||
-rw-r--r-- | lib/uuid/uuid_time.3.in | 4 | ||||
-rw-r--r-- | lib/uuid/uuid_unparse.3.in | 4 |
10 files changed, 25 insertions, 18 deletions
diff --git a/lib/uuid/ChangeLog b/lib/uuid/ChangeLog index 3facde14..2a239b23 100644 --- a/lib/uuid/ChangeLog +++ b/lib/uuid/ChangeLog @@ -1,3 +1,10 @@ +2001-05-12 Theodore Tso <tytso@valinux.com> + + * libuuid.3.in, uuid_clear.3.in, uuid_compare.3.in, uuid_copy.3.in, + uuid_generate.3.in, uuid_is_null.3.in, uuid_parse.3.in, + uuid_time.3.in, uuid_unparse.3.in: Update URL location of + e2fsprogs package. + 2001-05-01 Theodore Tso <tytso@valinux.com> * parse.c, compare.c: Include string.h to fix gcc -Wall diff --git a/lib/uuid/libuuid.3.in b/lib/uuid/libuuid.3.in index 270bff70..93729005 100644 --- a/lib/uuid/libuuid.3.in +++ b/lib/uuid/libuuid.3.in @@ -36,8 +36,8 @@ OSF DCE 1.1 was written by Theodore Y. Ts'o for the ext2 filesystem utilties. .SH AVAILABILITY .B libuuid -is part of the e2fsprogs package and is available for anonymous ftp -from tsx\-11.mit.edu (and its mirrors) in /pub/linux/packages/ext2fs. +is part of the e2fsprogs package and is available from +http://e2fsprogs.sourceforge.net. .SH "SEE ALSO" .BR uuid_clear (3), .BR uuid_compare (3), diff --git a/lib/uuid/uuid_clear.3.in b/lib/uuid/uuid_clear.3.in index fe80819b..6f32b128 100644 --- a/lib/uuid/uuid_clear.3.in +++ b/lib/uuid/uuid_clear.3.in @@ -25,8 +25,8 @@ to the NULL value. was written by Theodore Y. Ts'o for the ext2 filesystem utilties. .SH AVAILABILITY .B uuid_clear -is part of libuuid from the e2fsprogs package and is available for anonymous -ftp from tsx\-11.mit.edu (and its mirrors) in /pub/linux/packages/ext2fs. +is part of libuuid from the e2fsprogs package and is available from +http://e2fsprogs.sourceforge.net. .SH "SEE ALSO" .BR libuuid (3), .BR uuid_compare (3), diff --git a/lib/uuid/uuid_compare.3.in b/lib/uuid/uuid_compare.3.in index de56e426..a5759eb0 100644 --- a/lib/uuid/uuid_compare.3.in +++ b/lib/uuid/uuid_compare.3.in @@ -31,8 +31,8 @@ greater than was written by Theodore Y. Ts'o for the ext2 filesystem utilties. .SH AVAILABILITY .B uuid_compare -is part of libuuid from the e2fsprogs package and is available for anonymous -ftp from tsx\-11.mit.edu (and its mirrors) in /pub/linux/packages/ext2fs. +is part of libuuid from the e2fsprogs package and is available from +http://e2fsprogs.sourceforge.net. .SH "SEE ALSO" .BR libuuid (3), .BR uuid_clear (3), diff --git a/lib/uuid/uuid_copy.3.in b/lib/uuid/uuid_copy.3.in index 6875c8da..52fd1667 100644 --- a/lib/uuid/uuid_copy.3.in +++ b/lib/uuid/uuid_copy.3.in @@ -27,8 +27,8 @@ The copied UUID is returned in the location pointed to by was written by Theodore Y. Ts'o for the ext2 filesystem utilties. .SH AVAILABILITY .B uuid_copy -is part of libuuid from the e2fsprogs package and is available for anonymous -ftp from tsx\-11.mit.edu (and its mirrors) in /pub/linux/packages/ext2fs. +is part of libuuid from the e2fsprogs package and is available from +http://e2fsprogs.sourceforge.net. .SH "SEE ALSO" .BR libuuid (3), .BR uuid_clear (3), diff --git a/lib/uuid/uuid_generate.3.in b/lib/uuid/uuid_generate.3.in index cbfdb1a0..ed15dd60 100644 --- a/lib/uuid/uuid_generate.3.in +++ b/lib/uuid/uuid_generate.3.in @@ -67,8 +67,8 @@ OSF DCE 1.1 was written by Theodore Y. Ts'o for the ext2 filesystem utilties. .SH AVAILABILITY .B uuid_generate -is part of libuuid from the e2fsprogs package and is available for anonymous -ftp from tsx\-11.mit.edu (and its mirrors) in /pub/linux/packages/ext2fs. +is part of libuuid from the e2fsprogs package and is available from +http://e2fsprogs.sourceforge.net. .SH "SEE ALSO" .BR libuuid (3), .BR uuid_clear (3), diff --git a/lib/uuid/uuid_is_null.3.in b/lib/uuid/uuid_is_null.3.in index 42a65b46..94ad0afe 100644 --- a/lib/uuid/uuid_is_null.3.in +++ b/lib/uuid/uuid_is_null.3.in @@ -26,8 +26,8 @@ otherwise 0 is returned. was written by Theodore Y. Ts'o for the ext2 filesystem utilties. .SH AVAILABILITY .B uuid_is_null -is part of libuuid from the e2fsprogs package and is available for anonymous -ftp from tsx\-11.mit.edu (and its mirrors) in /pub/linux/packages/ext2fs. +is part of libuuid from the e2fsprogs package and is available from +http://e2fsprogs.sourceforge.net. .SH "SEE ALSO" .BR libuuid (3), .BR uuid_clear (3), diff --git a/lib/uuid/uuid_parse.3.in b/lib/uuid/uuid_parse.3.in index 221a10d9..d0b646d2 100644 --- a/lib/uuid/uuid_parse.3.in +++ b/lib/uuid/uuid_parse.3.in @@ -37,8 +37,8 @@ OSF DCE 1.1 was written by Theodore Y. Ts'o for the ext2 filesystem utilties. .SH AVAILABILITY .B uuid_parse -is part of libuuid from the e2fsprogs package and is available for anonymous -ftp from tsx\-11.mit.edu (and its mirrors) in /pub/linux/packages/ext2fs. +is part of libuuid from the e2fsprogs package and is available from +http://e2fsprogs.sourceforge.net. .SH "SEE ALSO" .BR libuuid (3), .BR uuid_clear (3), diff --git a/lib/uuid/uuid_time.3.in b/lib/uuid/uuid_time.3.in index 2108bf4d..b85aa233 100644 --- a/lib/uuid/uuid_time.3.in +++ b/lib/uuid/uuid_time.3.in @@ -39,8 +39,8 @@ the epoch, is also stored in the location pointed to by was written by Theodore Y. Ts'o for the ext2 filesystem utilties. .SH AVAILABILITY .B uuid_time -is part of libuuid from the e2fsprogs package and is available for anonymous -ftp from tsx\-11.mit.edu (and its mirrors) in /pub/linux/packages/ext2fs. +is part of libuuid from the e2fsprogs package and is available from +http://e2fsprogs.sourceforge.net. .SH "SEE ALSO" .BR libuuid (3), .BR uuid_clear (3), diff --git a/lib/uuid/uuid_unparse.3.in b/lib/uuid/uuid_unparse.3.in index ef5807b6..7099ed22 100644 --- a/lib/uuid/uuid_unparse.3.in +++ b/lib/uuid/uuid_unparse.3.in @@ -30,8 +30,8 @@ OSF DCE 1.1 was written by Theodore Y. Ts'o for the ext2 filesystem utilties. .SH AVAILABILITY .B uuid_unparse -is part of libuuid from the e2fsprogs package and is available for anonymous -ftp from tsx\-11.mit.edu (and its mirrors) in /pub/linux/packages/ext2fs. +is part of libuuid from the e2fsprogs package and is available from +http://e2fsprogs.sourceforge.net. .SH "SEE ALSO" .BR libuuid (3), .BR uuid_clear (3), |