]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
posix_spawn(3): fix section that references `vfork`
authorEnji Cooper <ngie@FreeBSD.org>
Fri, 11 Dec 2020 00:20:04 +0000 (00:20 +0000)
committerEnji Cooper <ngie@FreeBSD.org>
Fri, 11 Dec 2020 00:20:04 +0000 (00:20 +0000)
commit2c96ea9ca0aa37db109700be5ed33afc30133ec1
treebc2c9276e0581a5aeb8c05929d52db9c3e3aee07
parenteca1933a55ae8ca916f75ed1ff8f12789e54db8a
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