OSDN Git Service

upower 0.99.16: 翻訳予約。
authormatsuand <30614168+matsuand@users.noreply.github.com>
Sat, 5 Mar 2022 11:30:41 +0000 (20:30 +0900)
committermatsuand <30614168+matsuand@users.noreply.github.com>
Sat, 5 Mar 2022 11:30:41 +0000 (20:30 +0900)
manual/upower/original/getfiles.txt [new file with mode: 0644]
manual/upower/original/man1/upower.1 [new file with mode: 0644]
manual/upower/original/man7/UPower.7 [new file with mode: 0644]
manual/upower/original/man8/upowerd.8 [new file with mode: 0644]
manual/upower/translation_list [new file with mode: 0644]

diff --git a/manual/upower/original/getfiles.txt b/manual/upower/original/getfiles.txt
new file mode 100644 (file)
index 0000000..545fa84
--- /dev/null
@@ -0,0 +1,39 @@
+#------------------------------
+# ソース tarball 入手と伸長
+#------------------------------
+$ cd ~/src
+$ wget -N https://gitlab.freedesktop.org/upower/upower/-/archive/v0.99.16/upower-v0.99.16.tar.bz2
+$ tar xf upower-v0.99.16.tar.bz2
+$ ls
+upower-v0.99.16
+
+#------------------------------
+# man ページ生成
+#------------------------------
+$ cd ~/src/upower-v0.99.16
+$ mkdir build; cd build
+$ meson --prefix=/usr ..
+$ grep '^build doc/man' build.ninja | sed "s|^build \(doc/man/.*\): .*|\1|" >build.lst
+$ for t in `cat build.lst`; do
+    ninja $t
+  done
+
+#------------------------------
+# 当プロジェクトへの man ページのコピー
+#------------------------------
+
+$ cd $(JMTOP)/manual/upower/original
+$ cat > getfiles.sh <<"EOF"
+#!/bin/sh
+
+SRCDIR=~/src/upower-v0.99.16
+
+rm -fr man{1,7,8}
+mkdir  man{1,7,8}
+
+for n in 1 7 8; do
+  cp $SRCDIR/build/doc/man/*.$n man$n
+done
+EOF
+
+$ sh getfiles.sh
diff --git a/manual/upower/original/man1/upower.1 b/manual/upower/original/man1/upower.1
new file mode 100644 (file)
index 0000000..14b74a0
--- /dev/null
@@ -0,0 +1,72 @@
+'\" t
+.\"     Title: upower
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL-NS Stylesheets vsnapshot <http://docbook.sf.net/>
+.\"      Date: April 2008
+.\"    Manual: upower
+.\"    Source: upower
+.\"  Language: English
+.\"
+.TH "UPOWER" "1" "April 2008" "upower" "upower"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+upower \- UPower command line tool
+.SH "SYNOPSIS"
+.HP \w'\fBupower\fR\ 'u
+\fBupower\fR [\fB\-\-dump\fR] [\fB\-\-enumerate\fR] [\fB\-\-monitor\-detail\fR] [\fB\-\-monitor\fR] [\fB\-\-show\-info\fR] [\fB\-\-version\fR] [\fB\-\-wakeups\fR] [\fB\-\-help\fR]
+.SH "DESCRIPTION"
+.PP
+\fIupower\fR
+is a simple command line client for the
+\fBUPower\fR(7)
+daemon\&. TODO: not fully documented\&.
+.SH "OPTIONS"
+.PP
+\fB\-\-monitor\fR
+.RS 4
+Connect to the UPower daemon and print a line every time a power source is added, removed or changed\&.
+.RE
+.PP
+\fB\-\-monitor\-detail\fR
+.RS 4
+Like
+\fB\-\-monitor\fR
+but prints the full details of the power source whenever an event happens\&.
+.RE
+.PP
+\fB\-\-help\fR
+.RS 4
+Show help options\&.
+.RE
+.SH "AUTHOR"
+.PP
+Written by David Zeuthen
+<davidz@redhat\&.com>
+with a lot of help from many others\&.
+.SH "BUGS"
+.PP
+Please send bug reports to either the distribution or the DeviceKit mailing list, see
+\m[blue]\fB\%http://lists.freedesktop.org/mailman/listinfo/devkit-devel\fR\m[]
+on how to subscribe\&.
+.SH "SEE ALSO"
+.PP
+\fBupowerd\fR(8),
+\fBUPower\fR(7),
diff --git a/manual/upower/original/man7/UPower.7 b/manual/upower/original/man7/UPower.7
new file mode 100644 (file)
index 0000000..a48ebaf
--- /dev/null
@@ -0,0 +1,52 @@
+'\" t
+.\"     Title: UPower
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL-NS Stylesheets vsnapshot <http://docbook.sf.net/>
+.\"      Date: March 2008
+.\"    Manual: UPower
+.\"    Source: UPower
+.\"  Language: English
+.\"
+.TH "UPOWER" "7" "March 2008" "UPower" "UPower"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+UPower \- System\-wide Power Management
+.SH "DESCRIPTION"
+.PP
+UPower provides an interface to enumerate power sources on the system and control system\-wide power management\&. Any application can access the
+\fIorg\&.freedesktop\&.UPower\fR
+service on the system message bus\&.
+.SH "AUTHOR"
+.PP
+Written by David Zeuthen
+<davidz@redhat\&.com>, Richard Hughes
+<richard@hughsie\&.com>
+and with a lot of help from many others\&.
+.SH "BUGS"
+.PP
+Please send bug reports to either the distribution or the DeviceKit mailing list, see
+\m[blue]\fB\%http://lists.freedesktop.org/mailman/listinfo/devkit-devel\fR\m[]
+on how to subscribe\&.
+.SH "SEE ALSO"
+.PP
+\fBPolicyKit\fR(8),
+\fBupowerd\fR(8),
+\fBupower\fR(1)
diff --git a/manual/upower/original/man8/upowerd.8 b/manual/upower/original/man8/upowerd.8
new file mode 100644 (file)
index 0000000..7389e12
--- /dev/null
@@ -0,0 +1,65 @@
+'\" t
+.\"     Title: upowerd
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL-NS Stylesheets vsnapshot <http://docbook.sf.net/>
+.\"      Date: April 2008
+.\"    Manual: upowerd
+.\"    Source: upowerd
+.\"  Language: English
+.\"
+.TH "UPOWERD" "8" "April 2008" "upowerd" "upowerd"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+upowerd \- UPower Daemon
+.SH "SYNOPSIS"
+.HP \w'\fBupowerd\fR\ 'u
+\fBupowerd\fR [\fB\-\-help\fR]
+.SH "DESCRIPTION"
+.PP
+\fIupowerd\fR
+provides the
+\fIorg\&.freedesktop\&.UPower\fR
+service on the system message bus\&. Users or administrators should never need to start this daemon as it will be automatically started by
+\fBdbus-daemon\fR(1)
+whenever an application calls into the
+\fIorg\&.freedesktop\&.UPower\fR
+service\&.
+.SH "OPTIONS"
+.PP
+\fB\-\-help\fR
+.RS 4
+Show help options\&.
+.RE
+.SH "AUTHOR"
+.PP
+Written by David Zeuthen
+<davidz@redhat\&.com>
+with a lot of help from many others\&.
+.SH "BUGS"
+.PP
+Please send bug reports to either the distribution or the DeviceKit mailing list, see
+\m[blue]\fB\%http://lists.freedesktop.org/mailman/listinfo/devkit-devel\fR\m[]
+on how to subscribe\&.
+.SH "SEE ALSO"
+.PP
+\fBUPower\fR(7),
+\fBupower\fR(1),
+\fBdbus-daemon\fR(1),
diff --git a/manual/upower/translation_list b/manual/upower/translation_list
new file mode 100644 (file)
index 0000000..d3520c5
--- /dev/null
@@ -0,0 +1,3 @@
+▲:upower:0.99.16:2021/02/23:upower:1:2022/03/05::michio_matsuyama@yahoo.co.jp:Michio MATSUYAMA:
+▲:upower:0.99.16:2021/02/23:UPower:7:2022/03/05::michio_matsuyama@yahoo.co.jp:Michio MATSUYAMA:
+▲:upower:0.99.16:2021/02/23:upowerd:8:2022/03/05::michio_matsuyama@yahoo.co.jp:Michio MATSUYAMA: