Bug 115721

Summary: misleading manual
Product: Documentation Reporter: Stefan Lambrev <stefan.lambrev>
Component: Books & ArticlesAssignee: Remko Lodder <remko>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Stefan Lambrev 2007-08-22 15:40:01 UTC
From MDCONFIG(8)

             swap     Swap space is used to back this memory disk.

From MD(4)

     swap     Backing store is allocated from buffer memory.  Pages get pushed
              out to the swap when the system is under memory pressure, other-
              wise they stay in the operating memory.  Using swap backing is
              generally preferable over malloc backing.

So I suggest to change the text in mdconfig to:

              Storage for this type of memory disk is allocated from buffer
              memory.  Pages get pushed out to the swap when the system is
              under memory pressure, otherwise they stay in the operating
              memory.  Using swap backing is generally preferable over malloc
              backing.

Fix: Patch attached with submission follows:
How-To-Repeat: man mdconfig
man md
Comment 1 Remko Lodder freebsd_committer freebsd_triage 2007-08-22 15:49:02 UTC
Responsible Changed
From-To: freebsd-doc->remko

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-11-28 12:11:43 UTC
remko       2007-11-28 12:11:37 UTC

  FreeBSD src repository

  Modified files:
    sbin/mdconfig        mdconfig.8 
  Log:
  Sync with md(4)'s information regarding the swap backend.
  
  PR:             docs/115721
  Submitted by:   Stefan Lambrev <stefan.lambrev@moneybookers.com>
  MFC After:      3 days
  
  Revision  Changes    Path
  1.41      +9 -2      src/sbin/mdconfig/mdconfig.8
_______________________________________________
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 3 Remko Lodder freebsd_committer freebsd_triage 2007-11-28 12:12:07 UTC
State Changed
From-To: open->patched

Patched in current
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-12-02 08:47:32 UTC
remko       2007-12-02 08:47:28 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sbin/mdconfig        mdconfig.8 
  Log:
  MFC rev 1.41, 1.42 mdconfig.8
  
    Sync with md(4)'s information regarding the swap backend.
  
    PR:             docs/115721
    Submitted by:   Stefan Lambrev <stefan.lambrev@moneybookers.com>
    MFC After:      3 days
  
    Every newline should start on it's own line. I didn't do that in the
    previous commit, so make it happen now.
  
    Prodded by:     brueffer
  
  Approved by:    re (hrs)
  
  Revision  Changes    Path
  1.37.2.1  +10 -2     src/sbin/mdconfig/mdconfig.8
_______________________________________________
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 5 dfilter service freebsd_committer freebsd_triage 2007-12-02 08:58:52 UTC
remko       2007-12-02 08:58:46 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sbin/mdconfig        mdconfig.8 
  Log:
  MFC rev 1.41, 1.42 mdconfig.8
  
    Sync with md(4)'s information regarding the swap backend.
  
    PR:             docs/115721
    Submitted by:   Stefan Lambrev <stefan.lambrev@moneybookers.com>
    MFC After:      3 days
  
    Every newline should start on it's own line. I didn't do that in the
    previous commit, so make it happen now.
  
    Prodded by:     brueffer
  
  Approved by:    re (hrs)
  
  Revision  Changes    Path
  1.33.2.4  +10 -2     src/sbin/mdconfig/mdconfig.8
_______________________________________________
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 dfilter service freebsd_committer freebsd_triage 2007-12-02 09:07:53 UTC
remko       2007-12-02 09:07:48 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6_3)
    sbin/mdconfig        mdconfig.8 
  Log:
  MFC rev 1.41, 1.42 mdconfig.8
  
    Sync with md(4)'s information regarding the swap backend.
  
    PR:             docs/115721
    Submitted by:   Stefan Lambrev <stefan.lambrev@moneybookers.com>
    MFC After:      3 days
  
    Every newline should start on it's own line. I didn't do that in the
    previous commit, so make it happen now.
  
    Prodded by:     brueffer
  
  Approved by:    re (hrs)
  
  Revision      Changes    Path
  1.33.2.3.2.1  +10 -2     src/sbin/mdconfig/mdconfig.8
_______________________________________________
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 7 Remko Lodder freebsd_committer freebsd_triage 2007-12-02 09:11:06 UTC
State Changed
From-To: patched->closed

Committed. Thanks!