summaryrefslogtreecommitdiff
path: root/lib/libutil/opendev.3
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2013-06-05 03:40:27 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2013-06-05 03:40:27 +0000
commitb4aed9ede57c9745bd831f036de228dd71fd3c6d (patch)
tree12a6de406f48683ed2c2ac1608d39c0435966bcb /lib/libutil/opendev.3
parent50f4aee4d46c6e0f837f0bbcdc54992e3dd7af0f (diff)
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
Diffstat (limited to 'lib/libutil/opendev.3')
-rw-r--r--lib/libutil/opendev.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libutil/opendev.3 b/lib/libutil/opendev.3
index ce4eb3fae80..29045df199b 100644
--- a/lib/libutil/opendev.3
+++ b/lib/libutil/opendev.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: opendev.3,v 1.20 2011/01/03 14:26:51 krw Exp $
+.\" $OpenBSD: opendev.3,v 1.21 2013/06/05 03:40:26 tedu Exp $
.\"
.\" Copyright (c) 2000, Todd C. Miller. All rights reserved.
.\" Copyright (c) 1996, Jason Downs. All rights reserved.
@@ -24,14 +24,14 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: January 3 2011 $
+.Dd $Mdocdate: June 5 2013 $
.Dt OPENDEV 3
.Os
.Sh NAME
.Nm opendev
.Nd short form device open routine
.Sh SYNOPSIS
-.Fd #include <util.h>
+.In util.h
.Ft int
.Fn opendev "const char *path" "int oflags" "int dflags" "char **realpath"
.Sh DESCRIPTION