summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorjlh <jlh@FreeBSD.org>2012-04-28 21:50:30 +0000
committerjlh <jlh@FreeBSD.org>2012-04-28 21:50:30 +0000
commit5031e7fe61c91e3b35bda6900c9498abf564d769 (patch)
tree150d5fc0f491e60dbea83e981531d4013723f9d3 /lib
parentdfaa19ccd10b974cbcb4948e6c901a1af2bccdfc (diff)
downloadFreeBSD-src-5031e7fe61c91e3b35bda6900c9498abf564d769.zip
FreeBSD-src-5031e7fe61c91e3b35bda6900c9498abf564d769.tar.gz
Fix small documentation mistakes.
Submitted by: brueffer Approved by: kib (mentor)
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdio/setbuf.32
-rw-r--r--lib/libstdbuf/libstdbuf.32
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/setbuf.3 b/lib/libc/stdio/setbuf.3
index d02d7ea..2eda0e6 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 c60ffd7..9b37cb0 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
OpenPOWER on IntegriCloud