Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Apr 2012 21:50:30 +0000 (UTC)
From:      Jeremie Le Hen <jlh@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r234773 - in head/lib: libc/stdio libstdbuf
Message-ID:  <201204282150.q3SLoUI3082016@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204282150.q3SLoUI3082016>