diff options
| author | Chris Costello <chris@FreeBSD.org> | 2000-04-19 02:42:11 +0000 |
|---|---|---|
| committer | Chris Costello <chris@FreeBSD.org> | 2000-04-19 02:42:11 +0000 |
| commit | 72090231ad77fcb859b20379eaf0dc1965b9db14 (patch) | |
| tree | 42c456aae8e8df60ecb8ecbaf51c404f1c060ec4 | |
| parent | 98914f5e4640bf171d95accf5d0793f556d77369 (diff) | |
Notes
| -rw-r--r-- | share/man/man9/at_exit.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/at_exit.9 b/share/man/man9/at_exit.9 index 234ef45a9cf4..b9edc5876f41 100644 --- a/share/man/man9/at_exit.9 +++ b/share/man/man9/at_exit.9 @@ -36,7 +36,7 @@ .Fd #include <sys/types.h> .Fd #include <sys/systm.h> .Ft typedef void \*(lp*exitlist_fn\*(rp \*(lpstruct proc *\*(rp; - +.Pp .Ft int .Fn at_exit "exitlist_fn func" .Ft int |
