summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjrtc27 <jrtc27@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>2020-12-18 22:10:17 +0000
committerjrtc27 <jrtc27@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>2020-12-18 22:10:17 +0000
commit8eefbb08676650969e08f6d66fb492d233cdae5c (patch)
tree38f4acf529cc6d0821655ff856bb24af35b7cc28
parent150a9c8ee3ed3e3ad809301a6c20776650f500d9 (diff)
downloadfreebsd-8eefbb08676650969e08f6d66fb492d233cdae5c.tar.gz
freebsd-8eefbb08676650969e08f6d66fb492d233cdae5c.tar.bz2
strerror.3: Fix whitespace issue introduced in r368714
MFC with: 368714 git-svn-id: http://svn.freebsd.org/base/head@368770 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
-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 3ea4145080c..c877ceb309b 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