Module Name:    src
Committed By:   andvar
Date:           Sun May  7 11:41:49 UTC 2023

Modified Files:
        src/share/man/man4/man4.sandpoint: satmgr.4
        src/usr.sbin/altq/altqstat: quip_client.c

Log Message:
s/inferface/interface/


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/share/man/man4/man4.sandpoint/satmgr.4
cvs rdiff -u -r1.14 -r1.15 src/usr.sbin/altq/altqstat/quip_client.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/man4.sandpoint/satmgr.4
diff -u src/share/man/man4/man4.sandpoint/satmgr.4:1.5 src/share/man/man4/man4.sandpoint/satmgr.4:1.6
--- src/share/man/man4/man4.sandpoint/satmgr.4:1.5	Sun Jan 15 20:27:58 2012
+++ src/share/man/man4/man4.sandpoint/satmgr.4	Sun May  7 11:41:49 2023
@@ -1,4 +1,4 @@
-.\" $NetBSD: satmgr.4,v 1.5 2012/01/15 20:27:58 wiz Exp $
+.\" $NetBSD: satmgr.4,v 1.6 2023/05/07 11:41:49 andvar Exp $
 .\"
 .\" Copyright (c) 2011-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -112,7 +112,7 @@ Set the temperature above which the fan 
 .Sh FILES
 .Bl -tag -width /dev/satmgrX -compact
 .It Pa /dev/satmgr
-communication inferface to
+communication interface to
 .Nm .
 .It Pa /dev/power
 event notify channel to

Index: src/usr.sbin/altq/altqstat/quip_client.c
diff -u src/usr.sbin/altq/altqstat/quip_client.c:1.14 src/usr.sbin/altq/altqstat/quip_client.c:1.15
--- src/usr.sbin/altq/altqstat/quip_client.c:1.14	Fri Feb  7 21:53:20 2020
+++ src/usr.sbin/altq/altqstat/quip_client.c	Sun May  7 11:41:49 2023
@@ -1,4 +1,4 @@
-/*	$NetBSD: quip_client.c,v 1.14 2020/02/07 21:53:20 fox Exp $	*/
+/*	$NetBSD: quip_client.c,v 1.15 2023/05/07 11:41:49 andvar Exp $	*/
 /*	$KAME: quip_client.c,v 1.9 2003/05/17 05:59:00 itojun Exp $	*/
 /*
  * Copyright (C) 1999-2000
@@ -310,7 +310,7 @@ quip_selectinterface(char *ifname)
 	if (server == NULL)
 		return (ifname);
 
-	/* get an inferface list from the server */
+	/* get an interface list from the server */
 	quip_sendrequest(server, "GET list?*\n");
 
 	result_code = quip_recvresponse(server, NULL, buf, &len);

Reply via email to