summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornayden <nayden@openbsd.org>2017-08-11 17:20:25 +0000
committernayden <nayden@openbsd.org>2017-08-11 17:20:25 +0000
commitbfe032587119fc59b6e4bf16fbc87db8aeb3aa46 (patch)
tree40618365c5d59c5ebbcc19b598506264a11f7dc6
parentImprove pretty printing of pointers. (diff)
downloadwireguard-openbsd-bfe032587119fc59b6e4bf16fbc87db8aeb3aa46.tar.xz
wireguard-openbsd-bfe032587119fc59b6e4bf16fbc87db8aeb3aa46.zip
Fix typo in SEE ALSO section.
ok mpi@, jmc@
-rw-r--r--usr.bin/ctfconv/ctfstrip.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ctfconv/ctfstrip.1 b/usr.bin/ctfconv/ctfstrip.1
index 18884a5fe3d..3e07ad2a9f5 100644
--- a/usr.bin/ctfconv/ctfstrip.1
+++ b/usr.bin/ctfconv/ctfstrip.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ctfstrip.1,v 1.3 2017/08/11 16:45:33 jmc Exp $
+.\" $OpenBSD: ctfstrip.1,v 1.4 2017/08/11 17:20:25 nayden Exp $
.\"
.\" Copyright (c) 2017 Martin Pieuchot
.\"
@@ -47,6 +47,6 @@ Remove debug sections.
.Sh EXIT STATUS
.Ex -std ctfstrip
.Sh SEE ALSO
-.Xr ctfconvert 1 ,
+.Xr ctfconv 1 ,
.Xr strip 1 ,
.Xr elf 5