Skip to content

Commit e0a9c28

Browse files
keszybzbluca
authored andcommitted
man: link to the spec in --help/man page
1 parent 422c373 commit e0a9c28

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/dlopen-description.man

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ by various tools. There is no machine-readable metadata about dependencies
55
loaded at build time via
66
.BR \%dlopen (3)
77
available by default. The ELF Dlopen Metadata specification aims to fill this
8-
gap, by defining a common format.
8+
gap by defining a common format. See https://systemd.io/ELF_DLOPEN_METADATA/.
99
.PP
1010
This tool allows parsing such a note, and printing out the result in various
1111
formats.

docs/dlopen-notes.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH DLOPEN\-NOTES.PY "1" "2024\-05\-22" "package\-notes" "Generated Python Manual"
1+
.TH DLOPEN\-NOTES.PY "1" "2024\-07\-23" "package\-notes" "Generated Python Manual"
22
.SH NAME
33
dlopen\-notes.py
44
.SH SYNOPSIS
@@ -12,7 +12,7 @@ by various tools. There is no machine-readable metadata about dependencies
1212
loaded at build time via
1313
.BR \%dlopen (3)
1414
available by default. The ELF Dlopen Metadata specification aims to fill this
15-
gap, by defining a common format.
15+
gap by defining a common format. See https://systemd.io/ELF_DLOPEN_METADATA/.
1616
.PP
1717
This tool allows parsing such a note, and printing out the result in various
1818
formats.

0 commit comments

Comments
 (0)