From 301161a7a4bda27c7ebd54c537dfec0cbc926365 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 20 Dec 2021 20:07:00 -0500 Subject: use HEAD in git URIs to point to the default branch This makes the URIs shorter and dynamic: whatever the default branch the repo uses will be used. --- man/einfo.3 | 4 ++-- man/openrc-init.8 | 4 ++-- man/openrc-run.8 | 4 ++-- man/openrc-shutdown.8 | 4 ++-- man/openrc.8 | 4 ++-- man/rc-service.8 | 4 ++-- man/rc-sstat.8 | 4 ++-- man/rc-status.8 | 4 ++-- man/rc-update.8 | 4 ++-- man/rc_config.3 | 4 ++-- man/rc_deptree.3 | 4 ++-- man/rc_find_pids.3 | 4 ++-- man/rc_plugin_hook.3 | 4 ++-- man/rc_runlevel.3 | 4 ++-- man/rc_service.3 | 4 ++-- man/rc_stringlist.3 | 4 ++-- man/start-stop-daemon.8 | 4 ++-- man/supervise-daemon.8 | 4 ++-- 18 files changed, 36 insertions(+), 36 deletions(-) (limited to 'man') diff --git a/man/einfo.3 b/man/einfo.3 index 53ee2d1f..fd268c42 100644 --- a/man/einfo.3 +++ b/man/einfo.3 @@ -1,10 +1,10 @@ .\" Copyright (c) 2007-2015 The OpenRC Authors. .\" See the Authors file at the top-level directory of this distribution and -.\" https://github.com/OpenRC/openrc/blob/master/AUTHORS +.\" https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS .\" .\" This file is part of OpenRC. It is subject to the license terms in .\" the LICENSE file found in the top-level directory of this -.\" distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +.\" distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE .\" This file may not be copied, modified, propagated, or distributed .\" except according to the terms contained in the LICENSE file. .\" diff --git a/man/openrc-init.8 b/man/openrc-init.8 index 8cd4d02b..b38ee188 100644 --- a/man/openrc-init.8 +++ b/man/openrc-init.8 @@ -1,10 +1,10 @@ .\" Copyright (c) 2017 The OpenRC Authors. .\" See the Authors file at the top-level directory of this distribution and -.\" https://github.com/OpenRC/openrc/blob/master/AUTHORS +.\" https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS .\" .\" This file is part of OpenRC. It is subject to the license terms in .\" the LICENSE file found in the top-level directory of this -.\" distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +.\" distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE .\" This file may not be copied, modified, propagated, or distributed .\" except according to the terms contained in the LICENSE file. .\" diff --git a/man/openrc-run.8 b/man/openrc-run.8 index 5fec35e7..0c977f96 100644 --- a/man/openrc-run.8 +++ b/man/openrc-run.8 @@ -1,10 +1,10 @@ .\" Copyright (c) 2007-2015 The OpenRC Authors. .\" See the Authors file at the top-level directory of this distribution and -.\" https://github.com/OpenRC/openrc/blob/master/AUTHORS +.\" https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS .\" .\" This file is part of OpenRC. It is subject to the license terms in .\" the LICENSE file found in the top-level directory of this -.\" distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +.\" distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE .\" This file may not be copied, modified, propagated, or distributed .\" except according to the terms contained in the LICENSE file. .\" diff --git a/man/openrc-shutdown.8 b/man/openrc-shutdown.8 index ee688380..e7d75c8f 100644 --- a/man/openrc-shutdown.8 +++ b/man/openrc-shutdown.8 @@ -1,10 +1,10 @@ .\" Copyright (c) 2017 The OpenRC Authors. .\" See the Authors file at the top-level directory of this distribution and -.\" https://github.com/OpenRC/openrc/blob/master/AUTHORS +.\" https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS .\" .\" This file is part of OpenRC. It is subject to the license terms in .\" the LICENSE file found in the top-level directory of this -.\" distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +.\" distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE .\" This file may not be copied, modified, propagated, or distributed .\" except according to the terms contained in the LICENSE file. .\" diff --git a/man/openrc.8 b/man/openrc.8 index 7d069b59..97a7ffdb 100644 --- a/man/openrc.8 +++ b/man/openrc.8 @@ -1,10 +1,10 @@ .\" Copyright (c) 2007-2015 The OpenRC Authors. .\" See the Authors file at the top-level directory of this distribution and -.\" https://github.com/OpenRC/openrc/blob/master/AUTHORS +.\" https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS .\" .\" This file is part of OpenRC. It is subject to the license terms in .\" the LICENSE file found in the top-level directory of this -.\" distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +.\" distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE .\" This file may not be copied, modified, propagated, or distributed .\" except according to the terms contained in the LICENSE file. .\" diff --git a/man/rc-service.8 b/man/rc-service.8 index 72d5a559..6fc22e9c 100644 --- a/man/rc-service.8 +++ b/man/rc-service.8 @@ -1,10 +1,10 @@ .\" Copyright (c) 2007-2015 The OpenRC Authors. .\" See the Authors file at the top-level directory of this distribution and -.\" https://github.com/OpenRC/openrc/blob/master/AUTHORS +.\" https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS .\" .\" This file is part of OpenRC. It is subject to the license terms in .\" the LICENSE file found in the top-level directory of this -.\" distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +.\" distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE .\" This file may not be copied, modified, propagated, or distributed .\" except according to the terms contained in the LICENSE file. .\" diff --git a/man/rc-sstat.8 b/man/rc-sstat.8 index 855fbccc..187cdb25 100644 --- a/man/rc-sstat.8 +++ b/man/rc-sstat.8 @@ -1,10 +1,10 @@ .\" Copyright (c) 2015 The OpenRC Authors. .\" See the Authors file at the top-level directory of this distribution and -.\" https://github.com/OpenRC/openrc/blob/master/AUTHORS +.\" https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS .\" .\" This file is part of OpenRC. It is subject to the license terms in .\" the LICENSE file found in the top-level directory of this -.\" distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +.\" distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE .\" This file may not be copied, modified, propagated, or distributed .\" except according to the terms contained in the LICENSE file. .\" diff --git a/man/rc-status.8 b/man/rc-status.8 index bfe37c23..243ee2ed 100644 --- a/man/rc-status.8 +++ b/man/rc-status.8 @@ -1,10 +1,10 @@ .\" Copyright (c) 2007-2015 The OpenRC Authors. .\" See the Authors file at the top-level directory of this distribution and -.\" https://github.com/OpenRC/openrc/blob/master/AUTHORS +.\" https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS .\" .\" This file is part of OpenRC. It is subject to the license terms in .\" the LICENSE file found in the top-level directory of this -.\" distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +.\" distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE .\" This file may not be copied, modified, propagated, or distributed .\" except according to the terms contained in the LICENSE file. .\" diff --git a/man/rc-update.8 b/man/rc-update.8 index 4aa22421..9cb7be31 100644 --- a/man/rc-update.8 +++ b/man/rc-update.8 @@ -1,10 +1,10 @@ .\" Copyright (c) 2007-2015 The OpenRC Authors. .\" See the Authors file at the top-level directory of this distribution and -.\" https://github.com/OpenRC/openrc/blob/master/AUTHORS +.\" https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS .\" .\" This file is part of OpenRC. It is subject to the license terms in .\" the LICENSE file found in the top-level directory of this -.\" distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +.\" distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE .\" This file may not be copied, modified, propagated, or distributed .\" except according to the terms contained in the LICENSE file. .\" diff --git a/man/rc_config.3 b/man/rc_config.3 index f6589427..607524c1 100644 --- a/man/rc_config.3 +++ b/man/rc_config.3 @@ -1,10 +1,10 @@ .\" Copyright (c) 2007-2015 The OpenRC Authors. .\" See the Authors file at the top-level directory of this distribution and -.\" https://github.com/OpenRC/openrc/blob/master/AUTHORS +.\" https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS .\" .\" This file is part of OpenRC. It is subject to the license terms in .\" the LICENSE file found in the top-level directory of this -.\" distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +.\" distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE .\" This file may not be copied, modified, propagated, or distributed .\" except according to the terms contained in the LICENSE file. .\" diff --git a/man/rc_deptree.3 b/man/rc_deptree.3 index 86a9bd31..6e319ee3 100644 --- a/man/rc_deptree.3 +++ b/man/rc_deptree.3 @@ -1,10 +1,10 @@ .\" Copyright (c) 2007-2015 The OpenRC Authors. .\" See the Authors file at the top-level directory of this distribution and -.\" https://github.com/OpenRC/openrc/blob/master/AUTHORS +.\" https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS .\" .\" This file is part of OpenRC. It is subject to the license terms in .\" the LICENSE file found in the top-level directory of this -.\" distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +.\" distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE .\" This file may not be copied, modified, propagated, or distributed .\" except according to the terms contained in the LICENSE file. .\" diff --git a/man/rc_find_pids.3 b/man/rc_find_pids.3 index 3cb8d7cf..da084865 100644 --- a/man/rc_find_pids.3 +++ b/man/rc_find_pids.3 @@ -1,10 +1,10 @@ .\" Copyright (c) 2007-2015 The OpenRC Authors. .\" See the Authors file at the top-level directory of this distribution and -.\" https://github.com/OpenRC/openrc/blob/master/AUTHORS +.\" https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS .\" .\" This file is part of OpenRC. It is subject to the license terms in .\" the LICENSE file found in the top-level directory of this -.\" distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +.\" distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE .\" This file may not be copied, modified, propagated, or distributed .\" except according to the terms contained in the LICENSE file. .\" diff --git a/man/rc_plugin_hook.3 b/man/rc_plugin_hook.3 index 1d2c941a..fe3c512b 100644 --- a/man/rc_plugin_hook.3 +++ b/man/rc_plugin_hook.3 @@ -1,10 +1,10 @@ .\" Copyright (c) 2007-2015 The OpenRC Authors. .\" See the Authors file at the top-level directory of this distribution and -.\" https://github.com/OpenRC/openrc/blob/master/AUTHORS +.\" https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS .\" .\" This file is part of OpenRC. It is subject to the license terms in .\" the LICENSE file found in the top-level directory of this -.\" distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +.\" distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE .\" This file may not be copied, modified, propagated, or distributed .\" except according to the terms contained in the LICENSE file. .\" diff --git a/man/rc_runlevel.3 b/man/rc_runlevel.3 index 47c5d212..67464d46 100644 --- a/man/rc_runlevel.3 +++ b/man/rc_runlevel.3 @@ -1,10 +1,10 @@ .\" Copyright (c) 2007-2015 The OpenRC Authors. .\" See the Authors file at the top-level directory of this distribution and -.\" https://github.com/OpenRC/openrc/blob/master/AUTHORS +.\" https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS .\" .\" This file is part of OpenRC. It is subject to the license terms in .\" the LICENSE file found in the top-level directory of this -.\" distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +.\" distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE .\" This file may not be copied, modified, propagated, or distributed .\" except according to the terms contained in the LICENSE file. .\" diff --git a/man/rc_service.3 b/man/rc_service.3 index 591af58e..28a3f92d 100644 --- a/man/rc_service.3 +++ b/man/rc_service.3 @@ -1,10 +1,10 @@ .\" Copyright (c) 2007-2015 The OpenRC Authors. .\" See the Authors file at the top-level directory of this distribution and -.\" https://github.com/OpenRC/openrc/blob/master/AUTHORS +.\" https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS .\" .\" This file is part of OpenRC. It is subject to the license terms in .\" the LICENSE file found in the top-level directory of this -.\" distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +.\" distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE .\" This file may not be copied, modified, propagated, or distributed .\" except according to the terms contained in the LICENSE file. .\" diff --git a/man/rc_stringlist.3 b/man/rc_stringlist.3 index ad53cd45..8c289989 100644 --- a/man/rc_stringlist.3 +++ b/man/rc_stringlist.3 @@ -1,10 +1,10 @@ .\" Copyright (c) 2007-2015 The OpenRC Authors. .\" See the Authors file at the top-level directory of this distribution and -.\" https://github.com/OpenRC/openrc/blob/master/AUTHORS +.\" https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS .\" .\" This file is part of OpenRC. It is subject to the license terms in .\" the LICENSE file found in the top-level directory of this -.\" distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +.\" distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE .\" This file may not be copied, modified, propagated, or distributed .\" except according to the terms contained in the LICENSE file. .\" diff --git a/man/start-stop-daemon.8 b/man/start-stop-daemon.8 index c3369aea..d5eb5123 100644 --- a/man/start-stop-daemon.8 +++ b/man/start-stop-daemon.8 @@ -1,10 +1,10 @@ .\" Copyright (c) 2007-2015 The OpenRC Authors. .\" See the Authors file at the top-level directory of this distribution and -.\" https://github.com/OpenRC/openrc/blob/master/AUTHORS +.\" https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS .\" .\" This file is part of OpenRC. It is subject to the license terms in .\" the LICENSE file found in the top-level directory of this -.\" distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +.\" distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE .\" This file may not be copied, modified, propagated, or distributed .\" except according to the terms contained in the LICENSE file. .\" diff --git a/man/supervise-daemon.8 b/man/supervise-daemon.8 index 4e2b87c3..ffd64f97 100644 --- a/man/supervise-daemon.8 +++ b/man/supervise-daemon.8 @@ -1,10 +1,10 @@ .\" Copyright (c) 2007-2015 The OpenRC Authors. .\" See the Authors file at the top-level directory of this distribution and -.\" https://github.com/OpenRC/openrc/blob/master/AUTHORS +.\" https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS .\" .\" This file is part of OpenRC. It is subject to the license terms in .\" the LICENSE file found in the top-level directory of this -.\" distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +.\" distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE .\" This file may not be copied, modified, propagated, or distributed .\" except according to the terms contained in the LICENSE file. .\" -- cgit v1.2.3