diff options
author | 2003-05-10 06:48:30 +0000 | |
---|---|---|
committer | 2003-05-10 06:48:30 +0000 | |
commit | 07619a86add332e3ffeb9ab63f92516f2c657529 (patch) | |
tree | 325d81ccabf2b6029f39fe8c5eeeedf387a02847 /lib/libc/stdlib/exit.3 | |
parent | typos; (diff) | |
download | wireguard-openbsd-07619a86add332e3ffeb9ab63f92516f2c657529.tar.xz wireguard-openbsd-07619a86add332e3ffeb9ab63f92516f2c657529.zip |
typos;
Diffstat (limited to 'lib/libc/stdlib/exit.3')
-rw-r--r-- | lib/libc/stdlib/exit.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdlib/exit.3 b/lib/libc/stdlib/exit.3 index 68752bb0cd2..fb499e09466 100644 --- a/lib/libc/stdlib/exit.3 +++ b/lib/libc/stdlib/exit.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: exit.3,v 1.7 2003/03/06 19:54:52 jmc Exp $ +.\" $OpenBSD: exit.3,v 1.8 2003/05/10 06:48:30 jmc Exp $ .\" .Dd June 29, 1991 .Dt EXIT 3 @@ -66,6 +66,7 @@ Unlink all files created with the .Xr tmpfile 3 function. .El +.Pp Following this, .Fn exit calls |