Date: Mon, 2 Mar 2015 18:54:57 -0800 From: Steve Kargl <sgk@troutmask.apl.washington.edu> To: Alfred Perlstein <bright@mu.org> Cc: Harrison Grundy <harrison.grundy@astrodoggroup.com>, "freebsd-current@freebsd.org" <freebsd-current@freebsd.org> Subject: Re: Massive libxo-zation that breaks everything Message-ID: <20150303025456.GA81001@troutmask.apl.washington.edu> In-Reply-To: <197AA5DC-0591-4F71-BF10-51A5D8104C11@mu.org> References: <54F31510.7050607@hot.ee> <54F34B6E.2040809@astrodoggroup.com> <CAG=rPVfcB1Fy_8mHq-t5Ay07yrzuSGthQ0ZcGzvp0XG9gSSzkg@mail.gmail.com> <54F35F29.4000603@astrodoggroup.com> <54F429EF.5050400@freebsd.org> <54F46536.8040607@mu.org> <54F4C03F.7030704@freebsd.org> <54F4FECB.90501@freebsd.org> <197AA5DC-0591-4F71-BF10-51A5D8104C11@mu.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Mar 02, 2015 at 05:30:31PM -0800, Alfred Perlstein wrote: > > Read the library. It doesn't care what output format it needs. > It is up to the translation layer to do it. You could even do > a csv format or most any other structured output format without > changing the userland utils. > Yeah, read the library code because the manpages are atrocious. There are 12 manpages apparently documenting xo_emit(). -- Steve Index: xo_attr.3 =================================================================== --- xo_attr.3 (revision 279526) +++ xo_attr.3 (working copy) @@ -11,8 +11,8 @@ .Dt LIBXO 3 .Os .Sh NAME -.Nm xo_emit -.Nd emit formatted output based on format string and arguments +.Nm xo_attr +.Nd FUBAR .Sh LIBRARY .Lb libxo .Sh SYNOPSIS Index: xo_create.3 =================================================================== --- xo_create.3 (revision 279526) +++ xo_create.3 (working copy) @@ -11,8 +11,8 @@ .Dt LIBXO 3 .Os .Sh NAME -.Nm xo_emit -.Nd emit formatted output based on format string and arguments +.Nm xo_create +.Nd FUBAR .Sh LIBRARY .Lb libxo .Sh SYNOPSIS Index: xo_finish.3 =================================================================== --- xo_finish.3 (revision 279526) +++ xo_finish.3 (working copy) @@ -11,8 +11,8 @@ .Dt LIBXO 3 .Os .Sh NAME -.Nm xo_emit -.Nd emit formatted output based on format string and arguments +.Nm xo_finish +.Nd FUBAR .Sh LIBRARY .Lb libxo .Sh SYNOPSIS Index: xo_flush.3 =================================================================== --- xo_flush.3 (revision 279526) +++ xo_flush.3 (working copy) @@ -11,8 +11,8 @@ .Dt LIBXO 3 .Os .Sh NAME -.Nm xo_emit -.Nd emit formatted output based on format string and arguments +.Nm xo_flush +.Nd FUBAR .Sh LIBRARY .Lb libxo .Sh SYNOPSIS Index: xo_open_container.3 =================================================================== --- xo_open_container.3 (revision 279526) +++ xo_open_container.3 (working copy) @@ -11,8 +11,8 @@ .Dt LIBXO 3 .Os .Sh NAME -.Nm xo_emit -.Nd emit formatted output based on format string and arguments +.Nm xo_open_container +.Nd FUBAR .Sh LIBRARY .Lb libxo .Sh SYNOPSIS Index: xo_open_list.3 =================================================================== --- xo_open_list.3 (revision 279526) +++ xo_open_list.3 (working copy) @@ -11,8 +11,8 @@ .Dt LIBXO 3 .Os .Sh NAME -.Nm xo_emit -.Nd emit formatted output based on format string and arguments +.Nm xo_open_list +.Nd FUBAR .Sh LIBRARY .Lb libxo .Sh SYNOPSIS Index: xo_set_allocator.3 =================================================================== --- xo_set_allocator.3 (revision 279526) +++ xo_set_allocator.3 (working copy) @@ -11,8 +11,8 @@ .Dt LIBXO 3 .Os .Sh NAME -.Nm xo_emit -.Nd emit formatted output based on format string and arguments +.Nm xo_set_allocator +.Nd FUBAR .Sh LIBRARY .Lb libxo .Sh SYNOPSIS Index: xo_set_flags.3 =================================================================== --- xo_set_flags.3 (revision 279526) +++ xo_set_flags.3 (working copy) @@ -11,8 +11,8 @@ .Dt LIBXO 3 .Os .Sh NAME -.Nm xo_emit -.Nd emit formatted output based on format string and arguments +.Nm xo_set_flags +.Nd FUBAR .Sh LIBRARY .Lb libxo .Sh SYNOPSIS Index: xo_set_info.3 =================================================================== --- xo_set_info.3 (revision 279526) +++ xo_set_info.3 (working copy) @@ -11,8 +11,8 @@ .Dt LIBXO 3 .Os .Sh NAME -.Nm xo_emit -.Nd emit formatted output based on format string and arguments +.Nm xo_set_info +.Nd FUBAR .Sh LIBRARY .Lb libxo .Sh SYNOPSIS Index: xo_set_style.3 =================================================================== --- xo_set_style.3 (revision 279526) +++ xo_set_style.3 (working copy) @@ -11,8 +11,8 @@ .Dt LIBXO 3 .Os .Sh NAME -.Nm xo_emit -.Nd emit formatted output based on format string and arguments +.Nm xo_set_style +.Nd FUBAR .Sh LIBRARY .Lb libxo .Sh SYNOPSIS Index: xo_set_writer.3 =================================================================== --- xo_set_writer.3 (revision 279526) +++ xo_set_writer.3 (working copy) @@ -11,8 +11,8 @@ .Dt LIBXO 3 .Os .Sh NAME -.Nm xo_emit -.Nd emit formatted output based on format string and arguments +.Nm xo_set_writer +.Nd FUBAR .Sh LIBRARY .Lb libxo .Sh SYNOPSIS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150303025456.GA81001>