summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJessica Clarke <jrtc27@FreeBSD.org>2020-12-18 22:10:17 +0000
committerJessica Clarke <jrtc27@FreeBSD.org>2020-12-18 22:10:17 +0000
commitccb86b40c172e14b454b44ca52750c24939355ea (patch)
tree38f4acf529cc6d0821655ff856bb24af35b7cc28
parentd68fb8d978bbd3cf1b5db35f309aaeab30636d43 (diff)
downloadsrc-test2-ccb86b40c172e14b454b44ca52750c24939355ea.tar.gz
src-test2-ccb86b40c172e14b454b44ca52750c24939355ea.zip
strerror.3: Fix whitespace issue introduced in r368714
MFC with: 368714
Notes
Notes: svn path=/head/; revision=368770
-rw-r--r--lib/libc/string/strerror.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strerror.3 b/lib/libc/string/strerror.3
index 3ea4145080cd..c877ceb309b5 100644
--- a/lib/libc/string/strerror.3
+++ b/lib/libc/string/strerror.3
@@ -188,7 +188,7 @@ main(void)
perror("open()");
exit(1);
}
- printf("File descriptor: %d\en", fd);
+ printf("File descriptor: %d\en", fd);
return (0);
}
.Ed