--- src/share/man/man9/style.9 2004/10/30 12:14:14 1.15 +++ src/share/man/man9/style.9 2004/12/31 21:43:20 1.16 @@ -302,8 +302,8 @@ void function(int); Prototypes may have an extra space after a tab to enable function names to line up: .Bd -literal -static char *function(int _arg, const char *_arg2, struct foo *_arg3, - struct bar *_arg4); +static char *function(int, const char *, struct foo *, struct bar *, + struct baz **); static void usage(void); /*