]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
posix_spawn(3): fix section that references `vfork`
authorngie <ngie@FreeBSD.org>
Fri, 11 Dec 2020 00:20:04 +0000 (00:20 +0000)
committerngie <ngie@FreeBSD.org>
Fri, 11 Dec 2020 00:20:04 +0000 (00:20 +0000)
commit7c255a50aad33eda42c3dfff69bc8f90145e0e20
treebc2c9276e0581a5aeb8c05929d52db9c3e3aee07
parent0ac7226ef21c7e7d75cccf441589f1c50e061ed1
posix_spawn(3): fix section that references `vfork`

`vfork(2)` should be referenced in paragraphs as `.Fn vfork`, not `vfork()`.
This change switches the reference to use `.Fn`, which in turn makes the
manpage `make manlint` clean.

MFC after: 1 week
Reported by: make manlint
Sponsored by: DellEMC Isilon
lib/libc/gen/posix_spawn.3