[wiki] [sites] cosmetic fix || stallman

From: <hg_AT_suckless.org>
Date: Tue, 1 May 2012 22:23:10 +0200 (CEST)

changeset: 932:fe2294d36ac1
tag: tip
user: stallman_AT_gnu.org
date: Wed May 02 00:26:19 2012 +0200
files: suckless.org/hacking.md
description:
cosmetic fix


diff -r 410c215c2e54 -r fe2294d36ac1 suckless.org/hacking.md
--- a/suckless.org/hacking.md Tue May 01 20:41:51 2012 +0200
+++ b/suckless.org/hacking.md Wed May 02 00:26:19 2012 +0200
_AT_@ -15,12 +15,12 @@
 
 After the program crashes, do the following:
 
- $ gdb --quiet `which program` /path/to/core
+ $ gdb -q `which program` /path/to/core
     gdb> bt full
 
 If you encounter freezes (no crash at all) of the program, you can debug as follows:
 
- $ gdb --quiet `which program` --attach `pgrep -o program`
+ $ gdb -q `which program` --attach `pgrep -o program`
     gdb> bt full
 
 Send the output of that command to the mailing list along with the output of
Received on Tue May 01 2012 - 22:23:10 CEST

This archive was generated by hypermail 2.3.0 : Thu Sep 13 2012 - 19:32:24 CEST