public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
* Re: 2 more doc patches
  2015-01-01  0:00 2 more doc patches Ondrej Oprala
@ 2015-01-01  0:00 ` Ondrej Oprala
  2015-01-01  0:00 ` Dodji Seketeli
  1 sibling, 0 replies; 3+ messages in thread
From: Ondrej Oprala @ 2015-01-01  0:00 UTC (permalink / raw)
  To: libabigail

[-- Attachment #1: Type: text/plain, Size: 216 bytes --]

Minor warnings patch v2, sorry

On 05.10.2015 09:00, Ondrej Oprala wrote:
> Since I started poking around docs this morning, I have two more 
> nitpicking patches :)
> make distcheck passes.
>
> Thank you!
>  Ondro


[-- Attachment #2: 0001-Fix-minor-warnings-when-building-documentation.patch --]
[-- Type: text/x-patch, Size: 1112 bytes --]

From 5115d1624130c738695fa37deb2b642bb7654430 Mon Sep 17 00:00:00 2001
From: Ondrej Oprala <ooprala@redhat.com>
Date: Mon, 5 Oct 2015 08:40:20 +0200
Subject: [PATCH] Fix minor warnings when building documentation.

	* manuals/abilint.rst: Fix the "Literal block expected" warning.
	* manuals/abipkgdiff.rst: Fix the "Title underline too short" warning.

Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
---
 doc/manuals/abilint.rst    | 2 +-
 doc/manuals/abipkgdiff.rst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/manuals/abilint.rst b/doc/manuals/abilint.rst
index 625cbec..1e4b99e 100644
--- a/doc/manuals/abilint.rst
+++ b/doc/manuals/abilint.rst
@@ -22,7 +22,7 @@ Invocation
 
 ::
 
-abilint [options] [<abi-file1>]
+  abilint [options] [<abi-file1>]
 
 Options
 =======
diff --git a/doc/manuals/abipkgdiff.rst b/doc/manuals/abipkgdiff.rst
index 1772dca..1520790 100644
--- a/doc/manuals/abipkgdiff.rst
+++ b/doc/manuals/abipkgdiff.rst
@@ -25,7 +25,7 @@ information in `DWARF`_ format.
 .. _abipkgdiff_invocation_label:
 
 Invocation
-=========
+==========
 
 ::
 
-- 
2.4.3


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 2 more doc patches
  2015-01-01  0:00 2 more doc patches Ondrej Oprala
  2015-01-01  0:00 ` Ondrej Oprala
@ 2015-01-01  0:00 ` Dodji Seketeli
  1 sibling, 0 replies; 3+ messages in thread
From: Dodji Seketeli @ 2015-01-01  0:00 UTC (permalink / raw)
  To: Ondrej Oprala; +Cc: libabigail

Hey,

> From 99cc564fe17c11c153a06825d4b1c7b497d80b4a Mon Sep 17 00:00:00 2001
> From: Ondrej Oprala <ooprala@redhat.com>
> Date: Mon, 5 Oct 2015 08:33:46 +0200
> Subject: [PATCH 1/2] Fix an "Unknown target name" error during make info.
>
> 	* doc/manuals/libabigail-overview.rst: Fix the reference to
> 	"ELF symbols".

This is OK to commit to master.

[...]

> Minor warnings patch v2, sorry

[...]

> From 5115d1624130c738695fa37deb2b642bb7654430 Mon Sep 17 00:00:00 2001
> From: Ondrej Oprala <ooprala@redhat.com>
> Date: Mon, 5 Oct 2015 08:40:20 +0200
> Subject: [PATCH] Fix minor warnings when building documentation.
> 
> 	* manuals/abilint.rst: Fix the "Literal block expected" warning.
> 	* manuals/abipkgdiff.rst: Fix the "Title underline too short" warning.
> 

And this one too.

Thanks!

-- 
		Dodji

^ permalink raw reply	[flat|nested] 3+ messages in thread

* 2 more doc patches
@ 2015-01-01  0:00 Ondrej Oprala
  2015-01-01  0:00 ` Ondrej Oprala
  2015-01-01  0:00 ` Dodji Seketeli
  0 siblings, 2 replies; 3+ messages in thread
From: Ondrej Oprala @ 2015-01-01  0:00 UTC (permalink / raw)
  To: libabigail

[-- Attachment #1: Type: text/plain, Size: 131 bytes --]

Since I started poking around docs this morning, I have two more 
nitpicking patches :)
make distcheck passes.

Thank you!
  Ondro

[-- Attachment #2: 0001-Fix-an-Unknown-target-name-error-during-make-info.patch --]
[-- Type: text/x-patch, Size: 1618 bytes --]

From 99cc564fe17c11c153a06825d4b1c7b497d80b4a Mon Sep 17 00:00:00 2001
From: Ondrej Oprala <ooprala@redhat.com>
Date: Mon, 5 Oct 2015 08:33:46 +0200
Subject: [PATCH 1/2] Fix an "Unknown target name" error during make info.

	* doc/manuals/libabigail-overview.rst: Fix the reference to
	"ELF symbols".

Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
---
 doc/manuals/libabigail-overview.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/manuals/libabigail-overview.rst b/doc/manuals/libabigail-overview.rst
index f95fd02..5e1fbc3 100644
--- a/doc/manuals/libabigail-overview.rst
+++ b/doc/manuals/libabigail-overview.rst
@@ -23,7 +23,7 @@ In more concrete terms, ``libabigail`` can parse a shared library in
 `ELF`_ format, accompanied with its associated debug information in
 `DWARF`_ format, build an internal representation of all the functions
 and variables it exports, along with their types.  It also builds an
-internal representation of the `ELF_ symbols`_ of these functions and
+internal representation of the `ELF symbols`_ of these functions and
 variables.  That information about these exported functions and
 variables is roughly what we consider as being the ABI of the shared
 library, at least, in the scope of Libabigail.
@@ -40,4 +40,4 @@ enough way to help us spot ABI incompatibilities.
 
 .. _ELF: http://en.wikipedia.org/wiki/Executable_and_Linkable_Format
 .. _DWARF: http://www.dwarfstd.org
-.. _Elf symbols: https://blogs.oracle.com/ali/entry/inside_elf_symbol_tables
+.. _ELF symbols: https://blogs.oracle.com/ali/entry/inside_elf_symbol_tables
-- 
2.4.3


[-- Attachment #3: 0002-Fix-minor-warnings-when-building-documentation.patch --]
[-- Type: text/x-patch, Size: 1122 bytes --]

From 4a2f47b9f1f8ec6c83dda1b29b37a43a77bd8fd5 Mon Sep 17 00:00:00 2001
From: Ondrej Oprala <ooprala@redhat.com>
Date: Mon, 5 Oct 2015 08:40:20 +0200
Subject: [PATCH 2/2] Fix minor warnings when building documentation.

	* manuals/abilint.rst: Fix the "Literal block expected" warning.
	* manuals/abipkgdiff.rst: Fix the "Title underline too short" warning.

Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
---
 doc/manuals/abilint.rst    | 2 +-
 doc/manuals/abipkgdiff.rst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/manuals/abilint.rst b/doc/manuals/abilint.rst
index 625cbec..271e571 100644
--- a/doc/manuals/abilint.rst
+++ b/doc/manuals/abilint.rst
@@ -22,7 +22,7 @@ Invocation
 
 ::
 
-abilint [options] [<abi-file1>]
+        abilint [options] [<abi-file1>]
 
 Options
 =======
diff --git a/doc/manuals/abipkgdiff.rst b/doc/manuals/abipkgdiff.rst
index 1772dca..1520790 100644
--- a/doc/manuals/abipkgdiff.rst
+++ b/doc/manuals/abipkgdiff.rst
@@ -25,7 +25,7 @@ information in `DWARF`_ format.
 .. _abipkgdiff_invocation_label:
 
 Invocation
-=========
+==========
 
 ::
 
-- 
2.4.3


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-10-05  9:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-01  0:00 2 more doc patches Ondrej Oprala
2015-01-01  0:00 ` Ondrej Oprala
2015-01-01  0:00 ` Dodji Seketeli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).