diff options
author | Dan McDonald <danmcd@joyent.com> | 2022-01-26 00:22:03 -0500 |
---|---|---|
committer | Dan McDonald <danmcd@joyent.com> | 2022-01-26 00:22:03 -0500 |
commit | 8fc6db9038a26b94dd85991125777b95db7e1948 (patch) | |
tree | 3b96494c915dd31f9635347684b667cb57c9d5ac /usr/src/man | |
parent | e75aa64e237bd5789bba2f283da59dc9b1fb0fec (diff) | |
parent | 70ae9a334a768113a660b21305bf7d2cff941499 (diff) | |
download | illumos-joyent-8fc6db9038a26b94dd85991125777b95db7e1948.tar.gz |
[illumos-gate merge]
commit 70ae9a334a768113a660b21305bf7d2cff941499
14425 want probes for invvpid and invept
14426 expand seg_vmm tests
commit 25cdfc4f8d373444e56178d1053ca53f1c3ea928
14428 formatting issues in memory(3c) man page
commit ab3f6e90e6b1d8edee27c66beb8e53bc6033fb2a
14419 iprb transmit watchdog somewhat overzealous
commit c9b01782224c4b5ea00e251ce64cfbd68ce276d6
14396 Makefile.master: gcc 11 support
commit 5528cade4e43d027d848fdca33cccc9faa97823b
14388 des: with mismatched bound
commit f4203ebbfd2dce9537b7614c6e37240f406907e8
14389 net80211: mismatched bound
commit 2829495d7d810156bdfd454b8a1ef0f54eac9733
14386 libc: build errors with gcc 11
commit 1b863af9bc9a5c76ed773e129889fc19dbf9e41c
14393 stmf_sbd: build errors with gcc 11
commit 050c24f35c93857f1022f99834086ade54e70547
14326 dt_unring_buf: set dtbd_oldest to the start of the first record
commit 817002c416c9301664eafbc288940123aa7d6fc9
14442 NVMe theory statement on spec version is confusing
Diffstat (limited to 'usr/src/man')
-rw-r--r-- | usr/src/man/man3c/memory.3c | 8 | ||||
-rw-r--r-- | usr/src/man/man7d/nvme.7d | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/usr/src/man/man3c/memory.3c b/usr/src/man/man3c/memory.3c index 5a11990914..5d4628a709 100644 --- a/usr/src/man/man3c/memory.3c +++ b/usr/src/man/man3c/memory.3c @@ -19,7 +19,7 @@ .\" fields enclosed by brackets "[]" replaced with your own identifying .\" information: Portions Copyright [yyyy] [name of copyright owner] .\" -.Dd August 6, 2021 +.Dd January 25, 2022 .Dt MEMORY 3C .Os .Sh NAME @@ -44,7 +44,7 @@ .Fc .Ft "void *" .Fo memchr -.Fa "void *s", +.Fa "void *s" .Fa "int c" .Fa "size_t n" .Fc @@ -75,14 +75,14 @@ .Fc .Ft "void *" .Fo memrchr -.Fa "void *s", +.Fa "void *s" .Fa "int c" .Fa "size_t n" .Fc .Ft "void *" .Fo memset .Fa "void *s" -.Fa int c +.Fa "int c" .Fa "size_t n" .Fc .Sh DESCRIPTION diff --git a/usr/src/man/man7d/nvme.7d b/usr/src/man/man7d/nvme.7d index 2819a788e5..e7b2dda4c4 100644 --- a/usr/src/man/man7d/nvme.7d +++ b/usr/src/man/man7d/nvme.7d @@ -13,7 +13,7 @@ .\" Copyright (c) 2018, Joyent, Inc. .\" Copyright 2019, Western Digital Corporation .\" -.Dd July 31, 2018 +.Dd January 22, 2022 .Dt NVME 7D .Os .Sh NAME @@ -25,8 +25,8 @@ The driver uses the .Xr blkdev 7D framework to provide access to -Intel NVMe compliant solid-state storage devices. +All NVMe version 1.x devices are supported. .Lp NVMe devices supporting multiple namespaces will present each namespace as its own |