From fe6869c2d0e28a9e4e6af9bcaf8f65506ac68e86 Mon Sep 17 00:00:00 2001 From: Mike Pritchard Date: Wed, 21 Aug 1996 21:43:28 +0000 Subject: [PATCH] Use the .Fx macro to reference FreeBSD versions in several newer man pages. For those of you that don't know, here is an example of how the .Fx macro is used: The xyzzy command first appeared in .Fx 2.2 . Will expand to: The xyzzy command first appeared in FreeBSD 2.2. --- share/man/man9/at_exit.9 | 5 +++-- share/man/man9/at_fork.9 | 5 +++-- share/man/man9/at_shutdown.9 | 5 +++-- share/man/man9/devfs_add_devswf.9 | 5 +++-- share/man/man9/devfs_link.9 | 5 +++-- share/man/man9/intro.9 | 6 ++---- 6 files changed, 17 insertions(+), 14 deletions(-) diff --git a/share/man/man9/at_exit.9 b/share/man/man9/at_exit.9 index a2a70f5a0f8..d6cd47d2ac2 100644 --- a/share/man/man9/at_exit.9 +++ b/share/man/man9/at_exit.9 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: at_exit.9,v 1.1 1996/04/13 16:59:07 joerg Exp $ +.\" $Id: at_exit.9,v 1.1 1996/08/19 02:22:08 julian Exp $ .\" " .Dd August 15, 1996 .Os @@ -68,7 +68,8 @@ returns the number of items removed (should be 0 or 1). .Sh HISTORY The .Nm at_exit -appeared in FreeBSD 2.2 +appeared in +.Fx 2.2 . .Sh BUGS Since the exit queue is not sorted and items are added to the head, order of execution diff --git a/share/man/man9/at_fork.9 b/share/man/man9/at_fork.9 index 1c13750afeb..5aaf08fc71d 100644 --- a/share/man/man9/at_fork.9 +++ b/share/man/man9/at_fork.9 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: at_fork.9,v 1.1 1996/04/13 16:59:07 joerg Exp $ +.\" $Id: at_fork.9,v 1.1 1996/08/19 02:22:11 julian Exp $ .\" " .Dd August 15, 1996 .Os @@ -72,7 +72,8 @@ returns the number of items removed (should be 0 or 1). .Sh HISTORY The .Nm at_fork -appeared in FreeBSD 2.2 +appeared in +.Fx 2.2 . .Sh BUGS Since the fork queue is not sorted and items are added to the head, order of execution diff --git a/share/man/man9/at_shutdown.9 b/share/man/man9/at_shutdown.9 index ee851386cf0..73e3a1f0bce 100644 --- a/share/man/man9/at_shutdown.9 +++ b/share/man/man9/at_shutdown.9 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: at_shutdown.9,v 1.1 1996/04/13 16:59:07 joerg Exp $ +.\" $Id: at_shutdown.9,v 1.1 1996/08/19 02:22:15 julian Exp $ .\" " .Dd August 15, 1996 .Os @@ -73,7 +73,8 @@ returns the number of items removed (should be 0 or 1). .Sh HISTORY The .Nm at_shutdown -appeared in FreeBSD 2.2 +appeared in +.Fx 2.2 . .Sh BUGS Since the shutdown queue is not sorted and items are added to the head, order of execution diff --git a/share/man/man9/devfs_add_devswf.9 b/share/man/man9/devfs_add_devswf.9 index ae25c5b06ba..1d7c66efc0a 100644 --- a/share/man/man9/devfs_add_devswf.9 +++ b/share/man/man9/devfs_add_devswf.9 @@ -25,7 +25,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: devfs_add_devsw.9,v 1.3 1996/02/12 04:56:57 mpp Exp $ +.\" $Id: devfs_add_devswf.9,v 1.1 1996/04/02 04:10:44 scrappy Exp $ .\" .Dd December 31, 1995 .Os FreeBSD @@ -68,7 +68,8 @@ or destroy the device. .Sh HISTORY The function .Nm -appeared in FreeBSD 2.2. +appeared in +.Fx 2.2 . .Sh AUTHORS This man page has been written by .if t J\(:org Wunsch diff --git a/share/man/man9/devfs_link.9 b/share/man/man9/devfs_link.9 index 3b978acf140..33436afad4d 100644 --- a/share/man/man9/devfs_link.9 +++ b/share/man/man9/devfs_link.9 @@ -25,7 +25,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: devfs_link.9,v 1.2 1996/02/12 04:56:58 mpp Exp $ +.\" $Id: devfs_link.9,v 1.3 1996/04/02 04:10:45 scrappy Exp $ .\" .Dd December 31, 1995 .Os FreeBSD @@ -54,7 +54,8 @@ It returns a token for the newly linked devfs entry. .Sh HISTORY The function .Nm -appeared in FreeBSD 2.2. +appeared in +.Fx 2.2 . .Sh AUTHORS This man page has been written by .if t J\(:org Wunsch. diff --git a/share/man/man9/intro.9 b/share/man/man9/intro.9 index 5876ef5e754..a209499ea36 100644 --- a/share/man/man9/intro.9 +++ b/share/man/man9/intro.9 @@ -28,9 +28,6 @@ .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. -.\" -.\" @(#)intro.8 8.2 (Berkeley) 12/11/93 -.\" .Dd December 13, 1995 .Dt INTRO 9 .Os FreeBSD 2.2 @@ -109,4 +106,5 @@ The fewer the better. .Sh HISTORY The .Nm intro -section manual page appeared in FreeBSD 2.2 +section manual page appeared in +.Fx 2.2 .