summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/crypt.34
-rw-r--r--lib/libc/sys/brk.22
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/crypt.3 b/lib/libc/gen/crypt.3
index 8e19bd9..8c09ce4 100644
--- a/lib/libc/gen/crypt.3
+++ b/lib/libc/gen/crypt.3
@@ -42,8 +42,8 @@
.Nm des_cipher
.Nd DES encryption
.Sh SYNOPSIS
-.Ft char
-.Fn *crypt "const char *key" "const char *setting"
+.Ft char *
+.Fn crypt "const char *key" "const char *setting"
.Ft int
.Fn setkey "char *key"
.Ft int
diff --git a/lib/libc/sys/brk.2 b/lib/libc/sys/brk.2
index df11e1f..dfc31fb 100644
--- a/lib/libc/sys/brk.2
+++ b/lib/libc/sys/brk.2
@@ -43,7 +43,7 @@
.Ft int
.Fn brk "const char *addr"
.Ft char *
-.Fn *sbrk "int incr"
+.Fn sbrk "int incr"
.Sh DESCRIPTION
.Bf -symbolic
The brk and sbrk functions are historical curiosities
OpenPOWER on IntegriCloud