zoukankan      html  css  js  c++  java
  • man -f/-k [keyword]在fedora 29 中报错nothing appropriate

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

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

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

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

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

  • 相关阅读:
    弹出框 popover.js
    模态框 modal.js
    关于css阴影和浮动
    css文件分类
    按钮效果
    二级导航栏
    在CSS3中,可以利用transform功能来实现文字或图像的旋转、缩放、倾斜、移动这四种类型的变形处理
    CSS3背景定位 background-origin
    什么是优雅降级和渐进增强
    居中
  • 原文地址:https://www.cnblogs.com/xuyaowen/p/mandb.html
Copyright © 2011-2022 走看看