Page MenuHomeFreeBSD

D42744.id130492.diff
No OneTemporary

D42744.id130492.diff

diff --git a/documentation/content/en/books/developers-handbook/x86/_index.adoc b/documentation/content/en/books/developers-handbook/x86/_index.adoc
--- a/documentation/content/en/books/developers-handbook/x86/_index.adoc
+++ b/documentation/content/en/books/developers-handbook/x86/_index.adoc
@@ -80,7 +80,7 @@
The most important tool for assembly language programming is the assembler, the software that converts assembly language code into machine language.
Two very different assemblers are available for FreeBSD.
-One is man:as[1], which uses the traditional UNIX(R) assembly language syntax.
+One is man:llvm-as[1], which uses the traditional UNIX(R) assembly language syntax.
It comes with the system.
The other is /usr/ports/devel/nasm.
diff --git a/documentation/content/en/books/fdp-primer/editor-config/_index.adoc b/documentation/content/en/books/fdp-primer/editor-config/_index.adoc
--- a/documentation/content/en/books/fdp-primer/editor-config/_index.adoc
+++ b/documentation/content/en/books/fdp-primer/editor-config/_index.adoc
@@ -175,25 +175,6 @@
Install from package:editors/emacs[] or package:editors/emacs-devel[].
-[[editor-config-emacs-validation]]
-=== Validation
-
-Emacs's nxml-mode uses compact relax NG schemas for validating XML.
-A compact relax NG schema for FreeBSD's extension to DocBook 5.0 is included in the documentation repository.
-To configure nxml-mode to validate using this schema, create [.filename]#~/.emacs.d/schema/schemas.xml# and add these lines to the file:
-
-[source,xml]
-.`~/.emacs.d/schema/schemas.xml`
-....
-<locatingRules xmlns="http://thaiopensource.com/ns/locating-rules/1.0">
- <documentElement localName="section" typeId="DocBook" />
- <documentElement localName="chapter" typeId="DocBook" />
- <documentElement localName="article" typeId="DocBook" />
- <documentElement localName="book" typeId="DocBook" />
- <typeId id="DocBook" uri="/usr/local/share/xml/docbook/5.0/rng/docbook.rnc" />
-</locatingRules>
-....
-
[[editor-config-emacs-igor]]
=== Automated Proofreading with Flycheck and Igor

File Metadata

Mime Type
text/plain
Expires
Fri, Mar 27, 10:03 AM (16 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30369360
Default Alt Text
D42744.id130492.diff (2 KB)

Event Timeline