aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2023-05-21 12:29:32 +0900
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>2023-05-21 12:29:32 +0900
commitd3fa91e1693d6f759977eb9a4547cf42d52c2009 (patch)
tree17a537f74e7bb8b197fdd086733a32b5fab120d3
parentfd45d888c1ca7377ff1a8376e77b9aa19ffda665 (diff)
downloadlinux-firewire-utils-d3fa91e1693d6f759977eb9a4547cf42d52c2009.tar.gz
config-rom-pretty-printer: add manual
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
-rw-r--r--src/config-rom-pretty-printer.8.in35
-rw-r--r--src/meson.build1
2 files changed, 36 insertions, 0 deletions
diff --git a/src/config-rom-pretty-printer.8.in b/src/config-rom-pretty-printer.8.in
new file mode 100644
index 0000000..4487a90
--- /dev/null
+++ b/src/config-rom-pretty-printer.8.in
@@ -0,0 +1,35 @@
+.TH config\-rom\-pretty\-printer 8 "5 Jun 2011" "@PACKAGE_STRING@"
+
+.IX config\-rom\-pretty\-printer
+.SH NAME
+config\-rom\-pretty\-printer \- IEEE 1212 / IEEE 1394 Configuration ROM pretty printer
+
+.SH SYNOPSIS
+.B config\-rom\-pretty\-printer
+<
+.I file
+
+cat
+.I file
+|
+.B config\-rom\-pretty\-printer
+
+.SH DESCRIPTION
+
+.B config\-rom\-pretty\-printer
+is a utility to read Configuration ROM data from stdin and writes a human-readable annotated
+representation to stdout. The data may be binary data formatted by IEEE 1212 (ISO/IEC 13213).
+
+It was firstly written by Stefan Richter 2010 as Python 2 script under unique license. Current
+version was written by Takashi Sakamoto 2023 as C language program under GPL v2 license and
+drops some legacy functions supported by the original one.
+
+.SH BUGS
+Report bugs to <@PACKAGE_BUGREPORT@>.
+.br
+@PACKAGE_NAME@ home page: <@PACKAGE_URL@>.
+.SH SEE ALSO
+.BR lsfirewire (8)
+.BR lsfirewirephy (8),
+.BR firewire-request (8)
+.BR firewire-phy-command (8)
diff --git a/src/meson.build b/src/meson.build
index 86fcbcb..fcde43c 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -58,6 +58,7 @@ manuals = [
'lsfirewirephy.8',
'firewire-request.8',
'firewire-phy-command.8',
+ 'config-rom-pretty-printer.8',
]
man_pages = []