Remove extra parenthesis Jesse found, and some overpunctuation.

This commit is contained in:
dbaron%dbaron.org 2006-01-11 22:44:34 +00:00
Родитель 920196d776
Коммит e4add2abe8
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -36,7 +36,7 @@
#
# ***** END LICENSE BLOCK *****
# $Id: leak-gauge.pl,v 1.2 2006/01/11 22:36:08 dbaron%dbaron.org Exp $
# $Id: leak-gauge.pl,v 1.3 2006/01/11 22:44:34 dbaron%dbaron.org Exp $
# This script is designed to help testers isolate and simplify testcases
# for many classes of leaks (those that involve large graphs of core
# data structures) in Mozilla-based browsers. It is designed to print
@ -51,11 +51,11 @@
# NSPR_LOG_FILE=nspr.log (or any other filename of your choice)
# in your shell and then run the program.
# * In a Windows command prompt, set environment variables with
# "set VAR=value".
# set VAR=value
# * In an sh-based shell such as bash, set environment variables with
# "export VAR=value".
# export VAR=value
# * In a csh-based shell such as tcsh, set environment variables with
# "setenv VAR value".)
# setenv VAR value
#
# Then run this perl script over the log. Either of the following
# commands should work: