summaryrefslogtreecommitdiff
path: root/usr/src/cmd/sendmail
diff options
context:
space:
mode:
authorDaniel Hoffman <dj.hoffman@delphix.com>2017-02-17 11:48:20 -0800
committerMatthew Ahrens <mahrens@delphix.com>2017-02-22 11:43:07 -0800
commit48bbca816818409505a6e214d0911fda44e622e3 (patch)
tree7b823654982b246c7df6ae378d344139fde35b51 /usr/src/cmd/sendmail
parente40108ff341f07fe03e96c751c6cf2cb5867d1a8 (diff)
downloadillumos-joyent-48bbca816818409505a6e214d0911fda44e622e3.tar.gz
7812 Remove gender specific language
Reviewed by: Matt Ahrens <mahrens@delphix.com> Reviewed by: Prakash Surya <prakash.surya@delphix.com> Reviewed by: Steve Gonczi <steve.gonczi@delphix.com> Reviewed by: Chris Williamson <chris.williamson@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/cmd/sendmail')
-rw-r--r--usr/src/cmd/sendmail/aux/vacation.c3
-rw-r--r--usr/src/cmd/sendmail/src/conf.c3
-rw-r--r--usr/src/cmd/sendmail/src/envelope.c6
-rw-r--r--usr/src/cmd/sendmail/src/savemail.c8
4 files changed, 13 insertions, 7 deletions
diff --git a/usr/src/cmd/sendmail/aux/vacation.c b/usr/src/cmd/sendmail/aux/vacation.c
index ce922d3c41..d1f3675985 100644
--- a/usr/src/cmd/sendmail/aux/vacation.c
+++ b/usr/src/cmd/sendmail/aux/vacation.c
@@ -1,6 +1,7 @@
/*
* Copyright 2006 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
+ * Copyright (c) 2016 by Delphix. All rights reserved.
*
* Copyright (c) 1983, 1984, 1985, 1986, 1987, 1988, 1989 AT&T
* All Rights Reserved
@@ -47,7 +48,7 @@ static char SccsId[] = "%W% %E% SMI";
* For best operation, this program should run setuid to
* root or uucp or someone else that sendmail will believe
* a -f flag from. Otherwise, the user must be careful
- * to include a header on his .vacation.msg file.
+ * to include a header on their .vacation.msg file.
*
* Positional Parameters:
* the user to collect the vacation message from.
diff --git a/usr/src/cmd/sendmail/src/conf.c b/usr/src/cmd/sendmail/src/conf.c
index f5504c0b56..8c8ca6e788 100644
--- a/usr/src/cmd/sendmail/src/conf.c
+++ b/usr/src/cmd/sendmail/src/conf.c
@@ -14,6 +14,7 @@
/*
* Copyright 1999-2006 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
+ * Copyright (c) 2016 by Delphix. All rights reserved.
*/
#include <sendmail.h>
@@ -1152,7 +1153,7 @@ username()
** TTYPATH -- Get the path of the user's tty
**
** Returns the pathname of the user's tty. Returns NULL if
-** the user is not logged in or if s/he has write permission
+** the user is not logged in or if they have write permission
** denied.
**
** Parameters:
diff --git a/usr/src/cmd/sendmail/src/envelope.c b/usr/src/cmd/sendmail/src/envelope.c
index 022c3ca8b2..80fa857e84 100644
--- a/usr/src/cmd/sendmail/src/envelope.c
+++ b/usr/src/cmd/sendmail/src/envelope.c
@@ -10,7 +10,9 @@
* the sendmail distribution.
*
*/
-
+/*
+ * Copyright (c) 2016 by Delphix. All rights reserved.
+ */
#include <sendmail.h>
SM_RCSID("@(#)$Id: envelope.c,v 8.310 2009/12/18 17:08:01 ca Exp $")
@@ -930,7 +932,7 @@ closexscript(e)
** SETSENDER -- set the person who this message is from
**
** Under certain circumstances allow the user to say who
-** s/he is (using -f or -r). These are:
+** they are (using -f or -r). These are:
** 1. The user's uid is zero (root).
** 2. The user's login name is in an approved list (typically
** from a network server).
diff --git a/usr/src/cmd/sendmail/src/savemail.c b/usr/src/cmd/sendmail/src/savemail.c
index 4178245cc5..97816041e8 100644
--- a/usr/src/cmd/sendmail/src/savemail.c
+++ b/usr/src/cmd/sendmail/src/savemail.c
@@ -10,7 +10,9 @@
* the sendmail distribution.
*
*/
-
+/*
+ * Copyright (c) 2016 by Delphix. All rights reserved.
+ */
#include <sendmail.h>
SM_RCSID("@(#)$Id: savemail.c,v 8.314 2009/12/18 17:08:01 ca Exp $")
@@ -23,7 +25,7 @@ static bool pruneroute __P((char *));
**
** If mailing back errors, mail it back to the originator
** together with an error message; otherwise, just put it in
-** dead.letter in the user's home directory (if he exists on
+** dead.letter in the user's home directory (if they exist on
** this machine).
**
** Parameters:
@@ -37,7 +39,7 @@ static bool pruneroute __P((char *));
**
** Side Effects:
** Saves the letter, by writing or mailing it back to the
-** sender, or by putting it in dead.letter in her home
+** sender, or by putting it in dead.letter in their home
** directory.
*/