From a623b2078bb14158da8f59f1de7b45f09265f227 Mon Sep 17 00:00:00 2001 From: Sebastian Benoit Date: Fri, 8 Mar 2019 17:33:24 +0000 Subject: remove a sentence that was once helpful when dirname.3 and basename.3 shared one manpage. ok florian@ --- lib/libc/gen/dirname.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libc') 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 .\" @@ -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 -- cgit v1.2.3