summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1996-09-01 20:50:52 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1996-09-01 20:50:52 +0000
commitac175aa2b87008c32ee2f9dbdaf311a90c00e400 (patch)
treef10e18d98dcf28ff0251486edba7af5cab0b3ccb /lib
parent96ff3ebfc6617c5023cd7d4973244ac413557504 (diff)
Use .Bx macro in HISTORY
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/minherit.25
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/minherit.2 b/lib/libc/sys/minherit.2
index d889739d80a..2ca140eb5f1 100644
--- a/lib/libc/sys/minherit.2
+++ b/lib/libc/sys/minherit.2
@@ -1,4 +1,4 @@
-.\" $Id: minherit.2,v 1.3 1996/08/06 23:18:23 deraadt Exp $
+.\" $Id: minherit.2,v 1.4 1996/09/01 20:50:51 millert Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -63,4 +63,5 @@ the granularity of changes may be as large as an entire region.
.Sh HISTORY
The
.Fn minherit
-function first appeared in OpenBSD.
+function first appeared in
+.Bx Open .