bdflush.2, fsync.2, sync.2, proc.5: Change "sync(1)" to "sync(8)"

This seems to be a remnant from the times when man-pages
shipped a sync(8).

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Adrian Bunk 2014-07-31 18:01:18 +03:00 committed by Michael Kerrisk
parent 79a022a606
commit c023a7f875
4 changed files with 4 additions and 4 deletions

View File

@ -119,4 +119,4 @@ intended to be portable.
.SH SEE ALSO
.BR fsync (2),
.BR sync (2),
.BR sync (8)
.BR sync (1)

View File

@ -166,4 +166,4 @@ to guarantee safe operation.
.BR sync_file_range (2),
.BR hdparm (8),
.BR mount (8),
.BR sync (8)
.BR sync (1)

View File

@ -120,4 +120,4 @@ large caches.)
.BR bdflush (2),
.BR fdatasync (2),
.BR fsync (2),
.BR sync (8)
.BR sync (1)

View File

@ -3731,7 +3731,7 @@ To free pagecache, dentries and inodes, use:
Because writing to this file is a nondestructive operation and dirty objects
are not freeable, the
user should run
.BR sync (8)
.BR sync (1)
first.
.TP
.IR /proc/sys/vm/legacy_va_layout " (since Linux 2.6.9)"