From e5faa9239e5e649e810a9a1782756a0eeaadb2f6 Mon Sep 17 00:00:00 2001
From: Dima Dorfman
Date: Tue, 14 Aug 2001 05:24:23 +0000
Subject: [PATCH] Add a missing character, remove an extraneous parenthesis,
and move a period out of .
PR: 29866
Submitted by: Saeki Takashi
---
en_US.ISO8859-1/books/porters-handbook/book.sgml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/en_US.ISO8859-1/books/porters-handbook/book.sgml b/en_US.ISO8859-1/books/porters-handbook/book.sgml
index faddddd372..26773a70ab 100644
--- a/en_US.ISO8859-1/books/porters-handbook/book.sgml
+++ b/en_US.ISO8859-1/books/porters-handbook/book.sgml
@@ -1,7 +1,7 @@
1.0,1 in the above example) is still
- numerically less than the previous version (2000801), but
+ numerically less than the previous version (20000801), but
the ,1 suffix is treated specially by
automated tools and found to be greater than the implied
- suffix ",0" on the earlier package)
+ suffix ",0" on the earlier package.
It is expected that PORTEPOCH will
not be used for the majority of ports, and that sensible
@@ -3405,7 +3405,7 @@ post-install:
-DPAGER=\"${LOCALBASE}/bin/less\"
if this is an X port, instead of
- -DPAGER=\"/usr/local/bin/less\". This way it will
+ -DPAGER=\"/usr/local/bin/less\". This way it will
have a better chance of working if the system administrator has
moved the whole `/usr/local' tree somewhere else.