Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Aug 1999 16:19:51 +0400 (MSD)
From:      "Alexey M. Zelkin" <phantom@cris.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/13289: [PATCH] sc is documented, but manpage not present
Message-ID:  <199908211219.QAA10489@scorpion.crimea.ua>

next in thread | raw e-mail | index | archive | help

>Number:         13289
>Category:       docs
>Synopsis:       sc is documented, but manpage not present
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 21 06:30:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Alexey Zelkin
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
Home
>Environment:

-current, last cvsuped few hours ago

>Description:

sc.4 (AKA syscons.4) is documented (see syscons(4)), but manpage sc(4) not
present. This patch is fixing that. I think it's required because we have
documenation about almost all drivers listed in LINT, but sc manpage
still not present.

>How-To-Repeat:
>Fix:
	
Index: Makefile
===================================================================
RCS file: /usr/local/CVSROOT/src/share/man/man4/man4.i386/Makefile,v
retrieving revision 1.112
diff -c -r1.112 Makefile
*** Makefile	1999/07/27 06:52:46	1.112
--- Makefile	1999/01/21 11:12:50
***************
*** 80,86 ****
  MLINKS+=	splash.4 ../splash.4 \
  		splash.4 screensaver.4 splash.4 ../screensaver.4
  MLINKS+=	sr.4 ../sr.4
! MLINKS+=	syscons.4 ../syscons.4
  MLINKS+=	sysmouse.4 ../sysmouse.4
  MLINKS+=	ti.4 ../ti.4
  MLINKS+=	tl.4 ../tl.4
--- 80,87 ----
  MLINKS+=	splash.4 ../splash.4 \
  		splash.4 screensaver.4 splash.4 ../screensaver.4
  MLINKS+=	sr.4 ../sr.4
! MLINKS+=	syscons.4 ../syscons.4 \
! 		syscons.4 sc.4 syscons.4 ../sc.4
  MLINKS+=	sysmouse.4 ../sysmouse.4
  MLINKS+=	ti.4 ../ti.4
  MLINKS+=	tl.4 ../tl.4

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908211219.QAA10489>