diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-29 19:11:12 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-29 19:11:12 +0000 |
commit | b2a110ce8991f3cd33c033c6958e5eddfc745d25 (patch) | |
tree | ff5df48915789b9684e897566ab951b011c428d7 /lib/libc/gen/getdiskbyname.3 | |
parent | 289bd574ed697e90163fa7f9ceaeff389a7a4dd1 (diff) |
repairs
Diffstat (limited to 'lib/libc/gen/getdiskbyname.3')
-rw-r--r-- | lib/libc/gen/getdiskbyname.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/getdiskbyname.3 b/lib/libc/gen/getdiskbyname.3 index e8c3b230447..fcc27f34b20 100644 --- a/lib/libc/gen/getdiskbyname.3 +++ b/lib/libc/gen/getdiskbyname.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getdiskbyname.3,v 1.3 1999/05/23 14:10:59 aaron Exp $ +.\" $OpenBSD: getdiskbyname.3,v 1.4 1999/05/29 19:11:11 aaron Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -45,8 +45,8 @@ The .Fn getdiskbyname function -takes a disk name (e.g. -.Ql rm03 ) +takes a disk name (e.g., +.Qq rm03 ) and returns a prototype disk label describing its geometry information and the standard disk partition tables. All information is obtained from |