diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-06-15 17:56:22 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-06-15 17:56:22 +0000 |
commit | 33f7f2e34d508785540fc8dadf2a8a7303a45e99 (patch) | |
tree | d262d8069024a25c13baa593dd2ff79fa7790371 /sbin/mountd | |
parent | ff83242d9a39a3161efb0280a988cb64b6133022 (diff) |
use Bx macro for BSD versions
Diffstat (limited to 'sbin/mountd')
-rw-r--r-- | sbin/mountd/mountd.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/mountd/mountd.8 b/sbin/mountd/mountd.8 index 04b500dfbcd..19fcf24c368 100644 --- a/sbin/mountd/mountd.8 +++ b/sbin/mountd/mountd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mountd.8,v 1.7 1998/04/28 07:37:22 deraadt Exp $ +.\" $OpenBSD: mountd.8,v 1.8 1998/06/15 17:55:52 mickey Exp $ .\" $NetBSD: mountd.8,v 1.11 1996/02/18 11:57:51 fvdl Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -111,4 +111,5 @@ the pid of the currently running mountd .Sh HISTORY The .Nm mountd -utility first appeared in 4.4BSD. +utility first appeared in +.Bx 4.4 . |