summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-11-29 21:01:13 -0500
committerJune McEnroe <june@causal.agency>2019-11-29 21:01:13 -0500
commit89058f076b19590eb501c12d82617e48558dd737 (patch)
tree785b26f622d9205672606ec7f7e339641cb95416
parentAdd litterbox manual page (diff)
downloadlitterbox-89058f076b19590eb501c12d82617e48558dd737.tar.gz
litterbox-89058f076b19590eb501c12d82617e48558dd737.zip
Add unscoop manual page
-rw-r--r--litterbox.13
-rw-r--r--unscoop.149
2 files changed, 51 insertions, 1 deletions
diff --git a/litterbox.1 b/litterbox.1
index 6bdad8a..76c32c6 100644
--- a/litterbox.1
+++ b/litterbox.1
@@ -90,7 +90,8 @@ The most likely path to the database file.
 .El
 .
 .Sh SEE ALSO
-.Xr scoop 1
+.Xr scoop 1 ,
+.Xr unscoop 1
 .
 .Sh STANDARDS
 The
diff --git a/unscoop.1 b/unscoop.1
new file mode 100644
index 0000000..2e11d06
--- /dev/null
+++ b/unscoop.1
@@ -0,0 +1,49 @@
+.Dd November 29, 2019
+.Dt UNSCOOP 1
+.Os
+.
+.Sh NAME
+.Nm unscoop
+.Nd import IRC logs
+.
+.Sh SYNOPSIS
+.Nm
+.Op Fl C Ar context
+.Op Fl N Ar network
+.Op Fl f Ar format
+.Ar
+.
+.Sh DESCRIPTION
+The
+.Nm
+utility imports IRC logs into the
+.Xr litterbox 1
+database.
+.
+.Pp
+The arguments are as follows:
+.Bl -tag -width Ds
+.It Fl C Ar context
+Set the channel or query name of the imported logs.
+.It Fl N Ar network
+Set the network name of the imported logs.
+.It Fl f Ar format
+Set the input log format.
+The following formats are supported:
+.Sy textual .
+.El
+.
+.Sh SEE ALSO
+.Xr litterbox 1 ,
+.Xr scoop 1
+.
+.Sh AUTHORS
+.An June Bug Aq Mt june@causal.agency
+.
+.Sh BUGS
+Send mail to
+.Aq Mt june@causal.agency
+or join
+.Li #ascii.town
+on
+.Li chat.freenode.net .
ommit/tls_util.c?h=3.8.1&id=fd56a8d74b9c1b9f7005fbc003d98f1253cd5eee&follow=1'>Import LibreSSL 3.4.0June McEnroe 2021-08-24Import LibreSSL 3.3.4June McEnroe 2021-05-25Bump version to 3.3.3p1 3.3.3p1June McEnroe 2021-05-25build: Add scripts to EXTRA_DISTJune McEnroe 2021-05-25import: Add missing scripts/wrap-compiler-for-flag-checkJune McEnroe 2021-05-08Import LibreSSL 3.3.3June McEnroe 2021-04-18build: Remove added x509_verify.3 links 3.3.2June McEnroe 2021-04-18tls: Use EC_KEY_set_ex_dataJune McEnroe 2021-04-18Import LibreSSL 3.3.2June McEnroe 2021-03-05Bump version to 3.3.1p1 3.3.1p1June McEnroe 2021-03-05build: Add OpenSSL includes to libcompatJune McEnroe Some compat sources (getentropy_linux.c for example) require OpenSSL. Reported by Robert Scheck. 2020-12-15Import LibreSSL 3.3.1June McEnroe 2020-11-24Import LibreSSL 3.3.0June McEnroe 2020-10-22Import LibreSSL 3.2.2June McEnroe 2020-09-29Import LibreSSL 3.2.1June McEnroe 2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe 2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe