From 83f0baef29fd4962f5cb8ac93fb332af87433a4a Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Sun, 13 Mar 2011 12:56:57 +0000 Subject: [PATCH] DOC: pt_util now outputs ntohl'd epoch and version Commit 87e959e87df52e026ffcb2de8ecfcbf4889f7bd8 fixed pt_util so that the epoch and version is correctly byte-swapped on little endian systems. Remove the warning about this from the manpage as it is no longer relevant. Change-Id: Ic54223b0a8812825a1b7a8d2b8ee1b0c51ecea05 Reviewed-on: http://gerrit.openafs.org/4210 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- doc/man-pages/pod8/pt_util.pod | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/man-pages/pod8/pt_util.pod b/doc/man-pages/pod8/pt_util.pod index 0a98867aa7..0e2846a223 100644 --- a/doc/man-pages/pod8/pt_util.pod +++ b/doc/man-pages/pod8/pt_util.pod @@ -104,9 +104,6 @@ not be used if you have and are using groups within groups. In all cases, entry timestamps and other information is also not preserved. -The epoch and version are reported on standard error. On little-endian -machines, they'll be byte swapped, so may be very random. - =head1 EXAMPLES The following example shows how to initialize the database from scratch.