From 5f044c4e055a387e4db5a899ea17705cc1a542e2 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 4 Jan 2023 09:41:16 -0700 Subject: [PATCH] profil(2): profil(II) was in the v3 sources profil(II) is in the scanned 3rd edition manual that we have. We don't have the 3rd edition sources, nor do we have the 4th edition souces. We have a mostly complete (missing pipes) 4th edition C rewrite where profil system call number is reserved, but it's not implemented (it's in the manx section for things that apeared to have been in 3rd edition but weren't yet part of the reimplemented 4th edition). The 5th edition sources we have do have it, however. For other items that have appeared in earlier manuals, we've added the simple verbage to the manual and relegated the rest of the data for that file to the commit message. --- lib/libc/sys/profil.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/sys/profil.2 b/lib/libc/sys/profil.2 index cdaa32a7f939..b2d1d9663ad8 100644 --- a/lib/libc/sys/profil.2 +++ b/lib/libc/sys/profil.2 @@ -108,8 +108,8 @@ contains an invalid address. .Sh HISTORY The .Fn profil -function appeared in -.At v6 . +functionality first appeared in +.At v3 . .Sh BUGS This routine should be named .Fn profile .