diff options
author | remko <remko@FreeBSD.org> | 2008-05-13 21:51:02 +0000 |
---|---|---|
committer | remko <remko@FreeBSD.org> | 2008-05-13 21:51:02 +0000 |
commit | c3a0a8edd5c7765122e984ab18a222742d799138 (patch) | |
tree | 132e4b01b9b57b22900d77dba37c1a9c4b7fff8b /share | |
parent | bb6c6d69c87346db3b1e0a304ea48b8b84718be9 (diff) | |
download | FreeBSD-src-c3a0a8edd5c7765122e984ab18a222742d799138.zip FreeBSD-src-c3a0a8edd5c7765122e984ab18a222742d799138.tar.gz |
The first of thirteen patches by Ed that resolves a documentation
issue in termios.4, ttydefaults.h does not exist in /usr/include
but in /usr/include/sys.
MFC after: 3 days
Submitted by: Ed Schouten (ed at 80386 dot nl)
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/termios.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/termios.4 b/share/man/man4/termios.4 index e905ccf..d6f1e1e 100644 --- a/share/man/man4/termios.4 +++ b/share/man/man4/termios.4 @@ -1511,7 +1511,7 @@ This table lists the array index, the corresponding special character, and the system default value. For an accurate list of the system defaults, consult the header file -.In ttydefaults.h . +.In sys/ttydefaults.h . .Pp .Bl -column "Index Name" "Special Character" -offset indent -compact .It Em "Index Name Special Character Default Value" |