* [PATCH] bdflush.2, fsync.2, sync.2, sync.8: rm update(8)
@ 2014-03-21 17:25 Kir Kolyshkin
[not found] ` <1395422752-28712-1-git-send-email-kir-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Kir Kolyshkin @ 2014-03-21 17:25 UTC (permalink / raw)
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, Kir Kolyshkin
Remove reference to update(8) man page, since there is no such
page. This is an ancient BSD leftover I believe.
Signed-off-by: Kir Kolyshkin <kir-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org>
---
man2/bdflush.2 | 3 +--
man2/fsync.2 | 3 +--
man2/sync.2 | 3 +--
man8/sync.8 | 3 +--
4 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/man2/bdflush.2 b/man2/bdflush.2
index 796d8f2..b84e5bf 100644
--- a/man2/bdflush.2
+++ b/man2/bdflush.2
@@ -119,5 +119,4 @@ intended to be portable.
.SH SEE ALSO
.BR fsync (2),
.BR sync (2),
-.BR sync (8),
-.BR update (8)
+.BR sync (8)
diff --git a/man2/fsync.2 b/man2/fsync.2
index 66278fa..5578e4c 100644
--- a/man2/fsync.2
+++ b/man2/fsync.2
@@ -166,5 +166,4 @@ to guarantee safe operation.
.BR sync_file_range (2),
.BR hdparm (8),
.BR mount (8),
-.BR sync (8),
-.BR update (8)
+.BR sync (8)
diff --git a/man2/sync.2 b/man2/sync.2
index 11ba1e4..a597d19 100644
--- a/man2/sync.2
+++ b/man2/sync.2
@@ -120,5 +120,4 @@ large caches.)
.BR bdflush (2),
.BR fdatasync (2),
.BR fsync (2),
-.BR sync (8),
-.BR update (8)
+.BR sync (8)
diff --git a/man8/sync.8 b/man8/sync.8
index 3760874..7c4e96e 100644
--- a/man8/sync.8
+++ b/man8/sync.8
@@ -89,5 +89,4 @@ other versions may differ slightly.
.SH SEE ALSO
.BR sync (2),
.BR halt (8),
-.BR reboot (8),
-.BR update (8)
+.BR reboot (8)
--
1.8.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 3+ messages in thread[parent not found: <1395422752-28712-1-git-send-email-kir-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org>]
* [PATCH v2] bdflush.2, fsync.2, sync.2: rm update(8) reference [not found] ` <1395422752-28712-1-git-send-email-kir-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org> @ 2014-03-21 17:30 ` Kir Kolyshkin [not found] ` <1395423027-29232-1-git-send-email-kir-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org> 0 siblings, 1 reply; 3+ messages in thread From: Kir Kolyshkin @ 2014-03-21 17:30 UTC (permalink / raw) To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, Kir Kolyshkin Remove reference to update(8) man page, since there is no such page. This is an ancient BSD leftover I believe. [v2: updated to git tip] Signed-off-by: Kir Kolyshkin <kir-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org> --- man2/bdflush.2 | 3 +-- man2/fsync.2 | 3 +-- man2/sync.2 | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/man2/bdflush.2 b/man2/bdflush.2 index 796d8f2..b84e5bf 100644 --- a/man2/bdflush.2 +++ b/man2/bdflush.2 @@ -119,5 +119,4 @@ intended to be portable. .SH SEE ALSO .BR fsync (2), .BR sync (2), -.BR sync (8), -.BR update (8) +.BR sync (8) diff --git a/man2/fsync.2 b/man2/fsync.2 index 66278fa..5578e4c 100644 --- a/man2/fsync.2 +++ b/man2/fsync.2 @@ -166,5 +166,4 @@ to guarantee safe operation. .BR sync_file_range (2), .BR hdparm (8), .BR mount (8), -.BR sync (8), -.BR update (8) +.BR sync (8) diff --git a/man2/sync.2 b/man2/sync.2 index 11ba1e4..a597d19 100644 --- a/man2/sync.2 +++ b/man2/sync.2 @@ -120,5 +120,4 @@ large caches.) .BR bdflush (2), .BR fdatasync (2), .BR fsync (2), -.BR sync (8), -.BR update (8) +.BR sync (8) -- 1.8.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply related [flat|nested] 3+ messages in thread
[parent not found: <1395423027-29232-1-git-send-email-kir-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org>]
* Re: [PATCH v2] bdflush.2, fsync.2, sync.2: rm update(8) reference [not found] ` <1395423027-29232-1-git-send-email-kir-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org> @ 2014-03-22 7:21 ` Michael Kerrisk (man-pages) 0 siblings, 0 replies; 3+ messages in thread From: Michael Kerrisk (man-pages) @ 2014-03-22 7:21 UTC (permalink / raw) To: Kir Kolyshkin Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA On 03/21/2014 06:30 PM, Kir Kolyshkin wrote: > Remove reference to update(8) man page, since there is no such > page. This is an ancient BSD leftover I believe. > > [v2: updated to git tip] Hello Kir, Thanks for that. By chance I was puzzling over that very reference myself recently, but was unaware of the BSD connection. The update(8) reference was present right back in man-pages-1.0 (1993), and tehre was no update.8 page in the set then. That plus a little Googling suggests your hypothesis is correct. Patch applied. Cheers, Michael > Signed-off-by: Kir Kolyshkin <kir-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org> > --- > man2/bdflush.2 | 3 +-- > man2/fsync.2 | 3 +-- > man2/sync.2 | 3 +-- > 3 files changed, 3 insertions(+), 6 deletions(-) > > diff --git a/man2/bdflush.2 b/man2/bdflush.2 > index 796d8f2..b84e5bf 100644 > --- a/man2/bdflush.2 > +++ b/man2/bdflush.2 > @@ -119,5 +119,4 @@ intended to be portable. > .SH SEE ALSO > .BR fsync (2), > .BR sync (2), > -.BR sync (8), > -.BR update (8) > +.BR sync (8) > diff --git a/man2/fsync.2 b/man2/fsync.2 > index 66278fa..5578e4c 100644 > --- a/man2/fsync.2 > +++ b/man2/fsync.2 > @@ -166,5 +166,4 @@ to guarantee safe operation. > .BR sync_file_range (2), > .BR hdparm (8), > .BR mount (8), > -.BR sync (8), > -.BR update (8) > +.BR sync (8) > diff --git a/man2/sync.2 b/man2/sync.2 > index 11ba1e4..a597d19 100644 > --- a/man2/sync.2 > +++ b/man2/sync.2 > @@ -120,5 +120,4 @@ large caches.) > .BR bdflush (2), > .BR fdatasync (2), > .BR fsync (2), > -.BR sync (8), > -.BR update (8) > +.BR sync (8) > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-03-22 7:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-21 17:25 [PATCH] bdflush.2, fsync.2, sync.2, sync.8: rm update(8) Kir Kolyshkin
[not found] ` <1395422752-28712-1-git-send-email-kir-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org>
2014-03-21 17:30 ` [PATCH v2] bdflush.2, fsync.2, sync.2: rm update(8) reference Kir Kolyshkin
[not found] ` <1395423027-29232-1-git-send-email-kir-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org>
2014-03-22 7:21 ` Michael Kerrisk (man-pages)
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).