Fixed synopsis (put all of the function (return) type info in .Ft and

none in .Fn).
This commit is contained in:
Bruce Evans 1997-03-19 00:06:09 +00:00
parent ea6bd16b04
commit f68da8d891
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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