From 57b1aaa4a729af101c6f882e1229cc19d8a9a341 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 5 Jan 2014 13:19:04 +1300 Subject: [PATCH] getsubopt.3: ffix (K&R style in example program) Signed-off-by: Michael Kerrisk --- man3/getsubopt.3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man3/getsubopt.3 b/man3/getsubopt.3 index 6d9091943..a4ba75515 100644 --- a/man3/getsubopt.3 +++ b/man3/getsubopt.3 @@ -144,7 +144,8 @@ The following program expects suboptions following a "\-o" option. #include #include -int main(int argc, char **argv) +int +main(int argc, char **argv) { enum { RO_OPT = 0,