Author: eadler Date: Mon Mar 19 03:44:19 2018 New Revision: 331169 URL: https://svnweb.freebsd.org/changeset/base/331169
Log: MFC r326249: Update intro(6) - remove hint that doesn't work, add explicit list of games instead, and mention the "bsdgames" port. Modified: stable/11/share/man/man6/intro.6 Directory Properties: stable/11/ (props changed) Modified: stable/11/share/man/man6/intro.6 ============================================================================== --- stable/11/share/man/man6/intro.6 Mon Mar 19 03:38:59 2018 (r331168) +++ stable/11/share/man/man6/intro.6 Mon Mar 19 03:44:19 2018 (r331169) @@ -27,30 +27,33 @@ .\" .\" $FreeBSD$ .\" -.Dd February 16, 1997 +.Dd November 27, 2017 .Dt INTRO 6 .Os .Sh NAME .Nm intro .Nd "introduction to games" .Sh DESCRIPTION -This section contains information about games. +This section contains information about the traditional BSD games. The games are located in .Pa /usr/bin if installed. -You can get a short overview about all the games with the -command: -.Bd -literal -offset indent -$ apropos '\\(6\\)' -.Ed .Sh FILES .Bl -tag -width /usr/bin -compact .It Pa /usr/bin location of games .El .Sh SEE ALSO -.Xr intro 1 +.Xr intro 1 , +.Xr banner 6 , +.Xr caesar 6 , +.Xr fortune 6 , +.Xr grdc 6 , +.Xr morse 6 , +.Xr number 6 , +.Xr pom 6 , +.Xr random 6 .Sh HISTORY In earlier versions of .Fx , @@ -61,3 +64,5 @@ The .Nm section manual page appeared in .Fx 2.2 . +Most of the games were moved into the bsdgames port in +.Fx 5.0 . _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
