summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-03-24 17:02:16 +0000
committerobrien <obrien@FreeBSD.org>2002-03-24 17:02:16 +0000
commit9df0f53dd93a61085fdf67ac00f9f3e2bdb699a6 (patch)
tree5d082bc3424ca9d6c8a627a67c7cfe1137eb765e
parentce8b8b89999c0445ac8a2b547aa550e9e3086a1c (diff)
downloadFreeBSD-src-9df0f53dd93a61085fdf67ac00f9f3e2bdb699a6.zip
FreeBSD-src-9df0f53dd93a61085fdf67ac00f9f3e2bdb699a6.tar.gz
'char *' can be a large entity now (on 64-bit platforms). Thus move it up
to make the example match the text requirements.
-rw-r--r--share/man/man9/style.92
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud