diff options
author | bde <bde@FreeBSD.org> | 1997-03-19 00:32:42 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-03-19 00:32:42 +0000 |
commit | 3d671533150c40efd34c69490e5cfb7e36788a9e (patch) | |
tree | 0a99c5798d936b773ca4c7e324af871d1c60cd0c /lib/libcompat/4.1/stty.3 | |
parent | 77fbf631665fba943aaf9294c01df4f1bc82a176 (diff) | |
download | FreeBSD-src-3d671533150c40efd34c69490e5cfb7e36788a9e.zip FreeBSD-src-3d671533150c40efd34c69490e5cfb7e36788a9e.tar.gz |
Fixed missing function types in synopsis.
Diffstat (limited to 'lib/libcompat/4.1/stty.3')
-rw-r--r-- | lib/libcompat/4.1/stty.3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libcompat/4.1/stty.3 b/lib/libcompat/4.1/stty.3 index eb3a5c8..32bb114 100644 --- a/lib/libcompat/4.1/stty.3 +++ b/lib/libcompat/4.1/stty.3 @@ -40,7 +40,9 @@ .Nd set and get terminal state (defunct) .Sh SYNOPSIS .Fd #include <sgtty.h> +.Ft int .Fn stty "int fd" "struct sgttyb *buf" +.Ft int .Fn gtty "int fd" "struct sgttyb *buf" .Sh DESCRIPTION .Bf -symbolic |