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.
This commit is contained in:
Mike Pritchard 1996-08-21 21:43:28 +00:00
parent 6ea43f98e3
commit fe6869c2d0
6 changed files with 17 additions and 14 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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 .