From 9df0f53dd93a61085fdf67ac00f9f3e2bdb699a6 Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 24 Mar 2002 17:02:16 +0000 Subject: 'char *' can be a large entity now (on 64-bit platforms). Thus move it up to make the example match the text requirements. --- share/man/man9/style.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index f834381..a3eda41 100644 --- a/share/man/man9/style.9 +++ b/share/man/man9/style.9 @@ -318,9 +318,9 @@ static void usage(void); int main(int argc, char *argv[]) { + char *ep; long num; int ch; - char *ep; .Ed .Pp -- cgit v1.1