Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita652410

Browse files
committed
Doc: manually break lines in wide UUID examples.
Buildfarm member crake has been complaining "WARNING: The contents offo:inline line 1 exceed the available area in the inline-progressiondirection by 20500 millipoints. (See position 23808:106)" sinceba57dcf went in. The other doc-building animals are not showingthis warning, and I don't see it on my RHEL8 workstation either, butI was able to reproduce it on a Fedora 41 box. So apparently thisis due to a recent-ish change in DocBook's line-breaking heuristics,which caused it to cope less well with the UUIDs in these examples.Put in some zero-width spaces to encourage the PDF toolchain tobreak these lines in a better place. (Only one of these examplesactually needs this today, but I marked up all three to ensure thatthey get wrapped in a consistent way.)
1 parent499faf9 commita652410

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14478,7 +14478,7 @@ CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple
1447814478
UUID.
1447914479
</para>
1448014480
<para>
14481-
<literal>uuid_extract_timestamp('019535d9-3df7-79fb-b466-fa907fa17f9e'::uuid)</literal>
14481+
<literal>uuid_extract_timestamp('019535d9-3df7-79fb-b466-&zwsp;fa907fa17f9e'::uuid)</literal>
1448214482
<returnvalue>2025-02-23 21:46:24.503-05</returnvalue>
1448314483
</para>
1448414484
</entry>
@@ -14498,11 +14498,11 @@ CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple
1449814498
return 4.
1449914499
</para>
1450014500
<para>
14501-
<literal>uuid_extract_version('41db1265-8bc1-4ab3-992f-885799a4af1d'::uuid)</literal>
14501+
<literal>uuid_extract_version('41db1265-8bc1-4ab3-992f-&zwsp;885799a4af1d'::uuid)</literal>
1450214502
<returnvalue>4</returnvalue>
1450314503
</para>
1450414504
<para>
14505-
<literal>uuid_extract_version('019535d9-3df7-79fb-b466-fa907fa17f9e'::uuid)</literal>
14505+
<literal>uuid_extract_version('019535d9-3df7-79fb-b466-&zwsp;fa907fa17f9e'::uuid)</literal>
1450614506
<returnvalue>7</returnvalue>
1450714507
</para>
1450814508
</entry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp