diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 21:07:28 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 21:07:28 -0400 |
| commit | 711594636704defae873be1a355a292505585afd (patch) | |
| tree | 59ee13f863830d8beba6cfd02bbe813dd486c26f /static/index.html | |
| parent | 3258a063c1f189d7b019e40e525b46bef9b9a7b1 (diff) | |
docs: Added UNIX V10 Manuals
Diffstat (limited to 'static/index.html')
| -rw-r--r-- | static/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/index.html b/static/index.html index 2eb11ab7..72a178d5 100644 --- a/static/index.html +++ b/static/index.html @@ -1,6 +1,6 @@ <h1>Man Pages</h1> <form hx-get="/search" hx-target="#results" hx-swap="innerHTML"> - <input type="text" name="name"> + <input type="text" name="name" size="35"> <input type="submit" value="man"> <br><br> <select name="section" id="section"> @@ -18,6 +18,7 @@ <option value="openbsd">OpenBSD</option> <option value="freebsd">FreeBSB</option> <option value="netbsd">NetBSD</option> + <option value="v10">Unix V10</option> </select> </form> <hr> |
