diff options
author | 1999-11-13 04:07:56 +0000 | |
---|---|---|
committer | 1999-11-13 04:07:56 +0000 | |
commit | a9da73eeea0b091de991a053889a9cb09d516958 (patch) | |
tree | fdd95da16b51926bda55770bc079cdbbab32aa74 | |
parent | FIBMAP ioctl from Linux, only usable on ISO 9660 FS. Note that the lba (diff) | |
download | wireguard-openbsd-a9da73eeea0b091de991a053889a9cb09d516958.tar.xz wireguard-openbsd-a9da73eeea0b091de991a053889a9cb09d516958.zip |
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 |