man是linux好用的功能,但是因為很多同名的keyword, program,所以man時常會出現不是自己要查的那一個。
例如:man open 本來要查open file 的 c function,出來的卻是openvt : start a program on new virtual terminal。
所以?
先查一下man的用法: man man。
有提到 -a option.會列出所有相關的題目。
所以: man -a open
第一出現的還是openvt,但是q結束後,出現: --Man-- next: open(2) [ view (return) | skip (Ctrl-D) | quit (Ctrl-C) ]
按下enter後,出現的就是我想要的c function : open的說明了
網誌存檔
-
▼
2006
(434)
-
▼
3月
(33)
- 加速卡的加速能力
- gcc linker loader (ld) 的問題 - linker option 與object...
- !!! a bad example on code guard !!
- VI (VIM) 中執行shell command
- nanox - DrawImageFromFile - II where is the psd ?
- nanox - DrawImageFromFile
- MS Visual Studio C++ express
- 坎坷-- try tv card
- 讓LCD TV 漂亮的chip
- replacement for RTL8100C : 9102D
- man man
- El Torito ?
- file and stream : stdin and STDIN_FILENO
- pipe - 開啟無名管線
- popen : 用fork執行外部command
- another issu : make config : no libncurses..
- vfork : uclinux
- framebuffer的color 順序
- 本期商業週刊的例子---育富電子
- 純complain - 爛programmer...
- VI 學習 : copy and paste
- How to be a "管理大師"
- Try DirectFB -- for uclinux arm uclibc
- Qt/Embedded - Qtopia Core build (cross)
- workrecord on gui -nonox
- embedded system http server
- nano-X source trace
- trace ..mount_devfs_fs() err -2
- some links to television in italy, spanish
- Video Resolution : D1, CIF, QCIF
- ramfs - linux ramdisk after 2.4
- EasyARM2200 : Jimmy wants to use
- small linux bootloader - x86, hd
-
▼
3月
(33)
2 則留言:
hi men
u can "man 2 open" or "man 3 open"
depends on diff distrbution
這樣方便多了 :)
但是debian 好像不支援這個,真可惜 :(
張貼留言