diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-09-07 14:46:36 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-09-07 14:46:36 +0000 |
commit | a04d04aa06ee0f1a8153d539b4e2c0a93c665a6c (patch) | |
tree | ae634646eba783e50df1db9f2aa99fa1e4f8ec95 /lib/libc/stdlib/exit.3 | |
parent | ae41577e4eb7a2dc4e4730c53f9fa77ac6796b60 (diff) | |
download | FreeBSD-src-a04d04aa06ee0f1a8153d539b4e2c0a93c665a6c.zip FreeBSD-src-a04d04aa06ee0f1a8153d539b4e2c0a93c665a6c.tar.gz |
Move to using .In instead of .Fd #include <> for include mark-up.
Inspired by comment from: dd
Diffstat (limited to 'lib/libc/stdlib/exit.3')
-rw-r--r-- | lib/libc/stdlib/exit.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/exit.3 b/lib/libc/stdlib/exit.3 index 663eea6..f94d199 100644 --- a/lib/libc/stdlib/exit.3 +++ b/lib/libc/stdlib/exit.3 @@ -45,7 +45,7 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.Fd #include <stdlib.h> +.In stdlib.h .Ft void .Fn exit "int status" .Sh DESCRIPTION |