提交 e8188807 编写于 作者: J Jesper Dangaard Brouer 提交者: Jonathan Corbet

Doc: seq_file.txt fix wrong dd command example.

Small error in the "dd" command example, "out=" should be "of=".
Signed-off-by: NJesper Dangaard Brouer <hawk@comx.dk>
Signed-off-by: NJonathan Corbet <corbet@lwn.net>
上级 74fca6a4
......@@ -46,7 +46,7 @@ better to do. The file is seekable, in that one can do something like the
following:
dd if=/proc/sequence of=out1 count=1
dd if=/proc/sequence skip=1 out=out2 count=1
dd if=/proc/sequence skip=1 of=out2 count=1
Then concatenate the output files out1 and out2 and get the right
result. Yes, it is a thoroughly useless module, but the point is to show
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册