summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-05-21 18:11:34 -0400
committerJune McEnroe <june@causal.agency>2020-05-21 18:11:34 -0400
commitefa8d6bc4622279a7211361156378decd69d38a7 (patch)
tree2b77f69151793a1bbf7221c61ad54f34f0e61b61
parentFix search expression append (diff)
downloadlitterbox-efa8d6bc4622279a7211361156378decd69d38a7.tar.gz
litterbox-efa8d6bc4622279a7211361156378decd69d38a7.zip
Clean up unscoop manual page
-rw-r--r--unscoop.144
1 files changed, 22 insertions, 22 deletions
diff --git a/unscoop.1 b/unscoop.1
index 66bb862..233c39a 100644
--- a/unscoop.1
+++ b/unscoop.1
@@ -1,4 +1,4 @@
-.Dd May 20, 2020
+.Dd May 21, 2020
 .Dt UNSCOOP 1
 .Os
 .
@@ -25,18 +25,17 @@ The
 utility imports IRC client logs into the
 .Xr litterbox 1
 database.
-The network and channel or query names
-can be inferred from file paths,
-so it is best to run
+Network and channel or query names
+can be inferred from file paths, so
 .Nm
-from the log directory root
-or use absolute paths.
+should be run from the log directory root.
 .
 .Pp
 The arguments are as follows:
 .Bl -tag -width Ds
 .It Fl D
-Delete duplicate events from overlapping imports.
+Delete duplicate events from overlapping imports
+and exit.
 This operation requires SQLite version 3.25.0 or newer.
 .
 .It Fl N Ar network
@@ -59,16 +58,14 @@ The default path is as in
 .Xr litterbox 1 .
 .
 .It Fl f Ar format
-Set the input log format to one of
-.Cm catgirl ,
-.Cm generic ,
-.Cm irc ,
-.Cm textual .
-.
-.Pp
-The default format is
-.Cm generic ,
-which matches paths of the form
+Set the input log format to one of:
+.Bl -tag -width Ds
+.It Cm catgirl
+The
+.Xr catgirl 1
+IRC client.
+.It Cm generic
+Matches paths of the form
 .Pa network/context/*
 and events of the following forms:
 .Bd -literal -offset indent
@@ -76,16 +73,19 @@ and events of the following forms:
 [timestamp] -nick- notice
 [timestamp] * nick action
 .Ed
-.
-.Pp
-The
-.Cm irc
-format matches IRC protocol messages tagged with
+.It Cm irc
+Matches IRC protocol messages tagged with
 .Sy server-time .
 The network and context must be set with
 .Fl N
 and
 .Fl c .
+.It Cm textual
+The Textual IRC client.
+.El
+.Pp
+The default format is
+.Cm generic .
 .
 .It Fl n
 Do not import any files.