diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2021-09-15 14:20:25 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2021-09-15 14:20:25 -0400 |
commit | 1b1c5c0c7f2fb49c43194d84f4bcc25852372858 (patch) | |
tree | fbc62ce601194121f492480d893cd2e9d14b2fc2 /bfs.1 | |
parent | ba173f371f4d300976ba15d93f67661f51b7cb42 (diff) | |
download | bfs-1b1c5c0c7f2fb49c43194d84f4bcc25852372858.tar.xz |
Fix the order of -fprintf FILE FORMAT in the docs
Diffstat (limited to 'bfs.1')
-rw-r--r-- | bfs.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -634,7 +634,7 @@ Exit immediately with the given status (0 if unspecified). .br \fB\-fprint0 \fIFILE\fR .br -\fB\-fprintf \fIFORMAT FILE\fR +\fB\-fprintf \fIFILE FORMAT\fR .RS Like .BR \-ls / \-print / \-print0 / \-printf , |