diff options
author | 2019-03-08 17:33:23 +0000 | |
---|---|---|
committer | 2019-03-08 17:33:23 +0000 | |
commit | 6b1b4cfd75c864e56c689bb529574d65e8e0a869 (patch) | |
tree | a913acaa337875895bbce4de70780bc77dfd2e96 | |
parent | fix use-after-free in ssh-pkcs11; found by hshoexer w/AFL (diff) | |
download | wireguard-openbsd-6b1b4cfd75c864e56c689bb529574d65e8e0a869.tar.xz wireguard-openbsd-6b1b4cfd75c864e56c689bb529574d65e8e0a869.zip |
remove a sentence that was once helpful when dirname.3 and basename.3
shared one manpage.
ok florian@
-rw-r--r-- | lib/libc/gen/dirname.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/dirname.3 b/lib/libc/gen/dirname.3 index ee7807ad4aa..c8af757b8ee 100644 --- a/lib/libc/gen/dirname.3 +++ b/lib/libc/gen/dirname.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dirname.3,v 1.22 2019/01/25 00:19:25 millert Exp $ +.\" $OpenBSD: dirname.3,v 1.23 2019/03/08 17:33:23 benno Exp $ .\" .\" Copyright (c) 1997 Todd C. Miller <millert@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 25 2019 $ +.Dd $Mdocdate: March 8 2019 $ .Dt DIRNAME 3 .Os .Sh NAME @@ -83,7 +83,7 @@ function first appeared in .Sh CAVEATS .Fn dirname returns a pointer to internal static storage space that will be overwritten -by subsequent calls (each function has its own separate storage). +by subsequent calls. .Pp Other vendor implementations of .Fn dirname |