OSDN Git Service

(split) LDP: Update original to LDP v3.52.
[linuxjm/LDP_man-pages.git] / original / man3 / scanf.3
index e477298..9fb8b67 100644 (file)
@@ -212,7 +212,7 @@ allocates a buffer of sufficient size,
 and assigns the address of this buffer to the corresponding
 .I pointer
 argument, which should be a pointer to a
-.I "char *"
+.I "char\ *"
 variable (this variable does not need to be initialized before the call).
 The caller should subsequently
 .BR free (3)
@@ -462,9 +462,8 @@ Matches a sequence of characters whose length is specified by the
 .I maximum field width
 (default 1); the next pointer must be a pointer to
 .IR char ,
-and there must be enough room for all the characters (no terminating
-null byte
-is added).
+and there must be enough room for all the characters
+(no terminating null byte is added).
 The usual skip of leading white space is suppressed.
 To skip white space first, use an explicit space in the format.
 .TP