diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-06-18 09:12:04 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-06-18 09:12:04 +0000 |
commit | 74d9ce9b045682b609af5b289719d282313e27aa (patch) | |
tree | 29618ee869bef0d1d281ec3b6b7713333238cb9f | |
parent | e3c5ee828bc7e7c470a77cb8a32a99d0d2c5b5c2 (diff) |
slight cleaning
-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 |