Skip to content

Commit

Permalink
utils: Remove references to tracker from manpages
Browse files Browse the repository at this point in the history
abuild, inteltool, and superiotool's manpages still referenced reporting
bugs to tracker.coreboot.org.  Remove that url and change the message
to point to the coreboot mailing list instead.

Change-Id: I7a85bc2b36ccdb7f3798a39a08345c1a02a67e65
Signed-off-by: Martin Roth <[email protected]>
Reviewed-on: http://review.coreboot.org/7712
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <[email protected]>
  • Loading branch information
Martin Roth authored and martinlroth committed Dec 9, 2014
1 parent a0a71b0 commit 48a243b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
3 changes: 2 additions & 1 deletion util/abuild/abuild.1
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ Show a help text and exit.
.B "\-V, \-\-version"
Show version information and exit.
.SH BUGS
Please report any bugs at http://tracker.coreboot.org/.
Please report any bugs on the coreboot mailing list
.RB "(" http://coreboot.org/Mailinglist ")."
.SH LICENCE
.B abuild
is covered by the GNU General Public License (GPL), version 2 or later.
Expand Down
4 changes: 1 addition & 3 deletions util/inteltool/inteltool.8
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ Dump Intel(R) northbridge PCIEXBAR registers.
.B "\-M, \-\-msrs"
Dump Intel(R) CPU MSRs.
.SH BUGS
Please report any bugs at
.BR http://tracker.coreboot.org/trac/coreboot/newticket ","
or on the coreboot mailing list
Please report any bugs on the coreboot mailing list
.RB "(" http://coreboot.org/Mailinglist ")."
.SH LICENCE
.B inteltool
Expand Down
4 changes: 1 addition & 3 deletions util/superiotool/superiotool.8
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,7 @@ Show version information and exit.
.B "\-h, \-\-help"
Show a help text and exit.
.SH BUGS
Please report any bugs at
.B http://tracker.coreboot.org/trac/coreboot/newticket
or on the coreboot mailing list
Please report any bugs on the coreboot mailing list
.RB "(" http://coreboot.org/Mailinglist ")."
.SH AUTHORS
Please see the individual source code files and/or the README file.
Expand Down

0 comments on commit 48a243b

Please sign in to comment.