Author: se
Date: Fri Oct 30 19:37:53 2020
New Revision: 367184
URL: https://svnweb.freebsd.org/changeset/base/367184

Log:
  Update man-pages to describe the user.localbase variable added in r367179.
  
  MFC after:    3 days

Modified:
  head/lib/libc/gen/sysctl.3
  head/sbin/sysctl/sysctl.8

Modified: head/lib/libc/gen/sysctl.3
==============================================================================
--- head/lib/libc/gen/sysctl.3  Fri Oct 30 19:37:34 2020        (r367183)
+++ head/lib/libc/gen/sysctl.3  Fri Oct 30 19:37:53 2020        (r367184)
@@ -28,7 +28,7 @@
 .\"    @(#)sysctl.3    8.4 (Berkeley) 5/9/95
 .\" $FreeBSD$
 .\"
-.Dd March 22, 2019
+.Dd October 30, 2020
 .Dt SYSCTL 3
 .Os
 .Sh NAME
@@ -654,6 +654,7 @@ privilege may change the value.
 .It Dv USER_CS_PATH Ta string Ta no
 .It Dv USER_EXPR_NEST_MAX Ta integer Ta no
 .It Dv USER_LINE_MAX Ta integer Ta no
+.It Dv USER_LOCALBASE Ta string Ta no
 .It Dv USER_POSIX2_CHAR_TERM Ta integer Ta no
 .It Dv USER_POSIX2_C_BIND Ta integer Ta no
 .It Dv USER_POSIX2_C_DEV Ta integer Ta no
@@ -699,6 +700,9 @@ utility.
 .It Li USER_LINE_MAX
 The maximum length in bytes of a text-processing utility's input
 line.
+.It Li USER_LOCALBASE
+Return the value of localbase that has been compiled into system utilities
+that need to have access to resources provided by a port or package.
 .It Li USER_POSIX2_CHAR_TERM
 Return 1 if the system supports at least one terminal type capable of
 all operations described in

Modified: head/sbin/sysctl/sysctl.8
==============================================================================
--- head/sbin/sysctl/sysctl.8   Fri Oct 30 19:37:34 2020        (r367183)
+++ head/sbin/sysctl/sysctl.8   Fri Oct 30 19:37:53 2020        (r367184)
@@ -28,7 +28,7 @@
 .\"    From: @(#)sysctl.8      8.1 (Berkeley) 6/6/93
 .\" $FreeBSD$
 .\"
-.Dd August 22, 2020
+.Dd October 30, 2020
 .Dt SYSCTL 8
 .Os
 .Sh NAME
@@ -256,6 +256,7 @@ String and integer values can be set using
 .It "user.posix2_upe   integer no"
 .It "user.stream_max   integer no"
 .It "user.tzname_max   integer no"
+.It "user.localbase    string  no"
 .El
 .Sh FILES
 .Bl -tag -width ".In netinet/icmp_var.h" -compact
_______________________________________________
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