Update man-pages to describe the user.localbase variable added in r367179.

MFC after:	3 days
This commit is contained in:
Stefan Eßer 2020-10-30 19:37:53 +00:00
parent 6c0ecdd095
commit 77b793c465
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=367184
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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