Module Name: src Committed By: andvar Date: Sun Mar 6 23:36:01 UTC 2022
Modified Files: src/share/man/man3: dlinfo.3 Log Message: s/sarch/search/ in commented part. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/share/man/man3/dlinfo.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man3/dlinfo.3 diff -u src/share/man/man3/dlinfo.3:1.6 src/share/man/man3/dlinfo.3:1.7 --- src/share/man/man3/dlinfo.3:1.6 Mon Jan 13 14:25:06 2020 +++ src/share/man/man3/dlinfo.3 Sun Mar 6 23:36:01 2022 @@ -1,4 +1,4 @@ -.\" $NetBSD: dlinfo.3,v 1.6 2020/01/13 14:25:06 kamil Exp $ +.\" $NetBSD: dlinfo.3,v 1.7 2022/03/06 23:36:01 andvar Exp $ .\" .\" Copyright (c) 2003 Alexey Zelkin <phan...@freebsd.org> .\" All rights reserved. @@ -246,7 +246,7 @@ while (map != NULL) { .\" info->dls_size = _info.dls_size; .\" info->dls_cnt = _info.dls_cnt; .\" -.\" /* obtain sarch path information */ +.\" /* obtain search path information */ .\" dlinfo(RTLD_SELF, RTLD_DI_SERINFO, (void *)info); .\" .\" path = &info->dls_serpath[0];