diff options
author | 1996-06-18 09:12:03 +0000 | |
---|---|---|
committer | 1996-06-18 09:12:03 +0000 | |
commit | 1a361021d31066006ba18eb5dd015245102dd13c (patch) | |
tree | c3e63ae8153551de29a06f2947dc73b84e3c242f /lib/libutil/opendev.3 | |
parent | build poll.o (diff) | |
download | wireguard-openbsd-1a361021d31066006ba18eb5dd015245102dd13c.tar.xz wireguard-openbsd-1a361021d31066006ba18eb5dd015245102dd13c.zip |
slight cleaning
Diffstat (limited to 'lib/libutil/opendev.3')
-rw-r--r-- | lib/libutil/opendev.3 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/lib/libutil/opendev.3 b/lib/libutil/opendev.3 index 481f9cc42da..abbfdfd5fe2 100644 --- a/lib/libutil/opendev.3 +++ b/lib/libutil/opendev.3 @@ -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 |