aboutsummaryrefslogtreecommitdiffstats
path: root/man3/gets.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-12-23 13:45:24 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-12-23 13:45:24 +0000
commit5895e7eb8db03c2a60a100dfa0fe6a6515bf718c (patch)
tree7357285775d55350b962bfae54130fb3ef1514ba /man3/gets.3
parentd9cf37f470adcba2f4df7866155499a5df58461b (diff)
downloadman-pages-5895e7eb8db03c2a60a100dfa0fe6a6515bf718c.tar.gz
wspace in SYNOPSIS
Diffstat (limited to 'man3/gets.3')
-rw-r--r--man3/gets.310
1 files changed, 5 insertions, 5 deletions
diff --git a/man3/gets.3 b/man3/gets.3
index 52a90cd1fe..a802cc1056 100644
--- a/man3/gets.3
+++ b/man3/gets.3
@@ -30,15 +30,15 @@ fgetc, fgets, getc, getchar, gets, ungetc \- input of characters and strings
.B #include <stdio.h>
.sp
.BI "int fgetc(FILE *" stream );
-.br
+
.BI "char *fgets(char *" "s" ", int " "size" ", FILE *" "stream" );
-.br
+
.BI "int getc(FILE *" stream );
-.br
+
.B "int getchar(void);"
-.br
+
.BI "char *gets(char *" "s" );
-.br
+
.BI "int ungetc(int " c ", FILE *" stream );
.SH DESCRIPTION
.BR fgetc ()