summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/ADVANCE2
-rw-r--r--docs/INSTALL2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ADVANCE b/docs/ADVANCE
index 352cad36..6c40d53a 100644
--- a/docs/ADVANCE
+++ b/docs/ADVANCE
@@ -26,7 +26,7 @@ bbsctl是一個很特別的程式, 安裝有點複雜.
您可以直接打 bbsctl 來看有什麼功能.
主要的功能說明如下:
1.bbsctl start
- 用於啟動 mbbsd (須先跑 uhash_loader)
+ 用於啟動 mbbsd (須先跑 shmctl init)
以往因為要 bind port 23 須要 root 所以要手動 su ,
不過現在有 bbsctl with setuid ,
請直接使用 bbsctl start , 即可將 mbbsd跑起來.
diff --git a/docs/INSTALL b/docs/INSTALL
index 474db2ae..9912d930 100644
--- a/docs/INSTALL
+++ b/docs/INSTALL
@@ -82,7 +82,7 @@
1. 這個程式是在 initial shared memory 用的, 只有開機後第一次執行, 或是
你手動清除 shm 後才需要執行
-2. 如果您跑了 uhash_loader 並沒有看到
+2. 如果您跑了 shmctl init 或 uhash_loader 並沒有看到
total XXXXX names loaded.
而是看到其他的錯誤訊息
(例如 [shmget error] key = 4cc, errno = 22: Invalid argument)