我们在使用 man 手册的时候,可以使用man -f [keyword]去查询keyword的在线文档,
但是这时候会报错:(图来源自网络)

这是因为我们还没有建立 man 手册的索引缓存;

我们可以使用 mandb 进行更新;之后就能使用 man -f 或者 man -k 命令进行查找手册;

[root@localhost tmp]# man -k aio
aio () - POSIX asynchronous I/O overview
aio.h (0p) - asynchronous input and output
aio_cancel () - cancel an outstanding asynchronous I/O request
aio_cancel (3p) - cancel an asynchronous I/O request
aio_error () - get error status of asynchronous I/O operation
aio_error (3p) - retrieve errors status for an asynchronous I/O operation
aio_fsync () - asynchronous file synchronization
aio_fsync (3p) - asynchronous file synchronization
aio_init () - asynchronous I/O initialization
aio_read () - asynchronous read
aio_read (3p) - asynchronous read from a file
aio_return () - get return status of asynchronous I/O operation
aio_return (3p) - retrieve return status of an asynchronous I/O operation
aio_suspend () - wait for asynchronous I/O operation or timeout
aio_suspend (3p) - wait for an asynchronous I/O request
aio_write () - asynchronous write
aio_write (3p) - asynchronous write to a file

资源来源自网络,保持更新。

最新文章

  1. 装逼名词 bottom-half,软中断,preemptive选项
  2. Ubuntu安装R及RStudio
  3. quartz搭建与应用
  4. 在屏幕上建立ALV
  5. word project 2010破解
  6. spring security 跨域防伪攻击
  7. 编写JsonResult封装JSON返回值(模板参阅)
  8. 浪潮之巅——IT产业的三大定律
  9. BeanUtils 读取数据
  10. 强大的代码编辑器 phpstorm version 2016.2 License Server激活
  11. 基于C#&.net2.0的windows服务创建与安装
  12. Scala学习笔记2 (带着问题学习, 逐渐扩展。理解吃透scala.)
  13. STL的基本介绍
  14. SQL中的replace函数
  15. word你必须懂的。
  16. SQL Server 2012 OFFSET/FETCH NEXT分页示例
  17. Hadoop1.0 与Hadoop2.0
  18. STL之全排列
  19. wampserver发布常见问题
  20. echarts 图表用例

热门文章

  1. java 网络通信传输层协议——UDP和TCP
  2. 又拍云 API 使用的那些小事
  3. 如何创建测试程序调试nginx数据结构
  4. How does the vuejs add the query and walk the object?
  5. Steeltoe之Distributed Tracing篇
  6. java 取汉字首字母
  7. Android视图篇之一:Android常见基本布局
  8. C#线程安全使用(四)
  9. git第三节----git status与git diff
  10. 【.NET Core项目实战-统一认证平台】第九章 授权篇-使用Dapper持久化IdentityServer4