From 9882152ddeed273aef483868da9d3bde0b75140f Mon Sep 17 00:00:00 2001 From: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> Date: Mon, 15 Jul 2024 20:43:20 +0200 Subject: [PATCH] fem(1) --- README.md | 5 +++++ fem.1 | 22 ++++++++++++++++++++++ rendered | 31 +++++++++++++++++++++++++++++++ 3 files changed, 58 insertions(+) create mode 100644 README.md create mode 100644 fem.1 create mode 100644 rendered diff --git a/README.md b/README.md new file mode 100644 index 0000000..9208196 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# fem(1) + +```sh +groff -Tascii -man fem.1 +``` diff --git a/fem.1 b/fem.1 new file mode 100644 index 0000000..2e082c6 --- /dev/null +++ b/fem.1 @@ -0,0 +1,22 @@ +.TH FEM 1 "2 May 24" +.SH NAME +fem - fast editor machine for feminizing and transforming input +.SH SYNOPSIS +\fBfem\fP [ -V ] [ --version ] [ -f ] [ --force ] [ -r ] [ --reverse ] +.SH DESCRIPTION +\fBfem\fP takes in arbitrary input and feminizes it. +.SS Options +.TP +\fB--version\fP, \fB-V\fP +Output version information and exit. +.TP +\fB--force\fP, \fB-f\fP +Forcefully feminizes the input, even if it does not comply. To be used with caution, as it can cause lasting harm. +.TP +\fB--reverse\fP, \fB-r\fP +Reverses a previous feminization. May also be used to perform a masculinization on non-feminized feminine input, +although that mode of operation has not yet been tested. +.SH "SEE ALSO" +rustc(1) +.SH BUGS +No known bugs. diff --git a/rendered b/rendered new file mode 100644 index 0000000..237dd71 --- /dev/null +++ b/rendered @@ -0,0 +1,31 @@ +FEM(1) General Commands Manual FEM(1) + +NAME + fem - fast editor machine for feminizing and transforming input + +SYNOPSIS + fem [ -V ] [ --version ] [ -f ] [ --force ] [ -r ] [ --reverse ] + +DESCRIPTION + fem takes in arbitrary input and feminizes it. + + Options + --version, -V + Output version information and exit. + + --force, -f + Forcefully feminizes the input, even if it does not comply. To + be used with caution, as it can cause lasting harm. + + --reverse, -r + Reverses a previous feminization. May also be used to perform a + masculinization on non-feminized feminine input, although that + mode of operation has not yet been tested. + +SEE ALSO + rustc(1) + +BUGS + No known bugs. + + 2 May 24 FEM(1)