From d0b8a20c47dc66671b9200955f5f88eb7e56d8f2 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 9 Mar 2015 15:03:58 +0100 Subject: [PATCH] man-pages.7: Tweak preferred indent(1) command Signed-off-by: Michael Kerrisk --- man7/man-pages.7 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man7/man-pages.7 b/man7/man-pages.7 index cd238d2da..cacc2448e 100644 --- a/man7/man-pages.7 +++ b/man7/man-pages.7 @@ -858,9 +858,9 @@ Example programs should be laid out according to Kernighan and Ritchie style, with 4-space indents. (Avoid the use of TAB characters in source code!) The following command can be used to format your source code to -the preferred style: +something close to the preferred style: - indent \-npro \-kr \-i4 \-ts4 \-sob \-l80 \-ss \-nut \-psl prog.c + indent \-npro \-kr \-i4 \-ts4 \-sob \-l72 \-ss \-nut \-psl prog.c .IP * For consistency, all example programs should terminate using either of: