Module Name: src Committed By: pgoyette Date: Thu Feb 22 08:33:43 UTC 2018
Modified Files: src/lib/libc/stdio: stdio.3 Log Message: Remove extra "an" Thanks to J. Lewis Muir To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/lib/libc/stdio/stdio.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/stdio/stdio.3 diff -u src/lib/libc/stdio/stdio.3:1.26 src/lib/libc/stdio/stdio.3:1.27 --- src/lib/libc/stdio/stdio.3:1.26 Sun Sep 6 04:20:50 2015 +++ src/lib/libc/stdio/stdio.3 Thu Feb 22 08:33:43 2018 @@ -1,4 +1,4 @@ -.\" $NetBSD: stdio.3,v 1.26 2015/09/06 04:20:50 mrg Exp $ +.\" $NetBSD: stdio.3,v 1.27 2018/02/22 08:33:43 pgoyette Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)stdio.3 8.7 (Berkeley) 4/19/94 .\" -.Dd September 6, 2015 +.Dd February 22, 2018 .Dt STDIO 3 .Os .Sh NAME @@ -137,7 +137,7 @@ In fact, freshly-opened streams that refer to terminal devices default to line buffering, and pending output to such streams is written automatically -whenever an such an input stream is read. +whenever such an input stream is read. Note that this applies only to .Dq "true reads" ; if the read request can be satisfied by existing buffered data,