Module Name: src Committed By: riastradh Date: Wed Oct 25 18:23:10 UTC 2023
Modified Files: src/lib/libc/sys: mremap.2 Log Message: mremap(2): Use .Lk for links in text. .%U is only for links in reference sections. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/lib/libc/sys/mremap.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/sys/mremap.2 diff -u src/lib/libc/sys/mremap.2:1.9 src/lib/libc/sys/mremap.2:1.10 --- src/lib/libc/sys/mremap.2:1.9 Fri Mar 3 12:53:04 2023 +++ src/lib/libc/sys/mremap.2 Wed Oct 25 18:23:10 2023 @@ -1,4 +1,4 @@ -.\" $NetBSD: mremap.2,v 1.9 2023/03/03 12:53:04 riastradh Exp $ +.\" $NetBSD: mremap.2,v 1.10 2023/10/25 18:23:10 riastradh Exp $ .\" .\" Copyright (c) 2007 Thomas Klausner and Joerg Sonnenberger .\" All rights reserved. @@ -262,5 +262,5 @@ use .El .Pp See -.%U https://gnats.NetBSD.org/55177 +.Lk https://gnats.NetBSD.org/55177 "PR lib/55177" for details.