Skip to content

Commit

Permalink
1.2
Browse files Browse the repository at this point in the history
Replaced UTF-8 chars
  • Loading branch information
PQCraft authored Sep 30, 2021
1 parent 30407dc commit e3d581a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions interjection.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <string.h>
#include <signal.h>

char VER[] = "1.1";
char VER[] = "1.2";

char* GNU = NULL;
char* Linux = NULL;
Expand Down Expand Up @@ -56,15 +56,15 @@ int main(int argc, char *argv[]) {
if (Linux == NULL) {Linux = malloc(6); strcpy(Linux, "Linux");}
printf(
"I'd just like to interject for a moment.\n"
"What youre referring to as %s, is in fact, %s/%s, or as Ive recently taken to calling it, %s plus %s.\n"
"What you're referring to as %s, is in fact, %s/%s, or as I've recently taken to calling it, %s plus %s.\n"
"%s is not an operating system unto itself, but rather another free component of a fully functioning %s system made useful by the %s corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX.\n"
"Many computer users run a modified version of the %s system every day, without realizing it.\n"
"Through a peculiar turn of events, the version of %s which is widely used today is often called “%s”, and many of its users are not aware that it is basically the %s system, developed by the %s Project.\n"
"Through a peculiar turn of events, the version of %s which is widely used today is often called \"%s\", and many of its users are not aware that it is basically the %s system, developed by the %s Project.\n"
"There really is a %s, and these people are using it, but it is just a part of the system they use.\n"
"%s is the kernel: the program in the system that allocates the machines resources to the other programs that you run.\n"
"%s is the kernel: the program in the system that allocates the machine's resources to the other programs that you run.\n"
"The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system.\n"
"%s is normally used in combination with the %s operating system: the whole system is basically %s with %s added, or %s/%s.\n"
"All the so-called “%s” distributions are really distributions of %s/%s.\n",
"All the so-called \"%s\" distributions are really distributions of %s/%s.\n",
Linux, GNU, Linux, GNU, Linux,
Linux, GNU, GNU,
GNU,
Expand Down

0 comments on commit e3d581a

Please sign in to comment.