Browse Source

Document device lookup semantics.

OPENBSD_2_7
hugh 24 years ago
parent
commit
646a4ed2b2
1 changed files with 10 additions and 1 deletions
  1. +10
    -1
      src/lib/libutil/opendev.3

+ 10
- 1
src/lib/libutil/opendev.3 View File

@ -1,4 +1,4 @@
.\" $OpenBSD: opendev.3,v 1.9 2000/04/30 17:37:46 millert Exp $
.\" $OpenBSD: opendev.3,v 1.10 2000/05/01 06:05:33 hugh Exp $
.\"
.\" Copyright (c) 2000, Todd C. Miller. All rights reserved.
.\" Copyright (c) 1996, Jason Downs. All rights reserved.
@ -47,6 +47,15 @@ for instance, which will be expanded to
.Pa /dev/rsd0c
on most architectures.
.Pp
Device name lookup is done by first checking
.Fa path
for a
.Dq /
and if one is found attempting to open that file.
Otherwise
.Fa /dev
is searched for a matching device.
.Pp
The
.Fa oflags
are the same as the


Loading…
Cancel
Save