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/man | |
parent | 91c0c68e153118f4d64c137d78882ee95830c307 (diff) | |
download | serd-0e9169e24fcfc4599a62f85991f407f257fec520.tar.gz serd-0e9169e24fcfc4599a62f85991f407f257fec520.tar.bz2 serd-0e9169e24fcfc4599a62f85991f407f257fec520.zip |
Rename serdi to serd-pipe
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/meson.build | 4 | ||||
-rw-r--r-- | doc/man/serd-pipe.1 (renamed from doc/man/serdi.1) | 14 |
2 files changed, 9 insertions, 9 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), |