1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

Even though not callable, "Ed" is a macro name, so for clarity,

escape it when it appears on a macro line.
This commit is contained in:
schwarze 2014-11-30 02:41:43 +00:00
parent 6aee6e64bd
commit 3430162862
8 changed files with 24 additions and 24 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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