From owner-svn-src-all@FreeBSD.ORG Sat Apr 28 21:50:31 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1AE3C106566C; Sat, 28 Apr 2012 21:50:31 +0000 (UTC) (envelope-from jlh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 05AF48FC15; Sat, 28 Apr 2012 21:50:31 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q3SLoUwa082019; Sat, 28 Apr 2012 21:50:30 GMT (envelope-from jlh@svn.freebsd.org) Received: (from jlh@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q3SLoUI3082016; Sat, 28 Apr 2012 21:50:30 GMT (envelope-from jlh@svn.freebsd.org) Message-Id: <201204282150.q3SLoUI3082016@svn.freebsd.org> From: Jeremie Le Hen Date: Sat, 28 Apr 2012 21:50:30 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r234773 - in head/lib: libc/stdio libstdbuf X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Apr 2012 21:50:31 -0000 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