Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
Fix slightly wrong string escapes in manpage
Browse files Browse the repository at this point in the history
  • Loading branch information
farhaven committed Aug 3, 2016
1 parent 5e856ba commit 6677c9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion wireless.8
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6677c9f

Please sign in to comment.