diff options
author | Sebastian Benoit <benno@cvs.openbsd.org> | 2019-03-08 17:33:24 +0000 |
---|---|---|
committer | Sebastian Benoit <benno@cvs.openbsd.org> | 2019-03-08 17:33:24 +0000 |
commit | a623b2078bb14158da8f59f1de7b45f09265f227 (patch) | |
tree | ea0cebe63cad6c9418c0c3a4be95046231eb9411 /lib/libc | |
parent | ee9948d304963f5f8d587646fed374d94db40f94 (diff) |
remove a sentence that was once helpful when dirname.3 and basename.3
shared one manpage.
ok florian@
Diffstat (limited to 'lib/libc')
-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 |