diff options
| author | Jeremie Le Hen <jlh@FreeBSD.org> | 2012-04-28 21:50:30 +0000 |
|---|---|---|
| committer | Jeremie Le Hen <jlh@FreeBSD.org> | 2012-04-28 21:50:30 +0000 |
| commit | 5a239e7000c98a5a67e020ee8dac21ee7fbd3f12 (patch) | |
| tree | 150d5fc0f491e60dbea83e981531d4013723f9d3 | |
| parent | 6486b015fc84e96725fef22b0e3363351399ae83 (diff) | |
Notes
| -rw-r--r-- | lib/libc/stdio/setbuf.3 | 2 | ||||
| -rw-r--r-- | lib/libstdbuf/libstdbuf.3 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/setbuf.3 b/lib/libc/stdio/setbuf.3 index d02d7ea579e83..2eda0e62b1530 100644 --- a/lib/libc/stdio/setbuf.3 +++ b/lib/libc/stdio/setbuf.3 @@ -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 diff --git a/lib/libstdbuf/libstdbuf.3 b/lib/libstdbuf/libstdbuf.3 index c60ffd7eb8505..9b37cb0224ac6 100644 --- a/lib/libstdbuf/libstdbuf.3 +++ b/lib/libstdbuf/libstdbuf.3 @@ -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 |
