From 1b116f9a881a1b1f8a18acb1b5c1e0dc3422b4f4 Mon Sep 17 00:00:00 2001
From: "Robert P. Goldman" <rpgoldman@gmail.com>
Date: Sun, 23 Feb 2014 10:59:49 -0600
Subject: [PATCH] Minor nits that makeinfo didn't like.

---
 doc/asdf.texinfo | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/asdf.texinfo b/doc/asdf.texinfo
index 97d6020c..96789b00 100644
--- a/doc/asdf.texinfo
+++ b/doc/asdf.texinfo
@@ -2125,7 +2125,7 @@ when the implementation is SBCL, CMUCL or Scieneer CL on an x86 machine.
 You cannot write it as @code{:if-feature (and x86 (or sbcl cmu scl))}
 since the symbols would not be read as keywords.
 
-@xref{if-feature-option}
+@xref{if-feature-option}.
 
 @subsubsection Dependencies
 
@@ -4021,7 +4021,7 @@ leading to much confusion and greavance.
 
 ASDF 2 implements its own portable syntax for strings as pathname specifiers.
 Naming files within a system definition becomes easy and portable again.
-@xref{Miscellaneous additional functionality,asdf:system-relative-pathname},
+@xref{Miscellaneous additional functionality,system-relative-pathname},
 @code{merge-pathnames*},
 @code{coerce-pathname}.
 
-- 
GitLab