diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-06 19:45:25 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-06 19:45:25 +0000 |
commit | a765e84b77e81a2fac6767536c5801f5039e77d2 (patch) | |
tree | 09ab2250d6932705f75a9cc1b51cf4aa7de75cda | |
parent | 7dd37071361ce78c7a2d9c7c0f174c72d27d16ed (diff) |
broken .Xr's;
typos, rather than dead references
ok deraadt@
-rw-r--r-- | bin/ps/ps.1 | 4 | ||||
-rw-r--r-- | games/hunt/huntd/huntd.6 | 16 | ||||
-rw-r--r-- | games/mille/mille.6 | 4 | ||||
-rw-r--r-- | gnu/egcs/gcc/gcc-local.1 | 4 |
4 files changed, 14 insertions, 14 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index d15a6248509..8de8a1ec822 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ps.1,v 1.36 2002/12/19 21:29:46 mickey Exp $ +.\" $OpenBSD: ps.1,v 1.37 2003/03/06 19:45:24 jmc Exp $ .\" $NetBSD: ps.1,v 1.16 1996/03/21 01:36:28 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -226,7 +226,7 @@ when children stop .It Dv "P_FSTRACE" Ta No "0x0010000 tracing via file system" .It Dv "P_SSTEP" Ta No "0x0020000 process needs single-step fixup" .It Dv "P_SUGIDEXEC" Ta No "0x0040000 last -.Xr exec 2 +.Xr exec 3 was set[ug]id .It Dv "P_NOCLDWAIT" Ta No "0x0080000 let pid 1 wait for my children" .It Dv "P_NOZOMBIE" Ta No "0x0100000 pid 1 waits for me indead of dad" diff --git a/games/hunt/huntd/huntd.6 b/games/hunt/huntd/huntd.6 index 952e69f37d8..5498375f289 100644 --- a/games/hunt/huntd/huntd.6 +++ b/games/hunt/huntd/huntd.6 @@ -1,5 +1,5 @@ .\" $NetBSD: huntd.6,v 1.3 1998/01/09 08:03:42 perry Exp $ -.\" $OpenBSD: huntd.6,v 1.14 2002/11/10 17:28:29 fgsch Exp $ +.\" $OpenBSD: huntd.6,v 1.15 2003/03/06 19:45:24 jmc Exp $ .\" .\" Hunt .\" Copyright (c) 1985 Conrad C. Huang, Gregory S. Couch, Kenneth C.R.C. Arnold @@ -94,12 +94,12 @@ hears the request, it sends back the port number for the .Nm hunt process to connect to. .Pp -Regardless of how -.Nm -is started, it always checks incoming connections with -.Xr host_access 5 , -using a service name of -.Sq huntd . +.\" Regardless of how +.\" .Nm +.\" is started, it always checks incoming connections with +.\" .Xr host_access 5 , +.\" using a service name of +.\" .Sq huntd . .Ss "CONFIGURATION" When .Nm @@ -157,7 +157,7 @@ errors to stderr .Pq default 1 .It Va syslog errors to -.Xr syslog 8 +.Xr syslogd 8 .Pq default 0 .It Va scoredecay nr deaths before nr kills begins to decay diff --git a/games/mille/mille.6 b/games/mille/mille.6 index 109e1d1d9a7..036e3c35e49 100644 --- a/games/mille/mille.6 +++ b/games/mille/mille.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mille.6,v 1.7 2001/11/17 05:27:09 pjanzen Exp $ +.\" $OpenBSD: mille.6,v 1.8 2003/03/06 19:45:24 jmc Exp $ .\" .\" Copyright (c) 1983, 1993 .\" The Regents of the University of California. All rights reserved. @@ -122,7 +122,7 @@ Ken Arnold The game itself is a product of Parker Brothers, Inc. .Pc .Sh SEE ALSO -.Xr curses 3X +.Xr curses 3 .Sh CARDS Here is some useful information. The number in parentheses after the card name diff --git a/gnu/egcs/gcc/gcc-local.1 b/gnu/egcs/gcc/gcc-local.1 index 19e89796b6b..f3a01b5e0c5 100644 --- a/gnu/egcs/gcc/gcc-local.1 +++ b/gnu/egcs/gcc/gcc-local.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gcc-local.1,v 1.6 2003/02/27 21:02:49 espie Exp $ +.\" $OpenBSD: gcc-local.1,v 1.7 2003/03/06 19:45:24 jmc Exp $ .\" .\" Copyright (c) 2002 Marc Espie .\" @@ -68,7 +68,7 @@ already weak type system of C. .Nm gcc recognizes the extra format attribute syslog, to better match the definition of -.Xr syslog 2 , +.Xr syslog 3 , and silence erroneous warnings when used with .Fl pedantic . .It |