Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/altq/altqstat s/inferface/interface/
details: https://anonhg.NetBSD.org/src/rev/03f8ca4055bf
branches: trunk
changeset: 374592:03f8ca4055bf
user: andvar <andvar%NetBSD.org@localhost>
date: Sun May 07 11:41:49 2023 +0000
description:
s/inferface/interface/
diffstat:
share/man/man4/man4.sandpoint/satmgr.4 | 4 ++--
usr.sbin/altq/altqstat/quip_client.c | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 3f3449abd507 -r 03f8ca4055bf share/man/man4/man4.sandpoint/satmgr.4
--- a/share/man/man4/man4.sandpoint/satmgr.4 Sat May 06 22:17:28 2023 +0000
+++ b/share/man/man4/man4.sandpoint/satmgr.4 Sun May 07 11:41:49 2023 +0000
@@ -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
diff -r 3f3449abd507 -r 03f8ca4055bf usr.sbin/altq/altqstat/quip_client.c
--- a/usr.sbin/altq/altqstat/quip_client.c Sat May 06 22:17:28 2023 +0000
+++ b/usr.sbin/altq/altqstat/quip_client.c Sun May 07 11:41:49 2023 +0000
@@ -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);
Home |
Main Index |
Thread Index |
Old Index