From: Sascha Wildner Date: Sun, 11 Feb 2007 01:07:19 +0000 (+0000) Subject: Fix function name. X-Git-Tag: v2.0.1~3525 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/75af87c051d58e1a0717f4cb5e0b8639929740b2 Fix function name. getosreldate(3) should probably be nuked entirely. --- diff --git a/lib/libc/gen/getosreldate.3 b/lib/libc/gen/getosreldate.3 index 6cdaad2891..dcdd3c164b 100644 --- a/lib/libc/gen/getosreldate.3 +++ b/lib/libc/gen/getosreldate.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/lib/libc/gen/getosreldate.3,v 1.1.2.1 2003/02/02 02:54:03 trhodes Exp $ -.\" $DragonFly: src/lib/libc/gen/getosreldate.3,v 1.4 2004/03/11 12:28:50 hmp Exp $ +.\" $DragonFly: src/lib/libc/gen/getosreldate.3,v 1.5 2007/02/11 01:07:19 swildner Exp $ .\" .Dd January 30, 2003 .Dt GETOSRELDATE 3 @@ -46,7 +46,7 @@ .Fn getosreldate void .Sh DESCRIPTION The -.Fn getrelosdate +.Fn getosreldate function should return a 32-bit integer showing the version of .Dx that a program was compiled on, and maybe running on (if 2.0 or better).