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

Commit

Permalink
Use ASCII instead of UTF for readme
Browse files Browse the repository at this point in the history
Signed-off-by: Gregor Best <[email protected]>
  • Loading branch information
farhaven committed Jun 14, 2016
1 parent 4756329 commit 5e856ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ CFLAGS += -g -O0
all: $(PROG) README

README: $(MAN)
mandoc -Tutf8 $(MAN) | perl -e 'while (<>) { s/.\x08//g; print }' > $@
mandoc -Tascii $(MAN) | perl -e 'while (<>) { s/.\x08//g; print }' > $@

.include <bsd.prog.mk>
8 changes: 4 additions & 4 deletions README
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
WIRELESS(8) System Manager's Manual WIRELESS(8)

NAME
wireless scan for and configure wireless networks
wireless - scan for and configure wireless networks

SYNOPSIS
wireless [file]
Expand Down Expand Up @@ -78,10 +78,10 @@ SEE ALSO
ifconfig(8) wpa_supplicant(8)

AUTHORS
�• Gregor Best <[email protected]>
o Gregor Best <[email protected]>

�• jggimi (pledging)
o jggimi (pledging)

�• spedru (improvements to the wpa_supplicant(8) interface)
o spedru (improvements to the wpa_supplicant(8) interface)

OpenBSD 6.0 June 14, 2016 OpenBSD 6.0

0 comments on commit 5e856ba

Please sign in to comment.