From dd0e16dc567b781d12a4f9952a81a220cd8e26b9 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Wed, 17 Nov 1993 15:58:50 +0000
Subject: [PATCH] Changed from using sed to ul in the "Manual Entry" command,
 since this works better on HP, etc.

---
 hemlock/unixcoms.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hemlock/unixcoms.lisp b/hemlock/unixcoms.lisp
index 82de867bb..479ddc2e6 100644
--- a/hemlock/unixcoms.lisp
+++ b/hemlock/unixcoms.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/unixcoms.lisp,v 1.7 1993/08/25 02:11:19 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/unixcoms.lisp,v 1.8 1993/11/17 15:58:50 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -248,5 +248,5 @@
   (ext:run-program
    "/bin/sh"
    (list "-c"
-	 (format nil "man ~a|cat -s|sed -e 's/_//g' -e 's/o//g'" topic))
+	 (format nil "man ~a| ul -t adm3" topic))
    :output stream))
-- 
GitLab