diff options
author | sigsegv7 <ian@vegaa.systems> | 2023-10-05 09:24:28 -0400 |
---|---|---|
committer | sigsegv7 <ian@vegaa.systems> | 2023-10-05 09:24:28 -0400 |
commit | 666fc435633ea3a5a61c077d414e6a5861698792 (patch) | |
tree | 51fadb09bf44bb9dd9010496f62c1cc1fb573816 | |
parent | 9c593638967e77076c45725cebef11bfd24e5035 (diff) |
docs: Add author section
Signed-off-by: sigsegv7 <ian@vegaa.systems>
-rw-r--r-- | share/man/man1/meta-rip.1 | 3 | ||||
-rw-r--r-- | share/man/man9/arch.9 | 3 | ||||
-rw-r--r-- | share/man/man9/mmio.9 | 3 | ||||
-rw-r--r-- | share/man/man9/syslog.9 | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/share/man/man1/meta-rip.1 b/share/man/man1/meta-rip.1 index 94d9296..ed8622c 100644 --- a/share/man/man1/meta-rip.1 +++ b/share/man/man1/meta-rip.1 @@ -56,3 +56,6 @@ a meta string: ".previous" \\ ) .Ed + +.Sh AUTHORS +.An Ian Moffett Aq Mt ian@vegaa.systems diff --git a/share/man/man9/arch.9 b/share/man/man9/arch.9 index dca490b..6bcc317 100644 --- a/share/man/man9/arch.9 +++ b/share/man/man9/arch.9 @@ -71,3 +71,6 @@ The function these macros call must return a pointer to a .Ft cpu_info structure. + +.Sh AUTHORS +.An Ian Moffett Aq Mt ian@vegaa.systems diff --git a/share/man/man9/mmio.9 b/share/man/man9/mmio.9 index d960c8c..83ca54c 100644 --- a/share/man/man9/mmio.9 +++ b/share/man/man9/mmio.9 @@ -58,3 +58,6 @@ The argument can be either a physical address or virtual address; however, it is recommended to use virtual addresses for the sake of consistency. + +.Sh AUTHORS +.An Ian Moffett Aq Mt ian@vegaa.systems diff --git a/share/man/man9/syslog.9 b/share/man/man9/syslog.9 index 6b6ecab..d602c11 100644 --- a/share/man/man9/syslog.9 +++ b/share/man/man9/syslog.9 @@ -69,3 +69,6 @@ to be defined by the .Ft __MODULE_NAME() macro found in .Ft sys/cdefs.h + +.Sh AUTHORS +.An Ian Moffett Aq Mt ian@vegaa.systems |