Browse Source

slight cleaning

OPENBSD_2_0
downsj 28 years ago
parent
commit
3673fbd261
1 changed files with 7 additions and 4 deletions
  1. +7
    -4
      src/lib/libutil/opendev.3

+ 7
- 4
src/lib/libutil/opendev.3 View File

@ -1,4 +1,4 @@
.\" $OpenBSD: opendev.3,v 1.1 1996/06/17 08:17:33 downsj Exp $
.\" $OpenBSD: opendev.3,v 1.2 1996/06/18 09:12:03 downsj Exp $
.\"
.\" Copyright (c) 1996, Jason Downs. All rights reserved.
.\"
@ -36,8 +36,8 @@
.Sh DESCRIPTION
The
.Fn opendev
function opens a device using the ``short form'' name. This is typically
``sd0'' or ``sd0c'', for instance, which will be expaned to
function opens a device using the "short form" name. This is typically
"sd0" or "sd0c", for instance, which will be expaned to
.Pa /dev/rsd0c
on most architectures.
.Pp
@ -65,7 +65,10 @@ will be modified to point at the fully expanded device name.
.Sh RETURN VALUES
The
.Fn opendev
return value is the return value of
return value and errors are the same as the return value and errors of
.Xr open 2 .
.Sh HISTORY
.Fn opendev
first appeared in OpenBSD 1.2.
.Sh SEE ALSO
.Xr open 2

Loading…
Cancel
Save