diff options
author | 2009-12-15 00:49:15 +0000 | |
---|---|---|
committer | 2009-12-15 00:49:15 +0000 | |
commit | 2f18c63499dffc2835da6da13c50f81c4d459ca8 (patch) | |
tree | 5ca635d44883f3ac7159e690faf57555bf392a5b /share/man/man7 | |
parent | Must aim better. (diff) | |
download | wireguard-openbsd-2f18c63499dffc2835da6da13c50f81c4d459ca8.tar.xz wireguard-openbsd-2f18c63499dffc2835da6da13c50f81c4d459ca8.zip |
typo; from Brad Tilley <brad at 16systems dot com> via tech@
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/glob.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man7/glob.7 b/share/man/man7/glob.7 index ab6067b8ded..a500d424c40 100644 --- a/share/man/man7/glob.7 +++ b/share/man/man7/glob.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: glob.7,v 1.1 2009/03/05 15:13:30 millert Exp $ +.\" $OpenBSD: glob.7,v 1.2 2009/12/15 00:49:15 schwarze Exp $ .\" .\" Copyright (c) 2009 Todd C. Miller <Todd.Miller@courtesan.com> .\" @@ -15,7 +15,7 @@ .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" .\" -.Dd $Mdocdate: March 5 2009 $ +.Dd $Mdocdate: December 15 2009 $ .Dt GLOB 7 .Os .Sh NAME @@ -136,4 +136,4 @@ was used to perform the expansion and pass the results to a command. In .At v7 , with the introduction of the Bourne shell, -this functionality was incorportated into the shell itself. +this functionality was incorporated into the shell itself. |