| Summary: | [patch] Missing .Pp in syscons.4 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Jimmy Olgeni <olgeni> | ||||
| Component: | Books & Articles | Assignee: | Joel Dahl <joel> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Jimmy Olgeni
2013-04-20 16:30:01 UTC
Responsible Changed From-To: freebsd-doc->joel Take. Author: joel (doc committer) Date: Sat Apr 20 22:26:33 2013 New Revision: 249712 URL: http://svnweb.freebsd.org/changeset/base/249712 Log: Add missing Pp. Also remove some minor whitespace. PR: 177995 Submitted by: olgeni Modified: head/share/man/man4/syscons.4 Modified: head/share/man/man4/syscons.4 ============================================================================== --- head/share/man/man4/syscons.4 Sat Apr 20 22:16:49 2013 (r249711) +++ head/share/man/man4/syscons.4 Sat Apr 20 22:26:33 2013 (r249712) @@ -471,9 +471,9 @@ device atkbdc device atkbd device vga device sc - device splash .Ed +.Pp You also need the following lines in .Pa /boot/device.hints for these drivers. _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Patch committed. Thanks! |