Bugzilla – Attachment 56848 Details for
Bug 17379
Add a man page for koha-passwd
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17379 - Add a man page for koha-passwd
Bug-17379---Add-a-man-page-for-koha-passwd.patch (text/plain), 2.29 KB, created by
Lucio Moraes
on 2016-10-25 20:57:07 UTC
(
hide
)
Description:
Bug 17379 - Add a man page for koha-passwd
Filename:
MIME Type:
Creator:
Lucio Moraes
Created:
2016-10-25 20:57:07 UTC
Size:
2.29 KB
patch
obsolete
>From 6ee5006590900b26d6037ccdd4550aabc2107964 Mon Sep 17 00:00:00 2001 >From: Lucio Moraes <lmoraes@catalyst.net.nz> >Date: Mon, 24 Oct 2016 08:23:20 +0000 >Subject: [PATCH] Bug 17379 - Add a man page for koha-passwd > >Adding a manpage for the koha-passwd utility. > >To test: >1) Run these commands and look at the formatted man page: >$xsltproc /usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl \ > debian/docs/koha-passwd.xml >2)$man -l koha-passwd.8 > >3) Make sure this test passes: $prove -v xt/verify-debian-docbook.t >--- > debian/docs/koha-passwd.xml | 50 +++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 50 insertions(+) > create mode 100644 debian/docs/koha-passwd.xml > >diff --git a/debian/docs/koha-passwd.xml b/debian/docs/koha-passwd.xml >new file mode 100644 >index 0000000..a40dfb2 >--- /dev/null >+++ b/debian/docs/koha-passwd.xml >@@ -0,0 +1,50 @@ >+<article xmlns='http://docbook.org/ns/docbook'> >+<title>koha-passwd</title> >+<info> >+ <productname>Koha</productname> is the first free software library automation package. >+ <author> >+ <personname> >+ <firstname>Mason</firstname> >+ <surname>James</surname> >+ </personname> >+ <affiliation> >+ <orgname>The Koha Community</orgname> >+ <uri>http://koha-community.org</uri> >+ </affiliation> >+ <contrib>Author</contrib> >+ </author> >+</info> >+ >+<refentry xml:id="koha-passwd"> >+ >+ <refmeta> >+ <refentrytitle>koha-passwd</refentrytitle> >+ <manvolnum>8</manvolnum> >+ </refmeta> >+ >+ <refnamediv> >+ <refname>koha-passwd</refname> >+ <refpurpose>Display a Koha instance's password.</refpurpose> >+ <refclass>UNIX/Linux</refclass> >+ </refnamediv> >+ >+ <refsynopsisdiv> >+ <cmdsynopsis> >+ <command>koha-passwd</command> >+ <arg choice="req" rep="repeat"><replaceable>instancename</replaceable></arg> >+ </cmdsynopsis> >+ </refsynopsisdiv> >+ >+ <refsect1><title>Description</title> >+ <para>Display a password for one or more Koha instances.</para> >+ </refsect1> >+ >+ <refsect1><title>See also</title> >+ <simplelist type="inline"> >+ <member><command>Full documentation: https://koha-community.org/documentation/</command></member> >+ </simplelist> >+ </refsect1> >+ >+</refentry> >+ >+</article> >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 17379
:
56740
|
56817
|
56818
|
56826
|
56848
|
57848
|
140815
|
140838
|
141540
|
141541