summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichaels <michaels@cvs.openbsd.org>1996-10-29 23:41:58 +0000
committermichaels <michaels@cvs.openbsd.org>1996-10-29 23:41:58 +0000
commit25a657f366c8e12f32bd5207d1b91b7ff0afcb27 (patch)
tree91e9ced1c6cd05ae88e3aecd2b30728268a186bf
parent52f65e9e9c03300eb356424ee744bc31010d232c (diff)
typo.
-rw-r--r--lib/libc/string/strdup.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/strdup.3 b/lib/libc/string/strdup.3
index 394f6f27d17..4129fe5c0e6 100644
--- a/lib/libc/string/strdup.3
+++ b/lib/libc/string/strdup.3
@@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: strdup.3,v 1.2 1996/08/19 08:34:15 tholo Exp $
+.\" $OpenBSD: strdup.3,v 1.3 1996/10/29 23:41:57 michaels Exp $
.\"
.Dd April 19, 1991
.Dt STRDUP 3
@@ -60,5 +60,5 @@ argument to the function
.Sh HISTORY
The
.Fn strdup
-function
+function is
.Ud .