Email List: Xaustin-group-lX
[All Lists]

Re: [Online Pubs 0000175]: HTML problem in XCU7 sleep example]

To: Scott Lurndal <scott@xxxxxxxxxxx>
Subject: Re: [Online Pubs 0000175]: HTML problem in XCU7 sleep example]
From: Don Cragun <dcragun@xxxxxxxxx>
Date: Sat, 31 Oct 2009 18:58:26 -0700
Cc: austin-group-l@xxxxxxxxxxxxx
References: <20091101013611.GA3131@www.lurndal.org>
Scott,
Although it is true that there is a command utility, it is not what
is being used here.  This example is saying that some arbitrary shell
command line should be executed repeatedly with ~37 seconds between
executions.  The HTML version of the standard should match the PDF
version of the standard as shown on page 3181 lines 105968-105972 as
suggested by the bug submitter.

Cheers,
Don

On Oct 31, 2009, at 6:36 PM, Scott Lurndal wrote:

----- Forwarded message from Austin Group Bug Tracker <noreply@msnkbrown.net > -----

while true
do
   command    sleep 37
done

should be formatted as

while true
do
   command
   sleep 37
done

In this case, the 'command' command is a shell built-in which executes the
following arguments as a command. The current formatting is correct.

scott





<Prev in Thread] Current Thread [Next in Thread>