From 417f221ddc5e4cea095f49e4ceb5c2748040f60f Mon Sep 17 00:00:00 2001 From: Alexey Zelkin Date: Sun, 5 Sep 1999 06:41:49 +0000 Subject: [PATCH] Remove useless .Fn macro suffix Reviewed by: mpp --- lib/libc/sys/fork.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/sys/fork.2 b/lib/libc/sys/fork.2 index 2e76bc0998a..d01e60035e6 100644 --- a/lib/libc/sys/fork.2 +++ b/lib/libc/sys/fork.2 @@ -122,6 +122,6 @@ There is insufficient swap space for the new process. .Xr wait 2 .Sh HISTORY A -.Fn fork 2 +.Fn fork function call appeared in .At v6 .