diff options
-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 |