diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2026-01-26 20:07:31 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2026-01-26 20:09:40 +0000 |
| commit | 2a5b083c1f7e0a4518bd944241af1d1102997c4d (patch) | |
| tree | f111ae2d457b2129a54212cf11590f0036c3712a | |
| parent | 080d8ed7dd29ba537ce4cca286ed3369aca61ef5 (diff) | |
posix_spawnattr_getexecfd_np.3: add closing .Fc
Fixes: 9bf69c37f43e96292e97e41bf942d7aca4101362
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
| -rw-r--r-- | lib/libc/gen/posix_spawnattr_getexecfd_np.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/gen/posix_spawnattr_getexecfd_np.3 b/lib/libc/gen/posix_spawnattr_getexecfd_np.3 index 3f5c523d101d..6edcfcdfb42f 100644 --- a/lib/libc/gen/posix_spawnattr_getexecfd_np.3 +++ b/lib/libc/gen/posix_spawnattr_getexecfd_np.3 @@ -26,6 +26,7 @@ .Fo posix_spawnattr_setexecfd_np .Fa "posix_spawnattr_t *attr" .Fa "int fd" +.Fc .Sh DESCRIPTION The .Fn posix_spawnattr_getexecfd_np |
