mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Fixed synopsis (put all of the function (return) type info in .Ft and
none in .Fn).
This commit is contained in:
parent
ea6bd16b04
commit
f68da8d891
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue