diff options
author | phantom <phantom@FreeBSD.org> | 1999-09-05 06:41:49 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 1999-09-05 06:41:49 +0000 |
commit | de4332c7199d1eab238e28140d7c1abaa49cdfb6 (patch) | |
tree | 7e17575483df265203c0c64cf943f93f7f393dde /lib/libc/sys | |
parent | 68a54f2ec3ca36d5b152c87df32935ce4e8aeab2 (diff) | |
download | FreeBSD-src-de4332c7199d1eab238e28140d7c1abaa49cdfb6.zip FreeBSD-src-de4332c7199d1eab238e28140d7c1abaa49cdfb6.tar.gz |
Remove useless .Fn macro suffix
Reviewed by: mpp
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/fork.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/fork.2 b/lib/libc/sys/fork.2 index 2e76bc0..d01e600 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 . |