diff options
author | 1996-06-18 09:13:41 +0000 | |
---|---|---|
committer | 1996-06-18 09:13:41 +0000 | |
commit | efdcdd0250dbeaec75063e3b7e44bdf373043b69 (patch) | |
tree | 604b201e4cbf9d563720fc08b6ff37462cd6c8af /lib/libutil/opendev.3 | |
parent | slight cleaning (diff) | |
download | wireguard-openbsd-efdcdd0250dbeaec75063e3b7e44bdf373043b69.tar.xz wireguard-openbsd-efdcdd0250dbeaec75063e3b7e44bdf373043b69.zip |
oops, still missed a typo
Diffstat (limited to 'lib/libutil/opendev.3')
-rw-r--r-- | lib/libutil/opendev.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libutil/opendev.3 b/lib/libutil/opendev.3 index abbfdfd5fe2..1a495a2fc4c 100644 --- a/lib/libutil/opendev.3 +++ b/lib/libutil/opendev.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: opendev.3,v 1.2 1996/06/18 09:12:03 downsj Exp $ +.\" $OpenBSD: opendev.3,v 1.3 1996/06/18 09:13:41 downsj Exp $ .\" .\" Copyright (c) 1996, Jason Downs. All rights reserved. .\" @@ -37,7 +37,7 @@ 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 +"sd0" or "sd0c", for instance, which will be expanded to .Pa /dev/rsd0c on most architectures. .Pp |