From 6677c9f90fb7c6f25b964f6dbd4e74a4b813112b Mon Sep 17 00:00:00 2001 From: Gregor Best Date: Wed, 3 Aug 2016 17:54:52 +0200 Subject: [PATCH] Fix slightly wrong string escapes in manpage --- README | 4 ++-- wireless.8 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 49a4a3b..21b8979 100644 --- a/README +++ b/README @@ -44,7 +44,7 @@ CONFIGURATION second parameter. SSIDs and passwords which contain spaces can be enclosed in single or double quotes. Regular string quoting rules apply: - wpa Hello\ foo" 'I'm a password!' + wpa "Hello\"foo" 'I\'m a password!' You can include files with the include statement: @@ -84,4 +84,4 @@ AUTHORS o spedru (improvements to the wpa_supplicant(8) interface) -OpenBSD 6.0 June 14, 2016 OpenBSD 6.0 +OpenBSD 6.0 August 3, 2016 OpenBSD 6.0 diff --git a/wireless.8 b/wireless.8 index 56f5629..c7ad5d1 100644 --- a/wireless.8 +++ b/wireless.8 @@ -60,7 +60,7 @@ gets the password as the second parameter. SSIDs and passwords which contain spaces can be enclosed in single or double quotes. Regular string quoting rules apply: .Pp -.D1 wpa "Hello\e"foo" 'I'm a password!' +.D1 wpa \[dq]Hello\e\[dq]foo\[dq] 'I\e'm a password!' .Pp You can include files with the .Ic include