apostrophe.
-/* $OpenBSD: def.h,v 1.16 2015/10/13 08:49:51 guenther Exp $ */
+/* $OpenBSD: def.h,v 1.17 2022/01/28 06:18:41 guenther Exp $ */
/* $NetBSD: def.h,v 1.9 1996/12/28 07:11:00 tls Exp $ */
/*
* SUCH DAMAGE.
*
* @(#)def.h 8.4 (Berkeley) 4/20/95
- * $OpenBSD: def.h,v 1.16 2015/10/13 08:49:51 guenther Exp $
+ * $OpenBSD: def.h,v 1.17 2022/01/28 06:18:41 guenther Exp $
*/
/*
struct var {
struct var *v_link; /* Forward link to next variable */
char *v_name; /* The variable's name */
- char *v_value; /* And it's current value */
+ char *v_value; /* And its current value */
};
struct group {
-/* $OpenBSD: dir.c,v 1.31 2019/06/28 13:35:02 deraadt Exp $ */
+/* $OpenBSD: dir.c,v 1.32 2022/01/28 06:18:41 guenther Exp $ */
/* This file is in the public domain. */
return (TRUE);
}
-/* Create the directory and it's parents. */
+/* Create the directory and its parents. */
/* ARGSUSED */
int
makedir(int f, int n)
-/* $OpenBSD: help.c,v 1.35 2015/03/19 21:22:15 bcallah Exp $ */
+/* $OpenBSD: help.c,v 1.36 2022/01/28 06:18:41 guenther Exp $ */
/* This file is in the public domain. */
/*
* This function creates a table, listing all of the command
* keys and their current bindings, and stores the table in the
- * *help* pop-up buffer. This lets Mg produce it's own wall chart.
+ * *help* pop-up buffer. This lets Mg produce its own wall chart.
*/
/* ARGSUSED */
int
-/* $OpenBSD: interpreter.c,v 1.33 2022/01/20 14:07:34 naddy Exp $ */
+/* $OpenBSD: interpreter.c,v 1.34 2022/01/28 06:18:41 guenther Exp $ */
/*
* This file is in the public domain.
*
/*
* This file attempts to add some 'scripting' functionality into mg.
*
- * The initial goal is to give mg the ability to use it's existing functions
+ * The initial goal is to give mg the ability to use its existing functions
* and structures in a linked-up way. Hopefully resulting in user definable
* functions. The syntax is 'scheme' like but currently it is not a scheme
* interpreter.
-/* $OpenBSD: tags.c,v 1.16 2017/08/06 04:39:45 bcallah Exp $ */
+/* $OpenBSD: tags.c,v 1.17 2022/01/28 06:18:41 guenther Exp $ */
/*
* This file is in the public domain.
/* Underscore character is to be treated as "inword" while
* processing tokens unlike mg's default word traversal. Save
- * and restore it's cinfo value so that tag matching works for
+ * and restore its cinfo value so that tag matching works for
* identifier with underscore.
*/
c = cinfo['_'];
-/* $OpenBSD: docmd.c,v 1.34 2019/06/28 13:35:03 deraadt Exp $ */
+/* $OpenBSD: docmd.c,v 1.35 2022/01/28 06:18:41 guenther Exp $ */
/*
* Copyright (c) 1983 Regents of the University of California.
/*
* For future compatibility we check to see if the server
- * sent it's version number to us. If it did, we use it,
+ * sent its version number to us. If it did, we use it,
* otherwise, we send our version number to the server and let
* it decide if it can handle our protocol version.
*/
return(0);
} else {
/*
- * The server sent it's version number to us
+ * The server sent its version number to us
*/
int proto_version = atoi(&respbuff[1]);
if (proto_version != VERSION) {
-/* $OpenBSD: server.c,v 1.47 2019/06/28 13:35:03 deraadt Exp $ */
+/* $OpenBSD: server.c,v 1.48 2022/01/28 06:18:42 guenther Exp $ */
/*
* Copyright (c) 1983 Regents of the University of California.
}
/*
- * Let client know we want it to send it's version number
+ * Let client know we want it to send its version number
*/
(void) sendcmd(S_VERSION, NULL);
-/* $OpenBSD: showmount.c,v 1.23 2018/04/26 12:42:51 guenther Exp $ */
+/* $OpenBSD: showmount.c,v 1.24 2022/01/28 06:18:42 guenther Exp $ */
/* $NetBSD: showmount.c,v 1.7 1996/05/01 18:14:10 cgd Exp $ */
/*
int xdr_exports(XDR *, struct exportslist **);
/*
- * This command queries the NFS mount daemon for it's mount list and/or
- * it's exports list and prints them out.
+ * This command queries the NFS mount daemon for its mount list and/or
+ * its exports list and prints them out.
* See "NFS: Network File System Protocol Specification, RFC1094, Appendix A"
* and the "Network File System Protocol XXX.."
* for detailed information on the protocol.
-/* $OpenBSD: monitor.c,v 1.230 2022/01/06 22:03:59 djm Exp $ */
+/* $OpenBSD: monitor.c,v 1.231 2022/01/28 06:18:42 guenther Exp $ */
/*
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
* Copyright 2002 Markus Friedl <markus@openbsd.org>
if (auth2_setup_methods_lists(authctxt) != 0) {
/*
* The monitor will continue long enough to let the child
- * run to it's packet_disconnect(), but it must not allow any
+ * run to its packet_disconnect(), but it must not allow any
* authentication to succeed.
*/
debug_f("no valid authentication method lists");