diff options
| author | Robert Clausecker <fuz@FreeBSD.org> | 2026-05-14 10:32:11 +0000 |
|---|---|---|
| committer | Robert Clausecker <fuz@FreeBSD.org> | 2026-05-14 10:34:47 +0000 |
| commit | aa92784fcb8a375231058d67f7ccaeaa3e42ed33 (patch) | |
| tree | d485eda2b4ebf59358683b00d1c66e3058128a90 | |
| parent | 68251761c77b2f5ff927cf19bba7d4efa88799de (diff) | |
libc/timespec_get*.3: expose STANDARDS section
We now have .St -isoC-2023, so the STANDARDS section can go live.
Fixes: 9b5d724cad10087e34165199e55f15f2df744ed5
MFC after: 1 week
| -rw-r--r-- | lib/libc/gen/timespec_get.3 | 10 | ||||
| -rw-r--r-- | lib/libc/gen/timespec_getres.3 | 12 |
2 files changed, 11 insertions, 11 deletions
diff --git a/lib/libc/gen/timespec_get.3 b/lib/libc/gen/timespec_get.3 index 7edf4fe17c30..f6cb578db55e 100644 --- a/lib/libc/gen/timespec_get.3 +++ b/lib/libc/gen/timespec_get.3 @@ -27,7 +27,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd August 21, 2023 +.Dd May 14, 2026 .Dt TIMESPEC_GET 3 .Os .Sh NAME @@ -85,10 +85,10 @@ of .Dv TIME_UTC conforms to .St -isoC-2011 . -.\" The -.\" .Dv TIME_MONOTONIC -.\" base conforms to -.\" -isoC-2023 . +The +.Dv TIME_MONOTONIC +base conforms to +.St -isoC-2023 . .Sh HISTORY This interface first appeared in .Fx 12 . diff --git a/lib/libc/gen/timespec_getres.3 b/lib/libc/gen/timespec_getres.3 index e00af6758f1a..1b65cad4a056 100644 --- a/lib/libc/gen/timespec_getres.3 +++ b/lib/libc/gen/timespec_getres.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: BSD-2-Clause .\" -.Dd August 21, 2023 +.Dd May 14, 2026 .Dt TIMESPEC_GETRES 3 .Os .Sh NAME @@ -36,11 +36,11 @@ if successful and zero otherwise. .Sh SEE ALSO .Xr clock_getres 2 , .Xr timespec_get 3 -.\" .Sh STANDARDS -.\" The -.\" .Nm -.\" function conforms to -.\" .St -isoC-2023 . +.Sh STANDARDS +The +.Nm +function conforms to +.St -isoC-2023 . .Sh HISTORY This interface first appeared in .Fx 14 . |
