mirror of
https://github.com/Noratrieb/fem-1.git
synced 2026-01-14 18:55:03 +01:00
fem(1)
This commit is contained in:
parent
ea9ecbc1f0
commit
efe691625e
2 changed files with 37 additions and 42 deletions
41
README.md
41
README.md
|
|
@ -1,5 +1,38 @@
|
||||||
# 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.
|
||||||
|
|
||||||
```sh
|
|
||||||
groff -Tascii -man fem.1
|
|
||||||
```
|
|
||||||
|
|
|
||||||
38
fem.md
38
fem.md
|
|
@ -1,38 +0,0 @@
|
||||||
# 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.
|
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue