From a4d7f0eff350d77e4a437514bd72a5fdbd45e8d4 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 3 Mar 2017 12:22:30 -0800 Subject: [PATCH] config-solaris: Fix "VNIC`s" -> "VNIC's" typo Unwind an overly-aggressive backtick replacement from f9dc90b0 (make link usage consistent across the specification, 2017-02-09, #687). Signed-off-by: W. Trevor King --- config-solaris.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-solaris.md b/config-solaris.md index fb28a66e0..7654b6b00 100644 --- a/config-solaris.md +++ b/config-solaris.md @@ -91,7 +91,7 @@ Mapped to `allowed-address` in the [zonecfg(1M)][zonecfg.1m] man page. When it is set to false, the allowedAddress will not be configured on container start. Mapped to `configure-allowed-address` in the [zonecfg(1M)][zonecfg.1m] man page. * **`defrouter`** *(string, OPTIONAL)* The value for the OPTIONAL default router. -* **`macAddress`** *(string, OPTIONAL)* Set the VNIC`s MAC addresses based on the specified value or keyword. +* **`macAddress`** *(string, OPTIONAL)* Set the VNIC's MAC addresses based on the specified value or keyword. If not a keyword, it is interpreted as a unicast MAC address. For a list of the supported keywords please refer to the [zonecfg(1M)][zonecfg.1m] man page of the respective Solaris release. Mapped to `mac-address` in the [zonecfg(1M)][zonecfg.1m] man page.