[Chinese-commits] [manpages-zh] branch master updated (1d29274 -> f2b3d95)
Boyuan Yang
hosiet-guest at moszumanska.debian.org
Wed Apr 5 06:50:38 UTC 2017
This is an automated email from the git hooks/post-receive script.
hosiet-guest pushed a change to branch master
in repository manpages-zh.
from 1d29274 Prepare v1.6.2.1-1~exp1.
adds a7cc4af retranslate shells(5).
adds 2d3cffa add pinky(1).
adds 0e8038a utils: add "comment" function to append-colophon.
adds 15c1e12 add some systemd man pages.
adds 73e5122 Release 1.6.3.
new f6c570c Merge tag 'v1.6.3'
new f2b3d95 Prepare debian release 1.6.3-1~exp1.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ChangeLog | 12 +
configure.ac | 2 +-
debian/changelog | 7 +
src/man1/bootctl.1 | 96 ++
src/man1/busctl.1 | 467 +++++++++
src/man1/hostnamectl.1 | 186 ++++
src/man1/journalctl.1 | 746 +++++++++++++
src/man1/localectl.1 | 195 ++++
src/man1/loginctl.1 | 360 +++++++
src/man1/manpages | 19 +-
src/man1/networkctl.1 | 153 +++
src/man1/pinky.1 | 64 ++
src/man1/systemctl.1 | 1608 +++++++++++++++++++++++++++++
src/man1/systemd-ask-password.1 | 189 ++++
src/man1/systemd-cat.1 | 134 +++
src/man1/systemd-cgls.1 | 92 ++
src/man1/systemd-delta.1 | 172 +++
src/man1/systemd-detect-virt.1 | 209 ++++
src/man1/systemd-escape.1 | 165 +++
src/man1/systemd-firstboot.1 | 231 +++++
src/man1/systemd-firstboot.service.1 | 1 +
src/man1/systemd-inhibit.1 | 132 +++
src/man1/systemd-machine-id-setup.1 | 168 +++
src/man1/systemd-notify.1 | 136 +++
src/man1/systemd-path.1 | 67 ++
src/man1/systemd-resolve.1 | 355 +++++++
src/man1/systemd-socket-activate.1 | 168 +++
src/man1/systemd-tty-ask-password-agent.1 | 102 ++
src/man1/systemd.1 | 984 ++++++++++++++++++
src/man1/timedatectl.1 | 251 +++++
src/man5/binfmt.d.5 | 117 +++
src/man5/hostname.5 | 55 +
src/man5/journald.conf.5 | 339 ++++++
src/man5/journald.conf.d.5 | 1 +
src/man5/locale.conf.5 | 112 ++
src/man5/localtime.5 | 78 ++
src/man5/logind.conf.5 | 295 ++++++
src/man5/manpages | 10 +-
src/man5/os-release.5 | 281 +++++
src/man5/shells.5 | 58 +-
src/man5/vconsole.conf.5 | 101 ++
src/man7/bootup.7 | 266 +++++
src/man7/daemon.7 | 607 +++++++++++
src/man7/file-hierarchy.7 | 666 ++++++++++++
src/man7/hwdb.7 | 70 ++
src/man7/kernel-command-line.7 | 215 ++++
src/man7/manpages | 21 +-
src/man8/halt.8 | 96 ++
src/man8/manpages | 10 +-
src/man8/systemd-quotacheck.8 | 1 +
src/man8/systemd-quotacheck.service.8 | 57 +
translation | 2 +-
utils/append-colophon | 3 +
53 files changed, 10894 insertions(+), 38 deletions(-)
create mode 100644 src/man1/bootctl.1
create mode 100644 src/man1/busctl.1
create mode 100644 src/man1/hostnamectl.1
create mode 100644 src/man1/journalctl.1
create mode 100644 src/man1/localectl.1
create mode 100644 src/man1/loginctl.1
create mode 100644 src/man1/networkctl.1
create mode 100644 src/man1/pinky.1
create mode 100644 src/man1/systemctl.1
create mode 100644 src/man1/systemd-ask-password.1
create mode 100644 src/man1/systemd-cat.1
create mode 100644 src/man1/systemd-cgls.1
create mode 100644 src/man1/systemd-delta.1
create mode 100644 src/man1/systemd-detect-virt.1
create mode 100644 src/man1/systemd-escape.1
create mode 100644 src/man1/systemd-firstboot.1
create mode 100644 src/man1/systemd-firstboot.service.1
create mode 100644 src/man1/systemd-inhibit.1
create mode 100644 src/man1/systemd-machine-id-setup.1
create mode 100644 src/man1/systemd-notify.1
create mode 100644 src/man1/systemd-path.1
create mode 100644 src/man1/systemd-resolve.1
create mode 100644 src/man1/systemd-socket-activate.1
create mode 100644 src/man1/systemd-tty-ask-password-agent.1
create mode 100644 src/man1/systemd.1
create mode 100644 src/man1/timedatectl.1
create mode 100644 src/man5/binfmt.d.5
create mode 100644 src/man5/hostname.5
create mode 100644 src/man5/journald.conf.5
create mode 100644 src/man5/journald.conf.d.5
create mode 100644 src/man5/locale.conf.5
create mode 100644 src/man5/localtime.5
create mode 100644 src/man5/logind.conf.5
create mode 100644 src/man5/os-release.5
create mode 100644 src/man5/vconsole.conf.5
create mode 100644 src/man7/bootup.7
create mode 100644 src/man7/daemon.7
create mode 100644 src/man7/file-hierarchy.7
create mode 100644 src/man7/hwdb.7
create mode 100644 src/man7/kernel-command-line.7
create mode 100644 src/man8/halt.8
create mode 100644 src/man8/systemd-quotacheck.8
create mode 100644 src/man8/systemd-quotacheck.service.8
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/chinese/manpages-zh.git
More information about the Chinese-commits
mailing list