Author: eadler
Date: Sat Mar  3 10:50:16 2018
New Revision: 330328
URL: https://svnweb.freebsd.org/changeset/base/330328

Log:
  MFC r323645:
  
  kern.osreldate is an integer, not a string
  
  PR:           217501

Modified:
  stable/11/sbin/sysctl/sysctl.8
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sbin/sysctl/sysctl.8
==============================================================================
--- stable/11/sbin/sysctl/sysctl.8      Sat Mar  3 10:48:23 2018        
(r330327)
+++ stable/11/sbin/sysctl/sysctl.8      Sat Mar  3 10:50:16 2018        
(r330328)
@@ -214,7 +214,7 @@ String and integer values can be set using
 .It "kern.filedelay    integer yes"
 .It "kern.dirdelay     integer yes"
 .It "kern.metadelay    integer yes"
-.It "kern.osreldate    string  no"
+.It "kern.osreldate    integer no"
 .It "kern.bootfile     string  yes"
 .It "kern.corefile     string  yes"
 .It "kern.logsigexit   integer yes"
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to