From 89dea7c61d0b964eb64003769ac255ffc3618baa Mon Sep 17 00:00:00 2001 From: wosch Date: Mon, 23 Sep 1996 22:24:39 +0000 Subject: add missing comma(s) in .Xr macros --- gnu/usr.bin/ld/rtld/rtld.1 | 6 +++--- lib/libc/stdlib/abs.3 | 7 ++++--- lib/libc/string/strdup.3 | 3 ++- lib/libc/string/string.3 | 3 ++- lib/libc/sys/ptrace.2 | 8 ++++---- lib/libc/sys/rename.2 | 3 ++- lib/libc/sys/stat.2 | 4 ++-- lib/libc/sys/unlink.2 | 3 ++- lib/libc_r/man/pthread_getspecific.3 | 4 +++- lib/libpthread/man/pthread_getspecific.3 | 4 +++- libexec/rtld-aout/rtld.1 | 6 +++--- libexec/rtld-aout/rtld.1aout | 6 +++--- libexec/rtld-elf/rtld.1 | 6 +++--- libexec/xtend/xtend.8 | 4 ++-- sbin/i386/nextboot/nextboot.8 | 5 +++-- sbin/nextboot/nextboot.8 | 5 +++-- sbin/swapon/swapon.8 | 5 +++-- share/man/man1/intro.1 | 13 +++++++------ share/man/man3/pthread_getspecific.3 | 4 +++- share/man/man4/ch.4 | 5 +++-- share/man/man4/fdc.4 | 5 +++-- share/man/man4/man4.i386/asc.4 | 4 +++- share/man/man4/man4.i386/fdc.4 | 5 +++-- share/man/man4/man4.i386/nca.4 | 8 +++++--- share/man/man4/man4.i386/sea.4 | 8 +++++--- share/man/man4/man4.i386/uha.4 | 8 ++++---- share/man/man4/scsi.4 | 19 ++++++++++--------- share/man/man4/su.4 | 9 +++++---- share/man/man4/uk.4 | 11 ++++++----- share/man/man5/dir.5 | 3 ++- usr.bin/basename/basename.1 | 3 ++- usr.bin/fetch/fetch.1 | 4 ++-- usr.bin/ruptime/ruptime.1 | 3 ++- usr.sbin/pccard/pccardd/pccardd.8 | 4 +++- usr.sbin/sendmail/mailstats/mailstats.8 | 3 ++- usr.sbin/xten/xten.1 | 4 +++- 36 files changed, 120 insertions(+), 85 deletions(-) diff --git a/gnu/usr.bin/ld/rtld/rtld.1 b/gnu/usr.bin/ld/rtld/rtld.1 index a66a861..565124f 100644 --- a/gnu/usr.bin/ld/rtld/rtld.1 +++ b/gnu/usr.bin/ld/rtld/rtld.1 @@ -1,4 +1,4 @@ -.\" $Id: rtld.1,v 1.2 1995/10/05 05:16:52 nate Exp $ +.\" $Id: rtld.1,v 1.3 1996/04/20 18:29:48 jdp Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg .\" All rights reserved. @@ -135,8 +135,8 @@ the absolute pathnames of all objects, to standard output. /var/run/ld.so.hints .Pp .Sh SEE ALSO -.Xr ld 1 -.Xr ldconfig 8 +.Xr ld 1 , +.Xr ldconfig 8 , .Xr link 5 .Sh HISTORY The shared library model employed first appeared in SunOS 4.0 diff --git a/lib/libc/stdlib/abs.3 b/lib/libc/stdlib/abs.3 index e12f798..fca6490 100644 --- a/lib/libc/stdlib/abs.3 +++ b/lib/libc/stdlib/abs.3 @@ -34,6 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)abs.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt ABS 3 @@ -60,9 +61,9 @@ returns the absolute value. .Sh SEE ALSO .Xr floor 3 , -.Xr labs 3 -.Xr cabs 3 -.Xr hypot 3 +.Xr labs 3 , +.Xr cabs 3 , +.Xr hypot 3 , .Xr math 3 .Sh STANDARDS The diff --git a/lib/libc/string/strdup.3 b/lib/libc/string/strdup.3 index f5370a3..8defa52 100644 --- a/lib/libc/string/strdup.3 +++ b/lib/libc/string/strdup.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strdup.3 8.1 (Berkeley) 6/9/93 +.\" $Id$ .\" .Dd June 9, 1993 .Dt STRDUP 3 @@ -55,7 +56,7 @@ argument to the function .Pp If insufficient memory is available, NULL is returned. .Sh SEE ALSO -.Xr malloc 3 +.Xr malloc 3 , .Xr free 3 .Sh HISTORY The diff --git a/lib/libc/string/string.3 b/lib/libc/string/string.3 index c257d94..d6a072c 100644 --- a/lib/libc/string/string.3 +++ b/lib/libc/string/string.3 @@ -32,6 +32,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)string.3 8.2 (Berkeley) 12/11/93 +.\" $Id$ .\" .Dd December 11, 1993 .Dt STRING 3 @@ -129,7 +130,7 @@ for size limitations. .Xr strcspn 3 , .Xr strstr 3 , .Xr strtok 3 , -.Xr rindex 3 +.Xr rindex 3 , .Xr bstring 3 .Sh STANDARDS The diff --git a/lib/libc/sys/ptrace.2 b/lib/libc/sys/ptrace.2 index 492fef4..49bb163 100644 --- a/lib/libc/sys/ptrace.2 +++ b/lib/libc/sys/ptrace.2 @@ -1,4 +1,4 @@ -.\" $Id: ptrace.2,v 1.3 1996/01/24 20:17:17 nate Exp $ +.\" $Id: ptrace.2,v 1.4 1996/08/29 21:24:15 wosch Exp $ .\" $NetBSD: ptrace.2,v 1.2 1995/02/27 12:35:37 cgd Exp $ .\" .\" This file is in the public domain. @@ -277,9 +277,9 @@ on a process in violation of the requirements listed under above. .El .Sh SEE ALSO -.Xr sigaction 2 -.Xr wait 2 -.Xr execve 2 +.Xr sigaction 2 , +.Xr wait 2 , +.Xr execve 2 , .Xr execv 3 .Sh HISTORY A diff --git a/lib/libc/sys/rename.2 b/lib/libc/sys/rename.2 index be47d58..2644d248 100644 --- a/lib/libc/sys/rename.2 +++ b/lib/libc/sys/rename.2 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rename.2 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt RENAME 2 @@ -191,7 +192,7 @@ or is a directory and is not empty. .El .Sh SEE ALSO -.Xr open 2 +.Xr open 2 , .Xr symlink 7 .Sh STANDARDS .Fn Rename diff --git a/lib/libc/sys/stat.2 b/lib/libc/sys/stat.2 index 15715b9..a663381 100644 --- a/lib/libc/sys/stat.2 +++ b/lib/libc/sys/stat.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)stat.2 8.3 (Berkeley) 4/19/94 -.\" $Id$ +.\" $Id: stat.2,v 1.5 1996/08/29 21:24:17 wosch Exp $ .\" .Dd April 19, 1994 .Dt STAT 2 @@ -253,7 +253,7 @@ depend on the time stamps being contiguous (in calls to .Sh SEE ALSO .Xr chmod 2 , .Xr chown 2 , -.Xr utimes 2 +.Xr utimes 2 , .Xr symlink 7 .Sh BUGS Applying diff --git a/lib/libc/sys/unlink.2 b/lib/libc/sys/unlink.2 index b0d3b1f..487cd1b 100644 --- a/lib/libc/sys/unlink.2 +++ b/lib/libc/sys/unlink.2 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)unlink.2 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt UNLINK 2 @@ -105,7 +106,7 @@ points outside the process's allocated address space. .Sh SEE ALSO .Xr close 2 , .Xr link 2 , -.Xr rmdir 2 +.Xr rmdir 2 , .Xr symlink 7 .Sh HISTORY An diff --git a/lib/libc_r/man/pthread_getspecific.3 b/lib/libc_r/man/pthread_getspecific.3 index 7df4de0..b53841e 100644 --- a/lib/libc_r/man/pthread_getspecific.3 +++ b/lib/libc_r/man/pthread_getspecific.3 @@ -28,6 +28,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $Id$ +.\" .Dd April 4, 1996 .Dt PTHREAD_GETSPECIFIC 3 .Os BSD 4 @@ -71,7 +73,7 @@ then the value NULL is returned. None. .Sh SEE ALSO .Xr pthread_key_create 3 , -.Xr pthread_key_delete 3 +.Xr pthread_key_delete 3 , .Xr pthread_setspecific 3 .Sh STANDARDS .Fn pthread_getspecific diff --git a/lib/libpthread/man/pthread_getspecific.3 b/lib/libpthread/man/pthread_getspecific.3 index 7df4de0..b53841e 100644 --- a/lib/libpthread/man/pthread_getspecific.3 +++ b/lib/libpthread/man/pthread_getspecific.3 @@ -28,6 +28,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $Id$ +.\" .Dd April 4, 1996 .Dt PTHREAD_GETSPECIFIC 3 .Os BSD 4 @@ -71,7 +73,7 @@ then the value NULL is returned. None. .Sh SEE ALSO .Xr pthread_key_create 3 , -.Xr pthread_key_delete 3 +.Xr pthread_key_delete 3 , .Xr pthread_setspecific 3 .Sh STANDARDS .Fn pthread_getspecific diff --git a/libexec/rtld-aout/rtld.1 b/libexec/rtld-aout/rtld.1 index a66a861..565124f 100644 --- a/libexec/rtld-aout/rtld.1 +++ b/libexec/rtld-aout/rtld.1 @@ -1,4 +1,4 @@ -.\" $Id: rtld.1,v 1.2 1995/10/05 05:16:52 nate Exp $ +.\" $Id: rtld.1,v 1.3 1996/04/20 18:29:48 jdp Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg .\" All rights reserved. @@ -135,8 +135,8 @@ the absolute pathnames of all objects, to standard output. /var/run/ld.so.hints .Pp .Sh SEE ALSO -.Xr ld 1 -.Xr ldconfig 8 +.Xr ld 1 , +.Xr ldconfig 8 , .Xr link 5 .Sh HISTORY The shared library model employed first appeared in SunOS 4.0 diff --git a/libexec/rtld-aout/rtld.1aout b/libexec/rtld-aout/rtld.1aout index a66a861..565124f 100644 --- a/libexec/rtld-aout/rtld.1aout +++ b/libexec/rtld-aout/rtld.1aout @@ -1,4 +1,4 @@ -.\" $Id: rtld.1,v 1.2 1995/10/05 05:16:52 nate Exp $ +.\" $Id: rtld.1,v 1.3 1996/04/20 18:29:48 jdp Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg .\" All rights reserved. @@ -135,8 +135,8 @@ the absolute pathnames of all objects, to standard output. /var/run/ld.so.hints .Pp .Sh SEE ALSO -.Xr ld 1 -.Xr ldconfig 8 +.Xr ld 1 , +.Xr ldconfig 8 , .Xr link 5 .Sh HISTORY The shared library model employed first appeared in SunOS 4.0 diff --git a/libexec/rtld-elf/rtld.1 b/libexec/rtld-elf/rtld.1 index a66a861..565124f 100644 --- a/libexec/rtld-elf/rtld.1 +++ b/libexec/rtld-elf/rtld.1 @@ -1,4 +1,4 @@ -.\" $Id: rtld.1,v 1.2 1995/10/05 05:16:52 nate Exp $ +.\" $Id: rtld.1,v 1.3 1996/04/20 18:29:48 jdp Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg .\" All rights reserved. @@ -135,8 +135,8 @@ the absolute pathnames of all objects, to standard output. /var/run/ld.so.hints .Pp .Sh SEE ALSO -.Xr ld 1 -.Xr ldconfig 8 +.Xr ld 1 , +.Xr ldconfig 8 , .Xr link 5 .Sh HISTORY The shared library model employed first appeared in SunOS 4.0 diff --git a/libexec/xtend/xtend.8 b/libexec/xtend/xtend.8 index f99dfb7..3273160 100644 --- a/libexec/xtend/xtend.8 +++ b/libexec/xtend/xtend.8 @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id$ +.\" $Id: xtend.8,v 1.3 1996/09/22 21:56:32 wosch Exp $ .\" .Th XTEND 8 "30 Oct 1993" .Dd Oct 30, 1993 @@ -146,7 +146,7 @@ perform X-10 transmissions. .Sh OPTIONS None. .Sh SEE ALSO -.Xr xten 1 +.Xr xten 1 , .Xr tw 4 .Sh FILES .Bl -tag -width /var/spool/xten/Status -compact diff --git a/sbin/i386/nextboot/nextboot.8 b/sbin/i386/nextboot/nextboot.8 index 1740711..e573907 100644 --- a/sbin/i386/nextboot/nextboot.8 +++ b/sbin/i386/nextboot/nextboot.8 @@ -1,3 +1,4 @@ +.\" $Id$ .Dd July 9, 1996 .Dt NEXTBOOT 8 .\".Os BSD 4 @@ -76,8 +77,8 @@ nameblock is only consulted ONCE per boot. .Sh SEE ALSO -.Xr boot 8 -.Xr disklabel 8 +.Xr boot 8 , +.Xr disklabel 8 , .Xr fdisk 8 .Sh BUGS The entire program should be made more user-friendly. diff --git a/sbin/nextboot/nextboot.8 b/sbin/nextboot/nextboot.8 index 1740711..e573907 100644 --- a/sbin/nextboot/nextboot.8 +++ b/sbin/nextboot/nextboot.8 @@ -1,3 +1,4 @@ +.\" $Id$ .Dd July 9, 1996 .Dt NEXTBOOT 8 .\".Os BSD 4 @@ -76,8 +77,8 @@ nameblock is only consulted ONCE per boot. .Sh SEE ALSO -.Xr boot 8 -.Xr disklabel 8 +.Xr boot 8 , +.Xr disklabel 8 , .Xr fdisk 8 .Sh BUGS The entire program should be made more user-friendly. diff --git a/sbin/swapon/swapon.8 b/sbin/swapon/swapon.8 index 02a6111..979f77a 100644 --- a/sbin/swapon/swapon.8 +++ b/sbin/swapon/swapon.8 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)swapon.8 8.1 (Berkeley) 6/5/93 +.\" $Id$ .\" .Dd June 5, 1993 .Dt SWAPON 8 @@ -69,8 +70,8 @@ in the system swap configuration table. The call makes only this space available to the system for swap allocation. .Sh SEE ALSO .Xr swapon 2 , -.Xr fstab 5 -.Xr init 8 +.Xr fstab 5 , +.Xr init 8 , .Xr rc 8 .Sh FILES .Bl -tag -width /dev/[ru][pk]?b -compact diff --git a/share/man/man1/intro.1 b/share/man/man1/intro.1 index 070466e..087d532 100644 --- a/share/man/man1/intro.1 +++ b/share/man/man1/intro.1 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)intro.1 8.2 (Berkeley) 12/30/93 +.\" $Id$ .\" .Dd December 30, 1993 .Dt INTRO 1 @@ -58,12 +59,12 @@ The exit values and their meanings are explained in the individual manuals. Traditionally, the value 0 signifies successful completion of the command. .Sh SEE ALSO -.Xr man 1 -.Xr intro 2 -.Xr intro 3 -.Xr intro 4 -.Xr intro 7 -.Xr intro 8 +.Xr man 1 , +.Xr intro 2 , +.Xr intro 3 , +.Xr intro 4 , +.Xr intro 7 , +.Xr intro 8 , .Xr intro 9 .Pp Tutorials in the diff --git a/share/man/man3/pthread_getspecific.3 b/share/man/man3/pthread_getspecific.3 index 7df4de0..b53841e 100644 --- a/share/man/man3/pthread_getspecific.3 +++ b/share/man/man3/pthread_getspecific.3 @@ -28,6 +28,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $Id$ +.\" .Dd April 4, 1996 .Dt PTHREAD_GETSPECIFIC 3 .Os BSD 4 @@ -71,7 +73,7 @@ then the value NULL is returned. None. .Sh SEE ALSO .Xr pthread_key_create 3 , -.Xr pthread_key_delete 3 +.Xr pthread_key_delete 3 , .Xr pthread_setspecific 3 .Sh STANDARDS .Fn pthread_getspecific diff --git a/share/man/man4/ch.4 b/share/man/man4/ch.4 index 850f227..c51fb51 100644 --- a/share/man/man4/ch.4 +++ b/share/man/man4/ch.4 @@ -1,3 +1,4 @@ +.\" $Id$ .Dd August 27, 1993 .Dt CH 4 .Os FreeBSD @@ -75,8 +76,8 @@ device entries .Sh DIAGNOSTICS None. .Sh SEE ALSO -.Xr sd 4 -.Xr st 4 +.Xr sd 4 , +.Xr st 4 , .Xr cd 4 .Sh HISTORY The diff --git a/share/man/man4/fdc.4 b/share/man/man4/fdc.4 index d15adc7..3b8b3fe 100644 --- a/share/man/man4/fdc.4 +++ b/share/man/man4/fdc.4 @@ -24,6 +24,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$ .\" .Dd August 31, 1994 .Dt FDC 4 i386 @@ -65,6 +66,6 @@ floppy driver source floppy tape (QIC40/80 driver source .El .Sh SEE ALSO -.Xr disktab 5 -.Xr fdformat 1 +.Xr disktab 5 , +.Xr fdformat 1 , .Xr ft 8 diff --git a/share/man/man4/man4.i386/asc.4 b/share/man/man4/man4.i386/asc.4 index 139192b..9da44c0 100644 --- a/share/man/man4/man4.i386/asc.4 +++ b/share/man/man4/man4.i386/asc.4 @@ -28,6 +28,8 @@ .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 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. +.\" +.\" $Id$ .Dd January 19, 1995 .Dt ASC 4 i386 .Os FreeBSD @@ -172,7 +174,7 @@ and debug mode .\" .Sh DIAGNOSTICS .\" .Sh SEE ALSO -.Xr sasc 1 +.Xr sasc 1 , .Xr pbm 5 .Sh BUGS Ioctl support is not working yet. diff --git a/share/man/man4/man4.i386/fdc.4 b/share/man/man4/man4.i386/fdc.4 index d15adc7..3b8b3fe 100644 --- a/share/man/man4/man4.i386/fdc.4 +++ b/share/man/man4/man4.i386/fdc.4 @@ -24,6 +24,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$ .\" .Dd August 31, 1994 .Dt FDC 4 i386 @@ -65,6 +66,6 @@ floppy driver source floppy tape (QIC40/80 driver source .El .Sh SEE ALSO -.Xr disktab 5 -.Xr fdformat 1 +.Xr disktab 5 , +.Xr fdformat 1 , .Xr ft 8 diff --git a/share/man/man4/man4.i386/nca.4 b/share/man/man4/man4.i386/nca.4 index 05db390..2127af9 100644 --- a/share/man/man4/man4.i386/nca.4 +++ b/share/man/man4/man4.i386/nca.4 @@ -5,6 +5,8 @@ .\"Redistribution and use of this document, with or without .\"modification, are permitted provided redistributions must retain .\"the above copyright notice and this condition. +.\" +.\" $Id$ .Dd January 9, 1995 .Dt NCA 4 i386 .Os FreeBSD @@ -63,7 +65,7 @@ Tested on the following hardware: driver source .El .Sh SEE ALSO -.Xr cd 4 -.Xr scsi 4 -.Xr sd 4 +.Xr cd 4 , +.Xr scsi 4 , +.Xr sd 4 , .Xr st 4 diff --git a/share/man/man4/man4.i386/sea.4 b/share/man/man4/man4.i386/sea.4 index f4c0045..941aadc 100644 --- a/share/man/man4/man4.i386/sea.4 +++ b/share/man/man4/man4.i386/sea.4 @@ -6,6 +6,8 @@ .\"Redistribution and use of this document, with or without .\"modification, are permitted provided redistributions must retain .\"the above copyright notice and this condition. +.\" +.\" $Id$ .Dd December 25, 1994 .Dt SEA 4 i386 .Os FreeBSD @@ -82,7 +84,7 @@ Maximum data rate is about 270-280 kbytes/sec (on 386DX/40). driver source .El .Sh SEE ALSO -.Xr cd 4 -.Xr scsi 4 -.Xr sd 4 +.Xr cd 4 , +.Xr scsi 4 , +.Xr sd 4 , .Xr st 4 diff --git a/share/man/man4/man4.i386/uha.4 b/share/man/man4/man4.i386/uha.4 index 8ec379c..1423e85 100644 --- a/share/man/man4/man4.i386/uha.4 +++ b/share/man/man4/man4.i386/uha.4 @@ -24,7 +24,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$ .Dd August 31, 1994 .Dt UHA 4 i386 .Os FreeBSD @@ -68,7 +68,7 @@ sample generic kernel config file for Bustek and Ultrastore based systems driver source .El .Sh SEE ALSO -.Xr cd 4 -.Xr scsi 4 -.Xr sd 4 +.Xr cd 4 , +.Xr scsi 4 , +.Xr sd 4 , .Xr st 4 diff --git a/share/man/man4/scsi.4 b/share/man/man4/scsi.4 index c371c70..3fbbbfa 100644 --- a/share/man/man4/scsi.4 +++ b/share/man/man4/scsi.4 @@ -1,3 +1,4 @@ +.\" $Id$ .Dd August 27, 1993 .Dt SD 4 .Os FreeBSD @@ -142,15 +143,15 @@ of the return values of functions. Bit 3 shows more detailed information including DMA scatter-gather logs. .El .Sh SEE ALSO -.Xr ch 4 -.Xr cd 4 -.Xr sd 4 -.Xr st 4 -.Xr uk 4 -.Xr su 4 -.Xr aha 4 -.Xr ahb 4 -.Xr bt 4 +.Xr ch 4 , +.Xr cd 4 , +.Xr sd 4 , +.Xr st 4 , +.Xr uk 4 , +.Xr su 4 , +.Xr aha 4 , +.Xr ahb 4 , +.Xr bt 4 , .Xr uha 4 .Sh HISTORY This diff --git a/share/man/man4/su.4 b/share/man/man4/su.4 index dc84603..f93771a 100644 --- a/share/man/man4/su.4 +++ b/share/man/man4/su.4 @@ -1,3 +1,4 @@ +.\" $Id$ .Dd August 27, 1993 .Dt SU 4 .Os FreeBSD @@ -45,10 +46,10 @@ debug ioctls work on .Nm devices. .Sh SEE ALSO -.Xr sd 4 -.Xr st 4 -.Xr cd 4 -.Xr uk 4 +.Xr sd 4 , +.Xr st 4 , +.Xr cd 4 , +.Xr uk 4 , .Xr scsi 4 .Sh HISTORY The diff --git a/share/man/man4/uk.4 b/share/man/man4/uk.4 index 24e87cc..1af02ff 100644 --- a/share/man/man4/uk.4 +++ b/share/man/man4/uk.4 @@ -1,3 +1,4 @@ +.\" $Id$ .Dd October 11, 1993 .Dt UK 4 .Os FreeBSD @@ -56,11 +57,11 @@ debug ioctls work on .Nm devices. .Sh SEE ALSO -.Xr sd 4 -.Xr st 4 -.Xr cd 4 -.Xr ch 4 -.Xr su 4 +.Xr sd 4 , +.Xr st 4 , +.Xr cd 4 , +.Xr ch 4 , +.Xr su 4 , .Xr scsi 4 .Sh HISTORY The diff --git a/share/man/man5/dir.5 b/share/man/man5/dir.5 index 332f468..641d6dc 100644 --- a/share/man/man5/dir.5 +++ b/share/man/man5/dir.5 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)dir.5 8.3 (Berkeley) 4/19/94 +.\" $Id$ .\" .Dd April 19, 1994 .Dt DIR 5 @@ -142,7 +143,7 @@ typedef struct _dirdesc { #endif /* !_DIRENT_H_ */ .Ed .Sh SEE ALSO -.Xr fs 5 +.Xr fs 5 , .Xr inode 5 .Sh HISTORY A diff --git a/usr.bin/basename/basename.1 b/usr.bin/basename/basename.1 index be0963c..796bb6b 100644 --- a/usr.bin/basename/basename.1 +++ b/usr.bin/basename/basename.1 @@ -33,6 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)basename.1 8.2 (Berkeley) 4/18/94 +.\" $Id$ .\" .Dd April 18, 1994 .Dt BASENAME 1 @@ -87,7 +88,7 @@ and .Nm dirname exit 0 on success, and >0 if an error occurs. .Sh SEE ALSO -.Xr csh 1 +.Xr csh 1 , .Xr sh 1 .Sh STANDARDS The diff --git a/usr.bin/fetch/fetch.1 b/usr.bin/fetch/fetch.1 index 4df3d39..f2309ec 100644 --- a/usr.bin/fetch/fetch.1 +++ b/usr.bin/fetch/fetch.1 @@ -1,4 +1,4 @@ -.\" $Id: fetch.1,v 1.7 1996/08/31 22:03:00 jkh Exp $ +.\" $Id: fetch.1,v 1.8 1996/09/19 18:07:24 peter Exp $ .Dd July 2, 1996 .Dt FETCH 1 .Os @@ -128,7 +128,7 @@ it specifies the address of a http proxy. The proxy will be used for all ftp and http requests. This is useful if you are behind an application firewall. .Sh SEE ALSO -.Xr tftp 1 +.Xr tftp 1 , .Xr ftp 1 .Sh HISTORY The diff --git a/usr.bin/ruptime/ruptime.1 b/usr.bin/ruptime/ruptime.1 index b3b0af8..3e48bce 100644 --- a/usr.bin/ruptime/ruptime.1 +++ b/usr.bin/ruptime/ruptime.1 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ruptime.1 8.2 (Berkeley) 4/5/94 +.\" $Id$ .\" .Dd April 5, 1994 .Dt RUPTIME 1 @@ -73,7 +74,7 @@ The default listing is sorted by host name. data files .El .Sh SEE ALSO -.Xr rwho 1 +.Xr rwho 1 , .Xr uptime 1 .Sh HISTORY .Nm Ruptime diff --git a/usr.sbin/pccard/pccardd/pccardd.8 b/usr.sbin/pccard/pccardd/pccardd.8 index 142e2b2..4a52ab6 100644 --- a/usr.sbin/pccard/pccardd/pccardd.8 +++ b/usr.sbin/pccard/pccardd/pccardd.8 @@ -23,6 +23,8 @@ .\" (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$ +.\" .Dd November 1, 1994 .Dt PCCARD 8 .Os FreeBSD @@ -133,7 +135,7 @@ interface to the card. .It Pa /etc/pccard.conf .El .Sh SEE ALSO -.Xr card.conf 5 +.Xr card.conf 5 , .Xr ifconfig 8 .Sh AUTHOR Developed by Andrew McRae (andrew@mega.com.au). diff --git a/usr.sbin/sendmail/mailstats/mailstats.8 b/usr.sbin/sendmail/mailstats/mailstats.8 index 86e1ffc..9da1b5d 100644 --- a/usr.sbin/sendmail/mailstats/mailstats.8 +++ b/usr.sbin/sendmail/mailstats/mailstats.8 @@ -29,6 +29,7 @@ .\" * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" * SUCH DAMAGE. .\" */ +.\" $Id$ .Dd August 13, 1996 .Dt MAILSTATS 8 .Os @@ -72,5 +73,5 @@ sendmail configuration file sendmail statistics file .El .Sh SEE ALSO -.Xr sendmail 8 +.Xr sendmail 8 , .Xr mail.local 8 diff --git a/usr.sbin/xten/xten.1 b/usr.sbin/xten/xten.1 index 1c7d51d..0f69a71 100644 --- a/usr.sbin/xten/xten.1 +++ b/usr.sbin/xten/xten.1 @@ -27,6 +27,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $Id$ +.\" .Th XTEN 8 "30 Oct 1993" .Dd Oct 30, 1993 .Dt XTEN 1 @@ -99,7 +101,7 @@ and Bright commands. .Sh SEE ALSO -.Xr xtend 8 +.Xr xtend 8 , .Xr tw 4 .Sh FILES .Bl -tag -width /var/spool/xten/Status -compact -- cgit v1.1