Module Name: src Committed By: maya Date: Mon Mar 30 20:47:57 UTC 2020
Modified Files: src/share/man/man4: ddb.4 Log Message: Don't mention a.out support, which does not exist in ddb any more. To generate a diff of this commit: cvs rdiff -u -r1.188 -r1.189 src/share/man/man4/ddb.4 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/man4/ddb.4 diff -u src/share/man/man4/ddb.4:1.188 src/share/man/man4/ddb.4:1.189 --- src/share/man/man4/ddb.4:1.188 Sun Dec 15 20:29:08 2019 +++ src/share/man/man4/ddb.4 Mon Mar 30 20:47:57 2020 @@ -1,4 +1,4 @@ -.\" $NetBSD: ddb.4,v 1.188 2019/12/15 20:29:08 joerg Exp $ +.\" $NetBSD: ddb.4,v 1.189 2020/03/30 20:47:57 maya Exp $ .\" .\" Copyright (c) 1997 - 2019 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -56,7 +56,7 @@ .\" any improvements or extensions that they make and grant Carnegie Mellon .\" the rights to redistribute these changes. .\" -.Dd December 15, 2019 +.Dd March 30, 2020 .Dt DDB 4 .Os .Sh NAME @@ -834,21 +834,7 @@ If is specified, a character is displayed immediately after each symbol name indicating the type of symbol. .Pp -For -.Xr a.out 5 Ns -format -symbol tables, -absolute symbols display -.Sy @ , -text segment symbols display -.Sy * , -data segment symbols display -.Sy + , -BSS segment symbols display -.Sy - , -and filename symbols display -.Sy / . -For ELF-format symbol tables, -object symbols display +Object symbols display .Sy + , function symbols display .Sy * ,