summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1996-09-01 20:50:51 +0000
committermillert <millert@openbsd.org>1996-09-01 20:50:51 +0000
commit51e8539d3384a3527427750cbad3b7b720a778ac (patch)
treec322a61acf1dd760520fd960aa600773a02f2b2a /lib/libc
parentNo longer need to be setuid (rcmd uses rcmdsh if uid != 0). (diff)
downloadwireguard-openbsd-51e8539d3384a3527427750cbad3b7b720a778ac.tar.xz
wireguard-openbsd-51e8539d3384a3527427750cbad3b7b720a778ac.zip
Use .Bx macro in HISTORY
Diffstat (limited to 'lib/libc')
-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 .