Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Oct 2013 08:30:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/183480: commit references a PR
Message-ID:  <201310310830.r9V8U11k085292@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/183480; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: bin/183480: commit references a PR
Date: Thu, 31 Oct 2013 08:22:36 +0000 (UTC)

 Author: kib
 Date: Thu Oct 31 08:22:29 2013
 New Revision: 257426
 URL: http://svnweb.freebsd.org/changeset/base/257426
 
 Log:
   The limit for the swap space is spelled 'swapsize', at least since
   tcsh 6.17.00 import.
   
   Submitted by:	Stefan Neudorf
   PR:	bin/183480
   MFC after:	1 week
 
 Modified:
   head/usr.bin/limits/limits.c
 
 Modified: head/usr.bin/limits/limits.c
 ==============================================================================
 --- head/usr.bin/limits/limits.c	Thu Oct 31 06:36:41 2013	(r257425)
 +++ head/usr.bin/limits/limits.c	Thu Oct 31 08:22:29 2013	(r257426)
 @@ -125,7 +125,7 @@ static struct {
  	  { "limit%s sbsize %s",          ";\n",  1    },
  	  { "limit%s vmemoryuse %s",      ";\n",  1024 },
  	  { "limit%s pseudoterminals %s", ";\n",  1    },
 -	  { "limit%s swapuse %s",         ";\n",  1024 },
 +	  { "limit%s swapsize %s",        ";\n",  1024 },
  	  { "limit%s kqueues %s",         ";\n",  1    },
        }
      },
 @@ -160,7 +160,7 @@ static struct {
  	  { "limit%s sbsize %s",          ";\n",  1    },
  	  { "limit%s vmemoryuse %s",      ";\n",  1024 },
  	  { "limit%s pseudoterminals %s", ";\n",  1    },
 -	  { "limit%s swapuse %s",         ";\n",  1024 },
 +	  { "limit%s swapsize %s",        ";\n",  1024 },
  	  { "limit%s kqueues %s",         ";\n",  1    },
        }
      },
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310310830.r9V8U11k085292>