git: bd3ec6a734 - main - Trivial change: Remove duplicated paragraph.
Brandon Bergren
bdragon at FreeBSD.org
Tue Feb 2 16:21:35 UTC 2021
The branch main has been updated by bdragon (src committer):
URL: https://cgit.FreeBSD.org/doc/commit/?id=bd3ec6a734990eae7ee505280084555ced85ed5b
commit bd3ec6a734990eae7ee505280084555ced85ed5b
Author: Brandon Bergren <bdragon at FreeBSD.org>
AuthorDate: 2021-02-02 16:19:12 +0000
Commit: Brandon Bergren <bdragon at FreeBSD.org>
CommitDate: 2021-02-02 16:19:12 +0000
Trivial change: Remove duplicated paragraph.
---
.../content/en/books/fdp-primer/asciidoctor-primer/chapter.adoc | 2 --
1 file changed, 2 deletions(-)
diff --git a/documentation/content/en/books/fdp-primer/asciidoctor-primer/chapter.adoc b/documentation/content/en/books/fdp-primer/asciidoctor-primer/chapter.adoc
index 5c43a83c6f..1621a7a276 100644
--- a/documentation/content/en/books/fdp-primer/asciidoctor-primer/chapter.adoc
+++ b/documentation/content/en/books/fdp-primer/asciidoctor-primer/chapter.adoc
@@ -31,8 +31,6 @@ Most FDP documentation is written with AsciiDoc. This chapter explains what that
In the original days of computers, electronic text was simple. There were a few character sets like ASCII or EBCDIC, but that was about it. Text was text, and what you saw really was what you got. No frills, no formatting, no intelligence.
-In the original days of computers, electronic text was simple. There were a few character sets like ASCII or EBCDIC, but that was about it. Text was text, and what you saw really was what you got. No frills, no formatting, no intelligence.
-
Inevitably, this was not enough. When text is in a machine-usable format, machines are expected to be able to use and manipulate it intelligently. Authors want to indicate that certain phrases should be emphasized, or added to a glossary, or made into hyperlinks. Filenames could be shown in a “typewriter” style font for viewing on screen, but as “italics” when printed, or any of a myriad of other options for presentation.
It was once hoped that Artificial Intelligence (AI) would make this easy. The computer would read the document and automatically identify key phrases, filenames, text that the reader should type in, examples, and more. Unfortunately, real life has not happened quite like that, and computers still require assistance before they can meaningfully process text.
More information about the dev-commits-doc-all
mailing list