Bug 127413

Summary: internal 'sleep' command in /sbin/nash is undocumented
Product: [Fedora] Fedora Reporter: Jason Duerstock <jason>
Component: mkinitrdAssignee: Peter Jones <pjones>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: sundaram
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-09-05 00:30:57 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jason Duerstock 2004-07-07 20:56:59 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a1)
Gecko/20040520

Description of problem:
In the process of trying to learn more abut bug 127305, I want to
insert a sleep command in the mkinitrd script but was unsure about how
to do it.  I didn't want to have to include libc along with the initrd
so I thought an internal sleep in nash would be a good idea.  After
looking at the source, it appears there's already one in there!


Version-Release number of selected component (if applicable):
mkinitrd-3.5.24-1

How reproducible:
Always

Steps to Reproduce:
1. man nash
2. look for sleep command
3. don't find sleep command
    

Actual Results:  sleep command not documented

Expected Results:  sleep command documented in nash man page

Additional info:

Comment 1 Jeremy Katz 2004-08-02 22:31:23 UTC
Documented the rest of the commands in the man page.