Page MenuHomeFreeBSD

pty.3: Add a HISTORY section
ClosedPublic

Authored by asomers on Jun 2 2018, 9:07 PM.
Tags
None
Referenced Files
F147505378: D15652.id.diff
Wed, Mar 11, 12:22 PM
F147430630: D15652.id.diff
Tue, Mar 10, 10:39 PM
Unknown Object (File)
Mon, Mar 9, 1:31 PM
Unknown Object (File)
Mon, Mar 9, 1:38 AM
Unknown Object (File)
Sun, Mar 8, 9:32 PM
Unknown Object (File)
Fri, Mar 6, 4:14 PM
Unknown Object (File)
Wed, Mar 4, 6:07 PM
Unknown Object (File)
Tue, Mar 3, 8:27 PM
Subscribers

Details

Summary

pty.3: Add a HISTORY section

These functions were first added in 4.3 BSD-Reno, according to
http://unix.superglobalmegacorp.com/ and the CSRG svn repository.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 16981
Build 16849: arc lint + arc unit

Event Timeline

Small nit.

lib/libutil/pty.3
157

You need to do a line-break after the sentence-stop.

bjk added a subscriber: bjk.

Just one nit, otherwise this looks good.

lib/libutil/pty.3
157

The comma should go on the previous line, as

.Fa name ,

(note the space before the comma).

This revision is now accepted and ready to land.Jun 2 2018, 10:31 PM
This revision was automatically updated to reflect the committed changes.