Bug 99631

Summary: [patch] document jid option in top(1)
Product: Documentation Reporter: Cheng-Lung Sung <clsung>
Component: Books & ArticlesAssignee: Rong-En Fan <rafan>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Cheng-Lung Sung freebsd_committer freebsd_triage 2006-06-30 06:20:17 UTC
	document my jid patch for top(1). 
	ref: bin/98489

How-To-Repeat: 	% man top
Comment 1 ru freebsd_committer freebsd_triage 2006-10-22 18:37:59 UTC
Responsible Changed
From-To: freebsd-doc->matteo

Assign to the current holder of PR bin/98489.
Comment 2 Matteo Riondato freebsd_committer freebsd_triage 2007-02-15 15:03:57 UTC
Responsible Changed
From-To: matteo->rafan

Assign to rafan, as he is working on related 98489
Comment 3 Rong-En Fan freebsd_committer freebsd_triage 2007-04-17 04:12:44 UTC
State Changed
From-To: open->patched

Committed to HEAD, MFC in 2 weeks.
Comment 4 Rong-En Fan freebsd_committer freebsd_triage 2007-04-17 04:12:44 UTC
State Changed
From-To: open->patched

Committed to HEAD, MFC in 2 weeks.
Comment 5 dfilter service freebsd_committer freebsd_triage 2007-05-01 16:44:28 UTC
rafan       2007-05-01 15:44:19 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    contrib/top          commands.c machine.h top.X top.c 
    usr.bin/top          machine.c 
  Log:
  MFC the top -j switch:
  
   - Add a new 'j' switch and runtime option to toggle display jail id for
     each process.
  
   src/contrib/top/commands.c: 1.13
   src/contrib/top/machine.h: 1.8
   src/contrib/top/top.X: 1.18
   src/contrib/top/top.c: 1.21 and 1.22 (-j part)
   src/usr.bin/top/machine.c: 1.80
  
  PR:             98489, 99631
  Submitted by:   clsung
  Approved by:    delphij (mentor)
  
  Revision  Changes    Path
  1.12.2.1  +3 -2      src/contrib/top/commands.c
  1.7.2.1   +2 -1      src/contrib/top/machine.h
  1.12.2.3  +17 -4     src/contrib/top/top.X
  1.17.2.2  +21 -6     src/contrib/top/top.c
  1.74.2.2  +48 -10    src/usr.bin/top/machine.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Rong-En Fan freebsd_committer freebsd_triage 2007-05-01 16:44:46 UTC
State Changed
From-To: patched->closed

Committed to RELENG_6. Thanks!