diff --git a/assets/manpage/edit.1 b/assets/manpage/edit.1 new file mode 100644 index 000000000000..e14bc1bf53eb --- /dev/null +++ b/assets/manpage/edit.1 @@ -0,0 +1,26 @@ +.TH EDIT 1 "version 1.0" "May 2025" +.SH NAME +edit \- a simple text editor +.SH SYNOPSIS +\fBedit\fP [\fIOPTIONS\fP]... [\fIARGUMENTS\fP]... +.SH DESCRIPTION +edit is a simple text editor inspired by MS-DOS edit. +.SH EDITING +Edit is an interactive mode-less editor. Use Alt-F to access the menus. +.SH ARGUMENTS +.TP +\fIFILE[:LINE[:COLUMN]]\fP +The file to open, optionally with line and column (e.g., \fBfoo.txt:123:45\fP). +.SH OPTIONS +.TP +\fB\-h\fP, \fB\-\-help\fP +Print the help message. +.TP +\fB\-v\fP, \fB\-\-version\fP +Print the version number. +.SH COPYRIGHT +Copyright (c) Microsoft Corporation. +.br +Licensed under the MIT License. +.SH SEE ALSO +https://github.com/microsoft/edit