From 588020678f34b89925fcfbcaf8f635c5850e8e7a Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 11 Jun 2020 22:10:07 +0200 Subject: all: use more respective language Some terms are normalised on the technical level but may be oppressive on a societal level. Replace them with more technically neutral terms. See the following doc for a longer version: https://tools.ietf.org/id/draft-knodel-terminology-00.html --- docs/linux/setup_ubuntu-host_odroid-c2-board_arm64-kernel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/linux/setup_ubuntu-host_odroid-c2-board_arm64-kernel.md') diff --git a/docs/linux/setup_ubuntu-host_odroid-c2-board_arm64-kernel.md b/docs/linux/setup_ubuntu-host_odroid-c2-board_arm64-kernel.md index a5238207a..dfcd2eaa4 100644 --- a/docs/linux/setup_ubuntu-host_odroid-c2-board_arm64-kernel.md +++ b/docs/linux/setup_ubuntu-host_odroid-c2-board_arm64-kernel.md @@ -302,7 +302,7 @@ Use the following config: "type": "odroid", "vm": { "host_addr": "172.16.0.30", - "slave_addr": "172.16.0.31", + "device_addr": "172.16.0.31", "console": "/dev/ttyUSB0", "hub_bus": 3, "hub_device": 26, -- cgit mrf-deployment