diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-11-11 22:24:32 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-11-11 22:24:32 +0000 |
commit | 4183f0cffcea1363d8c944114bdb2bc6b72e20d4 (patch) | |
tree | 4cb66b2e69ceeed46c867a2663c7e294b6105914 /gnu | |
parent | f1dc0d918e23d0076784e757f1ce95c98ed2f9e1 (diff) |
update NAME;
kettenis ok'd me poking around in here; ingo ok'd the diff
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/gcc/gcc/doc/gcc.1 | 2 | ||||
-rw-r--r-- | gnu/usr.bin/binutils-2.17/binutils/doc/cxxfilt.man | 2 | ||||
-rw-r--r-- | gnu/usr.bin/binutils/binutils/doc/cxxfilt.man | 15 | ||||
-rw-r--r-- | gnu/usr.bin/cxxfilt/cxxfilt.man | 2 |
4 files changed, 15 insertions, 6 deletions
diff --git a/gnu/gcc/gcc/doc/gcc.1 b/gnu/gcc/gcc/doc/gcc.1 index 2e5543e8994..69921c640f3 100644 --- a/gnu/gcc/gcc/doc/gcc.1 +++ b/gnu/gcc/gcc/doc/gcc.1 @@ -131,7 +131,7 @@ .IX Title "GCC 1" .TH GCC 1 "2007-07-19" "gcc-4.2.1" "GNU" .SH "NAME" -gcc \- GNU project C and C++ compiler +gcc, g++, cc, c++ \- GNU project C and C++ compiler .SH "SYNOPSIS" .IX Header "SYNOPSIS" gcc [\fB\-c\fR|\fB\-S\fR|\fB\-E\fR] [\fB\-std=\fR\fIstandard\fR] diff --git a/gnu/usr.bin/binutils-2.17/binutils/doc/cxxfilt.man b/gnu/usr.bin/binutils-2.17/binutils/doc/cxxfilt.man index 08e77f18ed9..477789c6996 100644 --- a/gnu/usr.bin/binutils-2.17/binutils/doc/cxxfilt.man +++ b/gnu/usr.bin/binutils-2.17/binutils/doc/cxxfilt.man @@ -130,7 +130,7 @@ .IX Title "C++FILT 1" .TH C++FILT 1 "2006-06-23" "binutils-2.17" "GNU Development Tools" .SH "NAME" -cxxfilt \- Demangle C++ and Java symbols. +c++filt \- Demangle C++ and Java symbols. .SH "SYNOPSIS" .IX Header "SYNOPSIS" c++filt [\fB\-_\fR|\fB\-\-strip\-underscores\fR] diff --git a/gnu/usr.bin/binutils/binutils/doc/cxxfilt.man b/gnu/usr.bin/binutils/binutils/doc/cxxfilt.man index 2f97535351d..11d282321c3 100644 --- a/gnu/usr.bin/binutils/binutils/doc/cxxfilt.man +++ b/gnu/usr.bin/binutils/binutils/doc/cxxfilt.man @@ -1,4 +1,4 @@ -.\" Automatically generated by Pod::Man v1.34, Pod::Parser v1.13 +.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.14 .\" .\" Standard preamble: .\" ======================================================================== @@ -128,14 +128,15 @@ .\" ======================================================================== .\" .IX Title "C++FILT 1" -.TH C++FILT 1 "2003-04-27" "binutils-2.13.90" "GNU Development Tools" +.TH C++FILT 1 "2004-04-09" "binutils-2.14.91" "GNU Development Tools" .SH "NAME" -cxxfilt \- Demangle C++ and Java symbols. +c++filt \- Demangle C++ and Java symbols. .SH "SYNOPSIS" .IX Header "SYNOPSIS" c++filt [\fB\-_\fR|\fB\-\-strip\-underscores\fR] [\fB\-j\fR|\fB\-\-java\fR] [\fB\-n\fR|\fB\-\-no\-strip\-underscores\fR] + [\fB\-p\fR|\fB\-\-no\-params\fR] [\fB\-s\fR \fIformat\fR|\fB\-\-format=\fR\fIformat\fR] [\fB\-\-help\fR] [\fB\-\-version\fR] [\fIsymbol\fR...] .SH "DESCRIPTION" @@ -191,6 +192,14 @@ syntax. .IX Item "--no-strip-underscores" .PD Do not remove the initial underscore. +.IP "\fB\-p\fR" 4 +.IX Item "-p" +.PD 0 +.IP "\fB\-\-no\-params\fR" 4 +.IX Item "--no-params" +.PD +When demangling the name of a function, do not display the types of +the function's parameters. .IP "\fB\-s\fR \fIformat\fR" 4 .IX Item "-s format" .PD 0 diff --git a/gnu/usr.bin/cxxfilt/cxxfilt.man b/gnu/usr.bin/cxxfilt/cxxfilt.man index 2f97535351d..3a1ea0e5640 100644 --- a/gnu/usr.bin/cxxfilt/cxxfilt.man +++ b/gnu/usr.bin/cxxfilt/cxxfilt.man @@ -130,7 +130,7 @@ .IX Title "C++FILT 1" .TH C++FILT 1 "2003-04-27" "binutils-2.13.90" "GNU Development Tools" .SH "NAME" -cxxfilt \- Demangle C++ and Java symbols. +c++filt \- Demangle C++ and Java symbols. .SH "SYNOPSIS" .IX Header "SYNOPSIS" c++filt [\fB\-_\fR|\fB\-\-strip\-underscores\fR] |