public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/devmanual:master commit in: function-reference/install-functions/
Date: Mon,  3 Oct 2016 14:52:54 +0000 (UTC)	[thread overview]
Message-ID: <1475506099.2cd81375a441aaa28555aa5c7b09864e8863c669.ulm@gentoo> (raw)

commit:     2cd81375a441aaa28555aa5c7b09864e8863c669
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  3 14:48:19 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Oct  3 14:48:19 2016 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=2cd81375

function-reference/install-functions: Remove trailing full stops in table.

According to style guide:
https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo/xml/htdocs/doc/en/xml-guide.xml?revision=1.72&view=markup#l1159

 function-reference/install-functions/text.xml | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml
index 1d18b24..3e96f2b 100644
--- a/function-reference/install-functions/text.xml
+++ b/function-reference/install-functions/text.xml
@@ -67,7 +67,7 @@ the first is the source name, the second the name to use when installing.
       <c>insopts</c>
     </ti>
     <ti>
-      Specify arguments passed to <c>install</c> (eg <c>-s</c>, <c>-m644</c>).
+      Specify arguments passed to <c>install</c> (eg <c>-s</c>, <c>-m644</c>)
     </ti>
   </tr>
   <tr>
@@ -267,7 +267,7 @@ the first is the source name, the second the name to use when installing.
       <c>keepdir</c>
     </ti>
     <ti>
-      Create a directory with an empty <c>.keep</c> file in it.
+      Create a directory with an empty <c>.keep</c> file in it
     </ti>
   </tr>
   <tr>
@@ -275,7 +275,7 @@ the first is the source name, the second the name to use when installing.
       <c>newbin</c>
     </ti>
     <ti>
-      Install a binary using the second argument as the name.
+      Install a binary using the second argument as the name
     </ti>
   </tr>
   <tr>
@@ -283,7 +283,7 @@ the first is the source name, the second the name to use when installing.
       <c>newconfd</c>
     </ti>
     <ti>
-      Install an <c>/etc/conf.d</c> entry using the second argument as the name.
+      Install an <c>/etc/conf.d</c> entry using the second argument as the name
     </ti>
   </tr>
   <tr>
@@ -291,7 +291,7 @@ the first is the source name, the second the name to use when installing.
       <c>newdoc</c>
     </ti>
     <ti>
-      Install a documentation file using the second argument as the name.
+      Install a documentation file using the second argument as the name
     </ti>
   </tr>
   <tr>
@@ -299,7 +299,7 @@ the first is the source name, the second the name to use when installing.
       <c>newenvd</c>
     </ti>
     <ti>
-      Install an <c>/etc/env.d</c> file using the second argument as the name.
+      Install an <c>/etc/env.d</c> file using the second argument as the name
     </ti>
   </tr>
   <tr>
@@ -307,7 +307,7 @@ the first is the source name, the second the name to use when installing.
       <c>newexe</c>
     </ti>
     <ti>
-      Install an executable file using the second argument as the name.
+      Install an executable file using the second argument as the name
     </ti>
   </tr>
   <tr>
@@ -315,7 +315,7 @@ the first is the source name, the second the name to use when installing.
       <c>newinitd</c>
     </ti>
     <ti>
-      Install an <c>/etc/init.d</c> file using the second argument as the name.
+      Install an <c>/etc/init.d</c> file using the second argument as the name
     </ti>
   </tr>
   <tr>
@@ -323,7 +323,7 @@ the first is the source name, the second the name to use when installing.
       <c>newins</c>
     </ti>
     <ti>
-      Install a miscellaneous file using the second argument as the name.
+      Install a miscellaneous file using the second argument as the name
     </ti>
   </tr>
   <tr>
@@ -331,7 +331,7 @@ the first is the source name, the second the name to use when installing.
       <c>newlib.a</c>
     </ti>
     <ti>
-      Install a <c>.a</c> library file using the second argument as the name.
+      Install a <c>.a</c> library file using the second argument as the name
     </ti>
   </tr>
   <tr>
@@ -339,7 +339,7 @@ the first is the source name, the second the name to use when installing.
       <c>newlib.so</c>
     </ti>
     <ti>
-      Install a <c>.so</c> library file using the second argument as the name.
+      Install a <c>.so</c> library file using the second argument as the name
     </ti>
   </tr>
   <tr>
@@ -347,7 +347,7 @@ the first is the source name, the second the name to use when installing.
       <c>newman</c>
     </ti>
     <ti>
-      Install a manual page using the second argument as the name.
+      Install a manual page using the second argument as the name
     </ti>
   </tr>
   <tr>
@@ -355,7 +355,7 @@ the first is the source name, the second the name to use when installing.
       <c>newsbin</c>
     </ti>
     <ti>
-      Install an <c>sbin</c> file using the second argument as the name.
+      Install an <c>sbin</c> file using the second argument as the name
     </ti>
   </tr>
 </table>


             reply	other threads:[~2016-10-03 14:53 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-03 14:52 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-10-21 19:06 [gentoo-commits] proj/devmanual:master commit in: function-reference/install-functions/ Ulrich Müller
2023-05-27 18:51 Ulrich Müller
2023-04-29 15:29 Ulrich Müller
2022-01-17 16:52 Ulrich Müller
2020-02-24  8:14 Ulrich Müller
2019-11-22 22:45 Michael Orlitzky
2018-10-24 13:01 Brian Evans
2018-10-24 13:01 Brian Evans
2018-08-01 22:59 Göktürk Yüksek
2018-06-22 18:25 Ulrich Müller
2017-08-28 20:01 Göktürk Yüksek
2017-06-21 17:28 Göktürk Yüksek
2016-12-08 16:47 Göktürk Yüksek
2016-12-07 19:46 Göktürk Yüksek
2016-12-07 19:46 Göktürk Yüksek
2016-11-30  5:29 Göktürk Yüksek
2016-10-04 12:02 Göktürk Yüksek
2016-10-03 14:52 Ulrich Müller
2016-10-03 13:45 Mike Gilbert
2016-08-18  3:26 Göktürk Yüksek
2013-02-10  3:26 Mike Gilbert
2012-11-07 13:43 Michael Palimaka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1475506099.2cd81375a441aaa28555aa5c7b09864e8863c669.ulm@gentoo \
    --to=ulm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox