diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-10 15:37:31 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-10 15:37:31 +0000 |
commit | 9ed5e52c3e2b916370dea9e103c4f14113e6b175 (patch) | |
tree | 2406878a9633d6674d328f02ff7d72bb2a17e34f /usr.bin | |
parent | 2dc13aa46d1530f4d4e87d647b30cc017f2776a5 (diff) |
these pages all had bad section numbers in the .Xr's;
lots of help and ok millert@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ar/ar.5 | 6 | ||||
-rw-r--r-- | usr.bin/calendar/calendar.1 | 5 | ||||
-rw-r--r-- | usr.bin/fstat/fstat.1 | 4 | ||||
-rw-r--r-- | usr.bin/make/make.1 | 4 | ||||
-rw-r--r-- | usr.bin/ul/ul.1 | 4 | ||||
-rw-r--r-- | usr.bin/window/window.1 | 8 |
6 files changed, 15 insertions, 16 deletions
diff --git a/usr.bin/ar/ar.5 b/usr.bin/ar/ar.5 index 100c674c67f..08cf58f3b41 100644 --- a/usr.bin/ar/ar.5 +++ b/usr.bin/ar/ar.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ar.5,v 1.4 1998/09/23 04:32:34 aaron Exp $ +.\" $OpenBSD: ar.5,v 1.5 2003/03/10 15:37:29 jmc Exp $ .\" $NetBSD: ar.5,v 1.2 1995/03/25 06:39:38 glass Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 @@ -129,8 +129,8 @@ The fields are the object name (14 characters), the file last modification time (type long), the user and group IDs (each type char), the file mode (type int) and the file size (type long). Files were padded to an even number of bytes. -For more information on converting from this format see -.Xr arcv 8 . +.\" For more information on converting from this format see +.\" .Xr arcv 8 . .Pp The current archive format (without support for long character names and names with embedded spaces) was introduced in diff --git a/usr.bin/calendar/calendar.1 b/usr.bin/calendar/calendar.1 index a0aef513977..1352341f7e2 100644 --- a/usr.bin/calendar/calendar.1 +++ b/usr.bin/calendar/calendar.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: calendar.1,v 1.20 2003/01/06 07:35:07 mickey Exp $ +.\" $OpenBSD: calendar.1,v 1.21 2003/03/10 15:37:30 jmc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -178,8 +178,7 @@ file in current directory .It Pa ~/.calendar directory in the user's home directory (which .Nm -.Xr chdir 1 's -into if it exists) +changes into, if it exists) .It Pa ~/.calendar/calendar file to use if no calendar file exists in the current directory .It Pa ~/.calendar/nomail diff --git a/usr.bin/fstat/fstat.1 b/usr.bin/fstat/fstat.1 index 1f2c8565e87..8ea8e2b8ea6 100644 --- a/usr.bin/fstat/fstat.1 +++ b/usr.bin/fstat/fstat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fstat.1,v 1.23 2002/09/30 09:54:56 avsm Exp $ +.\" $OpenBSD: fstat.1,v 1.24 2003/03/10 15:37:30 jmc Exp $ .\" .\" Copyright (c) 1987, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -186,7 +186,7 @@ from an open file back to the directory entry that was used to open that file. Also, since different directory entries may reference the same file (via -.Xr ln 2 ) , +.Xr ln 1 ) , the name printed may not be the actual name that the process originally used to open that file. .El diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 5642adaa95d..4445ad6fde2 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: make.1,v 1.48 2003/01/05 10:10:44 pvalchev Exp $ +.\" $OpenBSD: make.1,v 1.49 2003/03/10 15:37:30 jmc Exp $ .\" $OpenPackages$ .\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $ .\" @@ -604,7 +604,7 @@ Alternate path to the current directory. normally sets .Ql Va .CURDIR to the canonical path given by -.Xr getcwd 2 . +.Xr getcwd 3 . However, if the environment variable .Ev PWD is set and gives a path to the current directory, then diff --git a/usr.bin/ul/ul.1 b/usr.bin/ul/ul.1 index ed86d9a5274..aeb715074fa 100644 --- a/usr.bin/ul/ul.1 +++ b/usr.bin/ul/ul.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ul.1,v 1.8 2001/05/01 17:58:05 aaron Exp $ +.\" $OpenBSD: ul.1,v 1.9 2003/03/10 15:37:30 jmc Exp $ .\" $NetBSD: ul.1,v 1.3 1994/12/07 00:28:23 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -91,7 +91,7 @@ specified in or as set during the login process by the user in their .Pa login file (see -.Xr setenv 1 ) . +.Xr environ 7 ) . .El .Sh SEE ALSO .Xr colcrt 1 , diff --git a/usr.bin/window/window.1 b/usr.bin/window/window.1 index 4809d2d7af9..ed9f30d814a 100644 --- a/usr.bin/window/window.1 +++ b/usr.bin/window/window.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: window.1,v 1.13 2003/01/16 18:28:10 millert Exp $ +.\" $OpenBSD: window.1,v 1.14 2003/03/10 15:37:30 jmc Exp $ .\" $NetBSD: window.1,v 1.3 1995/09/28 10:35:05 tls Exp $ .\" .\" Copyright (c) 1985, 1990, 1993 @@ -143,11 +143,11 @@ process environment tailored to that window. Its standard input, output, and diagnostic file descriptors are bound to one end of either a pseudo-terminal -.Xr (pty 4 ) +.Pq Xr pty 4 or a .Ux domain socket -.Xr (socketpair 4 ) . +.Pq Xr socketpair 2 . If a pseudo-terminal is used, then its special characters and modes (see .Xr stty 1 ) @@ -157,7 +157,7 @@ A .Xr termcap 5 entry tailored to this window is created and passed as environment -.Xr (environ 5 ) +.Pq Xr environ 7 variable .Ev TERMCAP . The termcap entry contains the window's size and |