diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-04-14 13:37:18 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-04-14 13:37:18 +0000 |
| commit | 69b10155b5f6869dd2b599587534f84d560c4991 (patch) | |
| tree | bb3e0ff91f0ce6638b3a1f56483d9e7f1e0b870f | |
| parent | b2280d1b6348771865195121c9ca3e64324cca43 (diff) | |
Notes
| -rw-r--r-- | lib/libc/gen/getttyent.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/getttyent.3 b/lib/libc/gen/getttyent.3 index 51290d9b0bd9..7d2e7ba7595b 100644 --- a/lib/libc/gen/getttyent.3 +++ b/lib/libc/gen/getttyent.3 @@ -46,7 +46,7 @@ .Sh SYNOPSIS .Fd #include <ttyent.h> .Ft struct ttyent * -.Fn getttyent +.Fn getttyent void .Ft struct ttyent * .Fn getttynam "const char *name" .Ft int |
