From 4aadc182a62d163816be874504baf1a6375c09e1 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Mon, 11 Sep 2023 20:38:25 +0200 Subject: [PATCH] Fix broken manual references. --- display/display.1 | 2 +- sh/sh.1 | 2 +- share/man/man5/init.5 | 2 +- share/man/man7/following-development.7 | 2 +- share/man/man7/porting.7 | 2 +- tix/tix-build.8 | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/display/display.1 b/display/display.1 index bd82cc63..1721163b 100644 --- a/display/display.1 +++ b/display/display.1 @@ -17,7 +17,7 @@ in windows. .Pp The user's preferred startup applications are launched on startup by launching the -.Xr session +.Xr session 5 program (if set) or otherwise the .Xr displayrc 5 script in the background. diff --git a/sh/sh.1 b/sh/sh.1 index 5f9cc6ab..a493e178 100644 --- a/sh/sh.1 +++ b/sh/sh.1 @@ -55,7 +55,7 @@ The shell is a login shell. Interactive shells run the .Xr profile 5 script on startup instead of the -.Xr shrc +.Xr shrc 5 script. This option is set if the shell is invoked by a name starting with a dash .Sq - . diff --git a/share/man/man5/init.5 b/share/man/man5/init.5 index 2e4c3688..93d59676 100644 --- a/share/man/man5/init.5 +++ b/share/man/man5/init.5 @@ -168,7 +168,7 @@ Like but runs it in .Xr terminal 1 inside the -.Xr display 8 +.Xr display 1 graphical user interface environment. This operating system mode is insecure because it boots straight to root access without a password. diff --git a/share/man/man7/following-development.7 b/share/man/man7/following-development.7 index 314ebff2..065efc89 100644 --- a/share/man/man7/following-development.7 +++ b/share/man/man7/following-development.7 @@ -143,7 +143,7 @@ internal layout that can be directly extracted into the filesystem. The metatdata in .Pa /tix is now using the -.Xr tix-vars 1 +.Xr tix-vars 8 format in the style of .Xr port 5 . .Pp diff --git a/share/man/man7/porting.7 b/share/man/man7/porting.7 index 7afc0fba..57b772d9 100644 --- a/share/man/man7/porting.7 +++ b/share/man/man7/porting.7 @@ -393,7 +393,7 @@ Ports should never install such files and instead rely on for locating dependencies. .Pp The -.Xr tix-eradicate-libtool-la 1 +.Xr tix-eradicate-libtool-la 8 program can be used to remove any installed .Pa .la files in the diff --git a/tix/tix-build.8 b/tix/tix-build.8 index d6821160..72513f0d 100644 --- a/tix/tix-build.8 +++ b/tix/tix-build.8 @@ -30,7 +30,7 @@ builds a source code directory containing a of software for this operating system. .Nm is usually invoked through the higher level -.Xr tix-port 7 . +.Xr tix-port 8 . .Pp The mandatory .Ar port