From a91adadd31c2d16423b231591dc328d03859dccf Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Sun, 18 Apr 2004 08:44:59 +0000
Subject: [PATCH] Fix incorrect cap_mkdb command-line.

---
 docs/sbbscon.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/sbbscon.txt b/docs/sbbscon.txt
index 02482ace15..639a880c5e 100644
--- a/docs/sbbscon.txt
+++ b/docs/sbbscon.txt
@@ -192,7 +192,7 @@ Installing the termcap file:
 1) Change to the Synchroent install dircetory (e.g. sbbs/install)
 2) Enter the command ``cat termcap >> /etc/termcap''
 3) *** FreeBSD Only *** run the command:
-	``cap_mkdb -f /usr/share/misc/termcap.db /etc/termcap''
+	``cap_mkdb -f /usr/share/misc/termcap /etc/termcap''
 
 Once the terminal capability files are installed, edit the ExternalTermANSI
 value in the [BBS] section of your .ini file to read:
-- 
GitLab