aboutsummaryrefslogtreecommitdiff
path: root/contrib/libxo/libxo/xo_no_setlocale.3
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libxo/libxo/xo_no_setlocale.3')
-rw-r--r--contrib/libxo/libxo/xo_no_setlocale.337
1 files changed, 21 insertions, 16 deletions
diff --git a/contrib/libxo/libxo/xo_no_setlocale.3 b/contrib/libxo/libxo/xo_no_setlocale.3
index 94a126440f83..c3f32a403d03 100644
--- a/contrib/libxo/libxo/xo_no_setlocale.3
+++ b/contrib/libxo/libxo/xo_no_setlocale.3
@@ -7,12 +7,13 @@
.\" # LICENSE.
.\" # Phil Shafer, July 2014
.\"
-.Dd July, 2014
+.Dd December 4, 2014
.Dt LIBXO 3
.Os
.Sh NAME
.Nm xo_no_setlocale
-.Nd prevent implicit call to setlocale()
+.Nd prevent implicit call to
+.Fn setlocale
.Sh LIBRARY
.Lb libxo
.Sh SYNOPSIS
@@ -20,44 +21,48 @@
.Ft void
.Fn xo_no_setlocale "void"
.Sh DESCRIPTION
-.Em libxo
-automatically initializes the locale based on setting of the
+.Nm libxo
+automatically initializes the locale based on the setting of the
environment variables
-.Em LC_CTYPE ,
-.Em LANG ,
+.Ev LC_CTYPE ,
+.Ev LANG ,
and
-.Em LC_ALL .
+.Ev LC_ALL .
The first of this
-list of variables is used and if none of the variables, the locale
+list of variables is used and if none of the variables are set, the locale
defaults to
-.Em UTF-8. The caller may wish to avoid this behavior, and
+.Em UTF-8 .
+The caller may wish to avoid this behavior, and
can do so by calling the
.Fn xo_no_setlocale
function.
.Sh ADDITIONAL DOCUMENTATION
-.Pp
Complete documentation can be found on github:
.Bd -literal -offset indent
http://juniper.github.io/libxo/libxo-manual.html
.Ed
.Pp
-libxo lives on github as:
+.Nm libxo
+lives on github as:
.Bd -literal -offset indent
https://github.com/Juniper/libxo
.Ed
.Pp
-The latest release of libxo is available at:
+The latest release of
+.Nm libxo
+is available at:
.Bd -literal -offset indent
https://github.com/Juniper/libxo/releases
.Ed
.Sh SEE ALSO
.Xr xo_emit 3 ,
.Xr xo_open_container 3 ,
-.Xr xo_open_list 3 , and
-.Xr xo_format 5 .
+.Xr xo_open_list 3 ,
+.Xr xo_format 5
.Sh HISTORY
The
-.Fa libxo
-library was added in FreeBSD 11.0.
+.Nm libxo
+library was added in
+.Fx 11.0 .
.Sh AUTHOR
Phil Shafer