Ubuntu
第 3 節中沒有正則表達式的手冊頁 - 它在哪裡?
我發現手冊頁中的數字是什麼意思?它很好地解釋了命令/庫文件的部分,我正在查看輸出
man regex
並註意到另請參閱regex(3)
。我嘗試執行
man 3 regex
,但收到以下消息:No manual page for regex in section 3
我的問題是——它在哪裡?
如果這有所不同,這是在 Ubuntu 10.04 上。
正則表達式(3)
名稱 regcomp、regexec、regerror、regfree - POSIX 正則表達式函式
在 Arch Linux 和Internet上都可以正常工作…
您可能需要(重新)安裝它們:
sudo apt-get install manpages manpages-dev manpages-posix manpages-posix-dev
在 Ubuntu 中,這個手冊頁屬於
manpages-dev
包。