From 10453f026963d1597df4e785a83d970bb8d85561 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Wed, 12 Apr 2017 21:55:29 +0200 Subject: [PATCH] Fix uname(1) referencing section 4 and not section 5. --- utils/uname.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/uname.1 b/utils/uname.1 index c117c605..001f5393 100644 --- a/utils/uname.1 +++ b/utils/uname.1 @@ -39,5 +39,5 @@ will exit 0 on success and non-zero otherwise. .Sh SEE ALSO .Xr kernelinfo 1 , .Xr uname 2 , -.Xr machine 4 , -.Xr sortix-release 4 +.Xr machine 5 , +.Xr sortix-release 5