diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-10-28 04:23:06 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-10-28 04:23:06 +0000 |
commit | 56f7b2a2109e372800554e35c4c4adf7032f9a82 (patch) | |
tree | 99fab3730a8b4e389fa3719732272523d43980eb /usr.bin/mktemp | |
parent | 73f3268890b0171259321267bf2bc6d39b8ac84d (diff) |
Add a missing .El
Diffstat (limited to 'usr.bin/mktemp')
-rw-r--r-- | usr.bin/mktemp/mktemp.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/mktemp/mktemp.1 b/usr.bin/mktemp/mktemp.1 index 024bbdea56c..756e981dfe1 100644 --- a/usr.bin/mktemp/mktemp.1 +++ b/usr.bin/mktemp/mktemp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mktemp.1,v 1.5 1997/06/17 15:34:27 millert Exp $ +.\" $OpenBSD: mktemp.1,v 1.6 1997/10/28 04:23:05 millert Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -93,6 +93,7 @@ exits. This is slightly better than .Fn mktemp 3 but still introduces a race condition. Use of this option is not encouraged. +.El .Sh RETURN VALUES The .Nm |