minor printf format error
[unix-history] / usr / src / lib / libc / gen / gethostname.3
index 67bba9b..f5c8c48 100644 (file)
@@ -2,7 +2,7 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)gethostname.3       6.3 (Berkeley) %G%
+.\"    @(#)gethostname.3       6.4 (Berkeley) %G%
 .\"
 .TH GETHOSTNAME 2 ""
 .UC 5
 .\"
 .TH GETHOSTNAME 2 ""
 .UC 5
@@ -42,7 +42,7 @@ is normally used only when the system is bootstrapped.
 .SH "RETURN VALUE
 If the call succeeds a value of 0 is returned.  If the call
 fails, then a value of \-1 is returned and an error code is
 .SH "RETURN VALUE
 If the call succeeds a value of 0 is returned.  If the call
 fails, then a value of \-1 is returned and an error code is
-placed int the global location \fIerrno\fP.
+placed in the global location \fIerrno\fP.
 .SH "ERRORS
 The following errors may be returned by these calls:
 .TP 15
 .SH "ERRORS
 The following errors may be returned by these calls:
 .TP 15