diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2021-05-28 04:49:45 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2021-05-28 04:49:45 +0000 |
commit | 510e9bbacb3dc7406d8380b7480ecd31dcb7cef1 (patch) | |
tree | 9945b280632a56f917fbd226ec2d9e282da38652 /share/man/man4/nvme.4 | |
parent | ea5afbe6f9fc9b6848ee90af90f18d75a5e864b8 (diff) |
first cut at manpages for aplns(4)
Diffstat (limited to 'share/man/man4/nvme.4')
-rw-r--r-- | share/man/man4/nvme.4 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man4/nvme.4 b/share/man/man4/nvme.4 index ebc29dff4ce..a934d0c661a 100644 --- a/share/man/man4/nvme.4 +++ b/share/man/man4/nvme.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nvme.4,v 1.2 2016/04/14 11:53:37 jmc Exp $ +.\" $OpenBSD: nvme.4,v 1.3 2021/05/28 04:49:44 dlg Exp $ .\" .\" Copyright (c) 2016 David Gwynne <dlg@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: April 14 2016 $ +.Dd $Mdocdate: May 28 2021 $ .Dt NVME 4 .Os .Sh NAME @@ -22,6 +22,7 @@ .Nd Non-Volatile Memory Host Controller Interface .Sh SYNOPSIS .Cd "nvme* at pci?" +.Cd "nvme* at aplns? # arm64" .Sh DESCRIPTION The .Nm @@ -33,6 +34,7 @@ Although the NVMe specification provides its own command set, the .Nm driver provides access to the storage via a SCSI translation layer. .Sh SEE ALSO +.Xr aplns 4 , .Xr intro 4 , .Xr pci 4 , .Xr scsi 4 |