diff options
author | 2013-11-01 12:08:51 +0000 | |
---|---|---|
committer | 2013-11-01 12:08:51 +0000 | |
commit | 4ea800abe0a5f684742974e213754794b33798c7 (patch) | |
tree | 255230c9ae02bc59495b74f05deaffa1b6de4bc9 | |
parent | Do not abuse the stack of the current process to prepend a report ID (diff) | |
download | wireguard-openbsd-4ea800abe0a5f684742974e213754794b33798c7.tar.xz wireguard-openbsd-4ea800abe0a5f684742974e213754794b33798c7.zip |
kill a.out reference.
deraadt@ miod@ ok.
-rw-r--r-- | share/man/man4/ksyms.4 | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/share/man/man4/ksyms.4 b/share/man/man4/ksyms.4 index 2cfff0c0ce5..760c8662589 100644 --- a/share/man/man4/ksyms.4 +++ b/share/man/man4/ksyms.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksyms.4,v 1.12 2007/05/31 19:19:50 jmc Exp $ +.\" $OpenBSD: ksyms.4,v 1.13 2013/11/01 12:08:51 fgsch Exp $ .\" .\" Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: November 1 2013 $ .Dt KSYMS 4 .Os .Sh NAME @@ -27,14 +27,7 @@ The .Pa /dev/ksyms device masquerades as an .Ox -native executable -.Po -.Em a.out -or -.Em ELF , -depending on the platform -.Pc -with the symbols from the running kernel as its symbol segment. +native executable with the symbols from the running kernel as its symbol segment. Use of .Pa /dev/ksyms requires that the boot loader preserve the kernel symbols and place |