[PATCH] printf.3: fix prototype indentation

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Mike Frysinger <vapier@xxxxxxxxxx>
---
 man3/printf.3 | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/man3/printf.3 b/man3/printf.3
index 4fa1f11f3c25..e39fb069b133 100644
--- a/man3/printf.3
+++ b/man3/printf.3
@@ -47,19 +47,19 @@ vsprintf, vsnprintf \- formatted output conversion
 .BI "int sprintf(char *restrict " str ,
 .BI "            const char *restrict " format ", ...);"
 .BI "int snprintf(char *restrict " str ", size_t " size ,
-.BI "            const char *restrict " format ", ...);"
+.BI "             const char *restrict " format ", ...);"
 .PP
 .B #include <stdarg.h>
 .PP
 .BI "int vprintf(const char *restrict " format ", va_list " ap );
 .BI "int vfprintf(FILE *restrict " stream ,
-.BI "            const char *restrict " format ", va_list " ap );
+.BI "             const char *restrict " format ", va_list " ap );
 .BI "int vdprintf(int " fd ,
-.BI "            const char *restrict " format ", va_list " ap );
+.BI "             const char *restrict " format ", va_list " ap );
 .BI "int vsprintf(char *restrict " str ,
-.BI "            const char *restrict " format ", va_list " ap );
+.BI "             const char *restrict " format ", va_list " ap );
 .BI "int vsnprintf(char *restrict " str ", size_t " size ,
-.BI "            const char *restrict " format ", va_list " ap );
+.BI "              const char *restrict " format ", va_list " ap );
 .fi
 .PP
 .RS -4
-- 
2.34.1




[Index of Archives]     [Kernel Documentation]     [Netdev]     [Linux Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux