From b75af4afa73381ff3a152d2de3cbadd6be03756e Mon Sep 17 00:00:00 2001 From: Joel Jakobsson Date: Thu, 27 Jun 2024 11:24:12 +0200 Subject: [PATCH] Fix docs to use canonical links --- doc/src/sgml/acronyms.sgml | 34 +++++++++++++++++----------------- doc/src/sgml/isn.sgml | 2 +- doc/src/sgml/sepgsql.sgml | 2 +- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/doc/src/sgml/acronyms.sgml b/doc/src/sgml/acronyms.sgml index 6e64b190ea..4b8a4f4a93 100644 --- a/doc/src/sgml/acronyms.sgml +++ b/doc/src/sgml/acronyms.sgml @@ -41,7 +41,7 @@ ASCII - American Standard + American Standard Code for Information Interchange @@ -149,7 +149,7 @@ DBMS - Database Management + Database Management System @@ -160,7 +160,7 @@ Data + url="https://en.wikipedia.org/wiki/Data_definition_language">Data Definition Language, SQL commands such as CREATE TABLE, ALTER USER @@ -172,7 +172,7 @@ Data + url="https://en.wikipedia.org/wiki/Data_manipulation_language">Data Manipulation Language, SQL commands such as INSERT, UPDATE, DELETE @@ -260,7 +260,7 @@ Git + url="https://en.wikipedia.org/wiki/Git">Git @@ -269,7 +269,7 @@ GMT - Greenwich Mean Time + Greenwich Mean Time @@ -359,7 +359,7 @@ ISSN - International Standard + International Standard Serial Number @@ -452,7 +452,7 @@ Microsoft + url="https://en.wikipedia.org/wiki/Microsoft_Visual_C%2B%2B">Microsoft Visual C @@ -502,7 +502,7 @@ OLAP - Online Analytical + Online Analytical Processing @@ -512,7 +512,7 @@ OLTP - Online Transaction + Online Transaction Processing @@ -522,7 +522,7 @@ ORDBMS - Object-Relational + Object-Relational Database Management System @@ -533,7 +533,7 @@ Pluggable + url="https://en.wikipedia.org/wiki/Pluggable_authentication_module">Pluggable Authentication Modules @@ -600,7 +600,7 @@ Relational + url="https://en.wikipedia.org/wiki/Relational_database#RDBMS">Relational Database Management System @@ -621,7 +621,7 @@ SGML - Standard Generalized + Standard Generalized Markup Language @@ -689,7 +689,7 @@ SSL - Secure Sockets Layer + Secure Sockets Layer @@ -708,7 +708,7 @@ SYSV - Unix System V + Unix System V @@ -797,7 +797,7 @@ UTF8 - Eight-Bit Unicode + Eight-Bit Unicode Transformation Format diff --git a/doc/src/sgml/isn.sgml b/doc/src/sgml/isn.sgml index ea2aabc87d..bd7a221f73 100644 --- a/doc/src/sgml/isn.sgml +++ b/doc/src/sgml/isn.sgml @@ -397,7 +397,7 @@ SELECT isbn13(id) FROM test; The prefixes used for hyphenation were also compiled from: - + diff --git a/doc/src/sgml/sepgsql.sgml b/doc/src/sgml/sepgsql.sgml index 1b848f1977..bc308e3142 100644 --- a/doc/src/sgml/sepgsql.sgml +++ b/doc/src/sgml/sepgsql.sgml @@ -794,7 +794,7 @@ ERROR: SELinux: security policy violation External Resources - SE-PostgreSQL Introduction + SE-PostgreSQL Introduction This wiki page provides a brief overview, security design, architecture, -- 2.45.1