diff options
author | chris <chris@FreeBSD.org> | 1999-08-14 20:51:13 +0000 |
---|---|---|
committer | chris <chris@FreeBSD.org> | 1999-08-14 20:51:13 +0000 |
commit | 0df89b4ce34402174299ad90dd852e88f314a6fb (patch) | |
tree | dabde9a7330333eed42243f8573b717e1538da4f /share | |
parent | bef9e7accbb83397a3373564d589278de2c639cb (diff) | |
download | FreeBSD-src-0df89b4ce34402174299ad90dd852e88f314a6fb.zip FreeBSD-src-0df89b4ce34402174299ad90dd852e88f314a6fb.tar.gz |
Fix bad references, remove some invalid ones such as sa(9).
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.i386/ar.4 | 5 | ||||
-rw-r--r-- | share/man/man4/man4.i386/cx.4 | 4 | ||||
-rw-r--r-- | share/man/man4/man4.i386/psm.4 | 4 | ||||
-rw-r--r-- | share/man/man4/man4.i386/splash.4 | 6 | ||||
-rw-r--r-- | share/man/man4/man4.i386/syscons.4 | 4 | ||||
-rw-r--r-- | share/man/man4/man4.i386/wfd.4 | 6 | ||||
-rw-r--r-- | share/man/man4/od.4 | 6 | ||||
-rw-r--r-- | share/man/man4/psm.4 | 4 | ||||
-rw-r--r-- | share/man/man4/sa.4 | 5 | ||||
-rw-r--r-- | share/man/man4/splash.4 | 6 | ||||
-rw-r--r-- | share/man/man4/syscons.4 | 4 |
11 files changed, 26 insertions, 28 deletions
diff --git a/share/man/man4/man4.i386/ar.4 b/share/man/man4/man4.i386/ar.4 index 6ed5bca..2fc4336 100644 --- a/share/man/man4/man4.i386/ar.4 +++ b/share/man/man4/man4.i386/ar.4 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: ar.4,v 1.9 1998/10/22 14:12:55 bde Exp $ +.\" $Id: ar.4,v 1.10 1999/05/20 09:55:50 yokota Exp $ .\" .Dd November 19, 1995 .Dt AR 4 i386 @@ -92,8 +92,7 @@ them to jhay@mikom.csir.co.za .Sh SEE ALSO .Xr cx 4 , .Xr netintro 4 , -.Xr ifconfig 8 , -.Xr lsdev 8 +.Xr ifconfig 8 .Sh AUTHORS The .Nm ar diff --git a/share/man/man4/man4.i386/cx.4 b/share/man/man4/man4.i386/cx.4 index 0ccb2a2..f87979f 100644 --- a/share/man/man4/man4.i386/cx.4 +++ b/share/man/man4/man4.i386/cx.4 @@ -1,5 +1,5 @@ .\" -.\" $Id: cx.4,v 1.3 1997/03/07 02:49:45 jmg Exp $ +.\" $Id: cx.4,v 1.4 1997/06/23 04:02:37 steve Exp $ .\" .Dd December 12, 1994 .Dt CX 4 i386 @@ -92,7 +92,7 @@ The asynchronous channel device files have the names: Here # is the channel number in hexadecimal form, 0-9-a-f. .Pp The driver fulfills the following standard ioctl requests (see -.Xr ioctl ) : +.Xr ioctl 2 ): .Pp .Bl -tag -width TIOCXXXXX -compact .It Dv TIOCSBRK diff --git a/share/man/man4/man4.i386/psm.4 b/share/man/man4/man4.i386/psm.4 index c4abb40..129e1ac9 100644 --- a/share/man/man4/man4.i386/psm.4 +++ b/share/man/man4/man4.i386/psm.4 @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: psm.4,v 1.15 1999/02/07 05:40:14 yokota Exp $ +.\" $Id: psm.4,v 1.16 1999/05/20 09:56:07 yokota Exp $ .\" .Dd January 30, 1999 .Dt PSM 4 i386 @@ -728,7 +728,7 @@ stream. However, if you are using the \fIXFree86\fP server and experiencing the problem, you may be able to make the X server synchronize with the mouse by switching away to a virtual terminal and getting back to the X server, unless the X server is accessing the mouse via -.Xr moused 1 . +.Xr moused 8 . Clicking any button without moving the mouse may also work. .Sh BUGS The ioctl command diff --git a/share/man/man4/man4.i386/splash.4 b/share/man/man4/man4.i386/splash.4 index a4c12e3..c75ebaf 100644 --- a/share/man/man4/man4.i386/splash.4 +++ b/share/man/man4/man4.i386/splash.4 @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: splash.4,v 1.2 1999/02/10 14:25:03 yokota Exp $ +.\" $Id: splash.4,v 1.3 1999/04/12 18:56:51 des Exp $ .\" .Dd February 9, 1999 .Dt SPLASH 4 i386 @@ -113,7 +113,7 @@ Streaking stars. .El .Pp Screen saver modules can be loaded using -.Xr kldload 1 : +.Xr kldload 8 : .Pp .Dl kldload logo_saver .Pp @@ -248,4 +248,4 @@ module was written by .An Dag-Erling Smørgrav Aq des@FreeBDS.org based on the .Pa splash_bmp -code.
\ No newline at end of file +code. diff --git a/share/man/man4/man4.i386/syscons.4 b/share/man/man4/man4.i386/syscons.4 index 04a728e..70c0390 100644 --- a/share/man/man4/man4.i386/syscons.4 +++ b/share/man/man4/man4.i386/syscons.4 @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: syscons.4,v 1.2 1999/05/20 09:56:14 yokota Exp $ +.\" $Id: syscons.4,v 1.3 1999/07/05 10:03:03 yokota Exp $ .\" .Dd June 30, 1999 .Dt SYSCONS 4 @@ -417,7 +417,6 @@ to the kernel. This manual page is incomplete and urgently needs revision. .Sh SEE ALSO .Xr kbdcontrol 1 , -.Xr kldload 1 , .Xr login 1 , .Xr vidcontrol 1 , .Xr atkbd 4 , @@ -433,6 +432,7 @@ This manual page is incomplete and urgently needs revision. .Xr ttys 5 , .Xr config 8 , .Xr getty 8 , +.Xr kldload 8 , .Xr moused 8 . .Sh HISTORY The diff --git a/share/man/man4/man4.i386/wfd.4 b/share/man/man4/man4.i386/wfd.4 index 776e002..f6a59b7 100644 --- a/share/man/man4/man4.i386/wfd.4 +++ b/share/man/man4/man4.i386/wfd.4 @@ -25,7 +25,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: wfd.4,v 1.5 1998/08/31 16:41:07 wosch Exp $ +.\" $Id: wfd.4,v 1.6 1999/05/29 13:08:12 nik Exp $ .\" .Dd January 16, 1998 .Dt WFD 4 @@ -227,11 +227,11 @@ slice, partition .Ar p .El .Sh SEE ALSO -.Xr fdisk 1 , .Xr wcd 4 , .Xr wd 4 , .Xr disklabel 5 , -.Xr disklabel 8 +.Xr disklabel 8 , +.Xr fdisk 8 .Sh AUTHORS .An Junichi\ Satoh\ Aq junichi@jp.FreeBSD.org .Sh HISTORY diff --git a/share/man/man4/od.4 b/share/man/man4/od.4 index ae689b9..ceaa19e 100644 --- a/share/man/man4/od.4 +++ b/share/man/man4/od.4 @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: od.4,v 1.3 1997/12/25 09:36:40 hoek Exp $ +.\" $Id: od.4,v 1.4 1998/03/12 07:30:17 charnier Exp $ .\" .Dd March 16, 1997 .Dt OD 4 @@ -273,12 +273,12 @@ as being used by .Sh DIAGNOSTICS None. .Sh SEE ALSO -.Xr fdisk 1 , .Xr cd 4 , .Xr scsi 4 , .Xr sd 4 , .Xr disklabel 5 , -.Xr disklabel 8 +.Xr disklabel 8 , +.Xr fdisk 8 .Sh AUTHORS .An Shunsuke Akiyama Aq akiyama@jp.FreeBSD.org .Sh HISTORY diff --git a/share/man/man4/psm.4 b/share/man/man4/psm.4 index c4abb40..129e1ac9 100644 --- a/share/man/man4/psm.4 +++ b/share/man/man4/psm.4 @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: psm.4,v 1.15 1999/02/07 05:40:14 yokota Exp $ +.\" $Id: psm.4,v 1.16 1999/05/20 09:56:07 yokota Exp $ .\" .Dd January 30, 1999 .Dt PSM 4 i386 @@ -728,7 +728,7 @@ stream. However, if you are using the \fIXFree86\fP server and experiencing the problem, you may be able to make the X server synchronize with the mouse by switching away to a virtual terminal and getting back to the X server, unless the X server is accessing the mouse via -.Xr moused 1 . +.Xr moused 8 . Clicking any button without moving the mouse may also work. .Sh BUGS The ioctl command diff --git a/share/man/man4/sa.4 b/share/man/man4/sa.4 index df8ff4a..ba5fb0b 100644 --- a/share/man/man4/sa.4 +++ b/share/man/man4/sa.4 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: sa.4,v 1.16 1999/05/08 21:28:18 ken Exp $ +.\" $Id: sa.4,v 1.17 1999/06/06 23:23:50 mjacob Exp $ .\" .Dd June 6, 1999 .Dt SA 4 @@ -196,8 +196,7 @@ Support for fast indexing by use of partitions is missing. None. .Sh SEE ALSO .Xr mt 1 , -.Xr scsi 4 , -.Xr sa 9 +.Xr scsi 4 .Sh HISTORY The .Nm sa diff --git a/share/man/man4/splash.4 b/share/man/man4/splash.4 index a4c12e3..c75ebaf 100644 --- a/share/man/man4/splash.4 +++ b/share/man/man4/splash.4 @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: splash.4,v 1.2 1999/02/10 14:25:03 yokota Exp $ +.\" $Id: splash.4,v 1.3 1999/04/12 18:56:51 des Exp $ .\" .Dd February 9, 1999 .Dt SPLASH 4 i386 @@ -113,7 +113,7 @@ Streaking stars. .El .Pp Screen saver modules can be loaded using -.Xr kldload 1 : +.Xr kldload 8 : .Pp .Dl kldload logo_saver .Pp @@ -248,4 +248,4 @@ module was written by .An Dag-Erling Smørgrav Aq des@FreeBDS.org based on the .Pa splash_bmp -code.
\ No newline at end of file +code. diff --git a/share/man/man4/syscons.4 b/share/man/man4/syscons.4 index 04a728e..70c0390 100644 --- a/share/man/man4/syscons.4 +++ b/share/man/man4/syscons.4 @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: syscons.4,v 1.2 1999/05/20 09:56:14 yokota Exp $ +.\" $Id: syscons.4,v 1.3 1999/07/05 10:03:03 yokota Exp $ .\" .Dd June 30, 1999 .Dt SYSCONS 4 @@ -417,7 +417,6 @@ to the kernel. This manual page is incomplete and urgently needs revision. .Sh SEE ALSO .Xr kbdcontrol 1 , -.Xr kldload 1 , .Xr login 1 , .Xr vidcontrol 1 , .Xr atkbd 4 , @@ -433,6 +432,7 @@ This manual page is incomplete and urgently needs revision. .Xr ttys 5 , .Xr config 8 , .Xr getty 8 , +.Xr kldload 8 , .Xr moused 8 . .Sh HISTORY The |