From 38c96853cf2e356c4df10c78151c5c1e20c989cd Mon Sep 17 00:00:00 2001 From: garbled Date: Mon, 22 Mar 1999 19:44:33 +0000 Subject: Last of the .Os cleanups. .Os is defined in the tmac.doc-common file, so we shouldn't override it with versions in the manpages. Wheee! --- lib/libc/string/string.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/string/string.3') diff --git a/lib/libc/string/string.3 b/lib/libc/string/string.3 index 40d69069523..1051f6f659f 100644 --- a/lib/libc/string/string.3 +++ b/lib/libc/string/string.3 @@ -32,11 +32,11 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)string.3 8.2 (Berkeley) 12/11/93 -.\" $NetBSD: string.3,v 1.7 1999/03/06 11:41:51 mycroft Exp $ +.\" $NetBSD: string.3,v 1.8 1999/03/22 19:44:59 garbled Exp $ .\" .Dd December 11, 1993 .Dt STRING 3 -.Os BSD 4 +.Os .Sh NAME .Nm strcat , .Nm strncat , -- cgit