svn commit: r234773 - in head/lib: libc/stdio libstdbuf
Jeremie Le Hen
jlh at FreeBSD.org
Sat Apr 28 21:50:31 UTC 2012
Author: jlh
Date: Sat Apr 28 21:50:30 2012
New Revision: 234773
URL: http://svn.freebsd.org/changeset/base/234773
Log:
Fix small documentation mistakes.
Submitted by: brueffer
Approved by: kib (mentor)
Modified:
head/lib/libc/stdio/setbuf.3
head/lib/libstdbuf/libstdbuf.3
Modified: head/lib/libc/stdio/setbuf.3
==============================================================================
--- head/lib/libc/stdio/setbuf.3 Sat Apr 28 20:52:20 2012 (r234772)
+++ head/lib/libc/stdio/setbuf.3 Sat Apr 28 21:50:30 2012 (r234773)
@@ -83,7 +83,7 @@ normally does) it is line buffered.
The standard error stream
.Dv stderr
is always unbuffered.
-Note that these defaults maybe be altered using the
+Note that these defaults may be altered using the
.Xr stdbuf 1
utility.
.Pp
Modified: head/lib/libstdbuf/libstdbuf.3
==============================================================================
--- head/lib/libstdbuf/libstdbuf.3 Sat Apr 28 20:52:20 2012 (r234772)
+++ head/lib/libstdbuf/libstdbuf.3 Sat Apr 28 21:50:30 2012 (r234773)
@@ -43,7 +43,7 @@ an utility,
.Xr stdbuf 1 ,
can be used to run a command with the appropriate environment variables.
.Sh ENVIRONMENT
-Each stream can be configured indepentently through the following
+Each stream can be configured independently through the following
environment variables (values are defined below):
.Bl -tag -width size -offset indent
.It Ev _STDBUF_I
More information about the svn-src-head
mailing list