add missing comma(s) in .Xr macros

This commit is contained in:
Wolfram Schneider 1996-09-23 22:24:39 +00:00
parent 1f05a9e73a
commit e0e5145ce6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18480
36 changed files with 120 additions and 85 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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