diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-11-30 02:41:44 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-11-30 02:41:44 +0000 |
commit | 3e6359e77ebd9c03667280d19252ee5a21567d3d (patch) | |
tree | 704666d2bc1f735611950b05c66179e6974778a8 | |
parent | babdeae551d1f61cd4a3ed9d750401b8a4b99ae1 (diff) |
Even though not callable, "Ed" is a macro name, so for clarity,
escape it when it appears on a macro line.
-rw-r--r-- | games/atc/atc.6 | 6 | ||||
-rw-r--r-- | games/sail/sail.6 | 6 | ||||
-rw-r--r-- | lib/libc/gen/posix_spawn.3 | 6 | ||||
-rw-r--r-- | lib/libc/gen/posix_spawn_file_actions_addopen.3 | 6 | ||||
-rw-r--r-- | lib/libc/gen/posix_spawn_file_actions_init.3 | 6 | ||||
-rw-r--r-- | lib/libc/gen/posix_spawnattr_getflags.3 | 6 | ||||
-rw-r--r-- | lib/libc/gen/posix_spawnattr_getpgroup.3 | 6 | ||||
-rw-r--r-- | lib/libc/gen/posix_spawnattr_init.3 | 6 |
8 files changed, 24 insertions, 24 deletions
diff --git a/games/atc/atc.6 b/games/atc/atc.6 index dbb3287bf0a..66975861aa7 100644 --- a/games/atc/atc.6 +++ b/games/atc/atc.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: atc.6,v 1.19 2014/09/08 01:27:54 schwarze Exp $ +.\" $OpenBSD: atc.6,v 1.20 2014/11/30 02:41:43 schwarze Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -34,7 +34,7 @@ .\" .\" Copyright (c) 1986 Ed James. All rights reserved. .\" -.Dd $Mdocdate: September 8 2014 $ +.Dd $Mdocdate: November 30 2014 $ .Dt ATC 6 .Os .Sh NAME @@ -598,7 +598,7 @@ The list of playable games. .El .Sh AUTHORS .An -nosplit -.An Ed James , +.An \&Ed James , UC Berkeley: .Mt edjames@ucbvax.berkeley.edu , .Mt ucbvax!edjames diff --git a/games/sail/sail.6 b/games/sail/sail.6 index b711ace376b..8e9e546129b 100644 --- a/games/sail/sail.6 +++ b/games/sail/sail.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sail.6,v 1.21 2014/02/11 22:21:21 schwarze Exp $ +.\" $OpenBSD: sail.6,v 1.22 2014/11/30 02:41:43 schwarze Exp $ .\" $NetBSD: sail.6,v 1.4 1995/04/22 10:37:24 cgd Exp $ .\" .\" Copyright (c) 1988, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)sail.6 8.2 (Berkeley) 12/30/93 .\" -.Dd $Mdocdate: February 11 2014 $ +.Dd $Mdocdate: November 30 2014 $ .Dt SAIL 6 .Os .Sh NAME @@ -1026,7 +1026,7 @@ He added window movement commands and find ship commands. .Nm has been a group effort of .An Dave Riggle , -.An Ed Wang Pq co-author +.An \&Ed Wang Pq co-author and .An Craig Leres Pq refitting , with consulting from diff --git a/lib/libc/gen/posix_spawn.3 b/lib/libc/gen/posix_spawn.3 index d6ee67d05df..5f082d63dab 100644 --- a/lib/libc/gen/posix_spawn.3 +++ b/lib/libc/gen/posix_spawn.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: posix_spawn.3,v 1.6 2013/07/16 15:21:11 schwarze Exp $ +.\" $OpenBSD: posix_spawn.3,v 1.7 2014/11/30 02:41:43 schwarze Exp $ .\" .\" Copyright (c) 2012 Marc Espie <espie@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 16 2013 $ +.Dd $Mdocdate: November 30 2014 $ .Dt POSIX_SPAWN 3 .Os .Sh NAME @@ -123,4 +123,4 @@ with exit status 127. Both functions conform to .St -p1003.1-2001 . .Sh AUTHORS -.An Ed Shouten Aq Mt ed@FreeBSD.org +.An \&Ed Shouten Aq Mt ed@FreeBSD.org diff --git a/lib/libc/gen/posix_spawn_file_actions_addopen.3 b/lib/libc/gen/posix_spawn_file_actions_addopen.3 index b00ee325e8c..835371c1bf9 100644 --- a/lib/libc/gen/posix_spawn_file_actions_addopen.3 +++ b/lib/libc/gen/posix_spawn_file_actions_addopen.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: posix_spawn_file_actions_addopen.3,v 1.7 2014/08/31 02:21:18 guenther Exp $ +.\" $OpenBSD: posix_spawn_file_actions_addopen.3,v 1.8 2014/11/30 02:41:43 schwarze Exp $ .\" .\" Copyright (c) 2012 Marc Espie <espie@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: August 31 2014 $ +.Dd $Mdocdate: November 30 2014 $ .Dt POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 3 .Os .Sh NAME @@ -103,4 +103,4 @@ if they run out of memory. These functions conform to .St -p1003.1-2001 . .Sh AUTHORS -.An Ed Schouten Aq Mt ed@FreeBSD.org +.An \&Ed Schouten Aq Mt ed@FreeBSD.org diff --git a/lib/libc/gen/posix_spawn_file_actions_init.3 b/lib/libc/gen/posix_spawn_file_actions_init.3 index 331ebce46e2..ba055bfe28f 100644 --- a/lib/libc/gen/posix_spawn_file_actions_init.3 +++ b/lib/libc/gen/posix_spawn_file_actions_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: posix_spawn_file_actions_init.3,v 1.7 2013/08/14 06:32:27 jmc Exp $ +.\" $OpenBSD: posix_spawn_file_actions_init.3,v 1.8 2014/11/30 02:41:43 schwarze Exp $ .\" .\" Copyright (c) 2012 Marc Espie <espie@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: August 14 2013 $ +.Dd $Mdocdate: November 30 2014 $ .Dt POSIX_SPAWN_FILE_ACTIONS_INIT 3 .Os .Sh NAME @@ -54,4 +54,4 @@ when running out of memory. Both functions conform to .St -p1003.1-2001 . .Sh AUTHORS -.An Ed Schouten Aq Mt ed@FreeBSD.org +.An \&Ed Schouten Aq Mt ed@FreeBSD.org diff --git a/lib/libc/gen/posix_spawnattr_getflags.3 b/lib/libc/gen/posix_spawnattr_getflags.3 index e65a6e97110..b3ce91e4f95 100644 --- a/lib/libc/gen/posix_spawnattr_getflags.3 +++ b/lib/libc/gen/posix_spawnattr_getflags.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: posix_spawnattr_getflags.3,v 1.8 2013/08/14 06:32:27 jmc Exp $ +.\" $OpenBSD: posix_spawnattr_getflags.3,v 1.9 2014/11/30 02:41:43 schwarze Exp $ .\" .\" Copyright (c) 2012 Marc Espie <espie@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: August 14 2013 $ +.Dd $Mdocdate: November 30 2014 $ .Dt POSIX_SPAWNATTR_GETFLAGS 3 .Os .Sh NAME @@ -95,4 +95,4 @@ Both functions return 0. Both functions conform to .St -p1003.1-2001 . .Sh AUTHORS -.An Ed Schouten Aq Mt ed@FreeBSD.org +.An \&Ed Schouten Aq Mt ed@FreeBSD.org diff --git a/lib/libc/gen/posix_spawnattr_getpgroup.3 b/lib/libc/gen/posix_spawnattr_getpgroup.3 index 7ce1e470d4e..fa7efd742a1 100644 --- a/lib/libc/gen/posix_spawnattr_getpgroup.3 +++ b/lib/libc/gen/posix_spawnattr_getpgroup.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: posix_spawnattr_getpgroup.3,v 1.7 2013/08/14 06:32:27 jmc Exp $ +.\" $OpenBSD: posix_spawnattr_getpgroup.3,v 1.8 2014/11/30 02:41:43 schwarze Exp $ .\" .\" Copyright (c) 2012 Marc Espie <espie@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: August 14 2013 $ +.Dd $Mdocdate: November 30 2014 $ .Dt POSIX_SPAWNATTR_GETPGROUP 3 .Os .Sh NAME @@ -77,4 +77,4 @@ Those functions return 0. These functions conform to .St -p1003.1-2001 . .Sh AUTHORS -.An Ed Schouten Aq Mt ed@FreeBSD.org +.An \&Ed Schouten Aq Mt ed@FreeBSD.org diff --git a/lib/libc/gen/posix_spawnattr_init.3 b/lib/libc/gen/posix_spawnattr_init.3 index 5b99a05d10f..4071d711260 100644 --- a/lib/libc/gen/posix_spawnattr_init.3 +++ b/lib/libc/gen/posix_spawnattr_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: posix_spawnattr_init.3,v 1.7 2013/08/14 06:32:27 jmc Exp $ +.\" $OpenBSD: posix_spawnattr_init.3,v 1.8 2014/11/30 02:41:43 schwarze Exp $ .\" .\" Copyright (c) 2012 Marc Espie <espie@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: August 14 2013 $ +.Dd $Mdocdate: November 30 2014 $ .Dt POSIX_SPAWNATTR_INIT 3 .Os .Sh NAME @@ -72,4 +72,4 @@ when running out of memory. Both functions conform to .St -p1003.1-2001 . .Sh AUTHORS -.An Ed Schouten Aq Mt ed@FreeBSD.org +.An \&Ed Schouten Aq Mt ed@FreeBSD.org |