diff options
author | David Robillard <d@drobilla.net> | 2023-03-31 13:54:20 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-12-02 18:49:08 -0500 |
commit | 0e9169e24fcfc4599a62f85991f407f257fec520 (patch) | |
tree | 0e79c49c6fc29c824a4f1fa72749f25c100ad390 /doc | |
parent | 91c0c68e153118f4d64c137d78882ee95830c307 (diff) | |
download | serd-0e9169e24fcfc4599a62f85991f407f257fec520.tar.gz serd-0e9169e24fcfc4599a62f85991f407f257fec520.tar.bz2 serd-0e9169e24fcfc4599a62f85991f407f257fec520.zip |
Rename serdi to serd-pipe
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/meson.build | 4 | ||||
-rw-r--r-- | doc/man/serd-pipe.1 (renamed from doc/man/serdi.1) | 14 | ||||
-rw-r--r-- | doc/serd-memory.svg (renamed from doc/serdi-memory.svg) | 0 | ||||
-rw-r--r-- | doc/serd-memory.txt (renamed from doc/serdi-memory.txt) | 2 | ||||
-rw-r--r-- | doc/serd-throughput.svg (renamed from doc/serdi-throughput.svg) | 0 | ||||
-rw-r--r-- | doc/serd-throughput.txt (renamed from doc/serdi-throughput.txt) | 2 | ||||
-rw-r--r-- | doc/serd-time.svg (renamed from doc/serdi-time.svg) | 0 | ||||
-rw-r--r-- | doc/serd-time.txt (renamed from doc/serdi-time.txt) | 2 |
8 files changed, 12 insertions, 12 deletions
diff --git a/doc/man/meson.build b/doc/man/meson.build index 323a8c4d..ae0c1c51 100644 --- a/doc/man/meson.build +++ b/doc/man/meson.build @@ -21,7 +21,7 @@ if not get_option('tools').disabled() ) endif - install_man(files('serdi.1')) + install_man(files('serd-pipe.1')) endif # Build/install HTML man pages if mandoc is present @@ -44,7 +44,7 @@ if not get_option('tools').disabled() ] page_names = [ - 'serdi', + 'serd-pipe', ] html_mandir = docdir / versioned_name / 'man' diff --git a/doc/man/serdi.1 b/doc/man/serd-pipe.1 index 7822832a..32482c73 100644 --- a/doc/man/serdi.1 +++ b/doc/man/serd-pipe.1 @@ -1,13 +1,13 @@ -.\" Copyright 2011-2022 David Robillard <d@drobilla.net> +.\" Copyright 2011-2023 David Robillard <d@drobilla.net> .\" SPDX-License-Identifier: ISC -.Dd April 30, 2023 -.Dt SERDI 1 +.Dd May 04, 2023 +.Dt SERD-PIPE 1 .Os Serd 1.1.1 .Sh NAME -.Nm serdi -.Nd read and write RDF syntax +.Nm serd-pipe +.Nd read and write RDF data .Sh SYNOPSIS -.Nm serdi +.Nm serd-pipe .Op Fl abefhlqtv .Op Fl c Ar prefix .Op Fl i Ar syntax @@ -57,7 +57,7 @@ will be emitted as .It Fl e Eat input one character at a time, rather than a page at a time which is the default. This is useful when reading from a pipe since output will be generated immediately as input arrives, rather than waiting until an entire page of input has arrived. -With this option serdi uses one page less memory, but will likely be significantly slower. +With this option one less page of memory is used, but likely with a performance penalty. .It Fl f Fast and loose URI mode: preserve full URIs (without qualifying or making relative), diff --git a/doc/serdi-memory.svg b/doc/serd-memory.svg index db837a07..db837a07 100644 --- a/doc/serdi-memory.svg +++ b/doc/serd-memory.svg diff --git a/doc/serdi-memory.txt b/doc/serd-memory.txt index 82cac3a4..6749642a 100644 --- a/doc/serdi-memory.txt +++ b/doc/serd-memory.txt @@ -1,4 +1,4 @@ -n serdi rapper riot +n serd-pipe rapper riot 1000000 1634304.0 492728320.0 589537280.0 2000000 1523712.0 972505088.0 750370816.0 3000000 1409024.0 1450397696.0 905318400.0 diff --git a/doc/serdi-throughput.svg b/doc/serd-throughput.svg index e32c3355..e32c3355 100644 --- a/doc/serdi-throughput.svg +++ b/doc/serd-throughput.svg diff --git a/doc/serdi-throughput.txt b/doc/serd-throughput.txt index cb0d2678..547c1f51 100644 --- a/doc/serdi-throughput.txt +++ b/doc/serd-throughput.txt @@ -1,4 +1,4 @@ -n serdi rapper riot +n serd-pipe rapper riot 1000000 833333 121654 87796 2000000 843881 119189 130804 3000000 835654 115651 150602 diff --git a/doc/serdi-time.svg b/doc/serd-time.svg index 3b8e5523..3b8e5523 100644 --- a/doc/serdi-time.svg +++ b/doc/serd-time.svg diff --git a/doc/serdi-time.txt b/doc/serd-time.txt index dd0022bd..3482ef6f 100644 --- a/doc/serdi-time.txt +++ b/doc/serd-time.txt @@ -1,4 +1,4 @@ -n serdi rapper riot +n serd-pipe rapper riot 1000000 1.2000000 8.2200000 11.3900000 2000000 2.3700000 16.7800000 15.2900000 3000000 3.5900000 25.9400000 19.9200000 |