diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-11-13 04:07:57 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-11-13 04:07:57 +0000 |
commit | 448c323c58b208c426755874460d7fd5639336aa (patch) | |
tree | 8bb2bb643b60eb91a6c9eec9a8906ad3480c45b6 | |
parent | accfa7a6a7976a8bef491294a38f6f13530a79a1 (diff) |
Add FIBMAP ioctl.
-rw-r--r-- | share/man/man4/cd.4 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/share/man/man4/cd.4 b/share/man/man4/cd.4 index 67a942d8c8f..c553a028b4d 100644 --- a/share/man/man4/cd.4 +++ b/share/man/man4/cd.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cd.4,v 1.6 1999/09/24 19:47:59 deraadt Exp $ +.\" $OpenBSD: cd.4,v 1.7 1999/11/13 04:07:56 angelos Exp $ .\" $NetBSD: cd.4,v 1.3 1996/10/20 23:15:21 explorer Exp $ .\" .\" Copyright (c) 1996 @@ -334,6 +334,12 @@ Eject the .\" short speed; .\"}; .\".Ed + +.It Dv FIBMAP +Return the physical block number (in 512-byte sectors) given the +logical block number. The argument is a pointer to an integer. On +invocation, it should contain the logical block. On return, it +contains the physical block number. .El .Pp In addition the general |