git: 64de420784 - main - handbook/wine: Add a missing period
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 26 Mar 2023 23:03:07 UTC
The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/doc/commit/?id=64de42078429efe6335c3df88a36b6944fb50b13 commit 64de42078429efe6335c3df88a36b6944fb50b13 Author: Danilo G. Baio <dbaio@FreeBSD.org> AuthorDate: 2023-03-26 22:54:25 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> CommitDate: 2023-03-26 22:56:40 +0000 handbook/wine: Add a missing period Submitted by: why-blip Reviewed by: pauamma@gundo.com Pull Request: https://github.com/freebsd/freebsd-doc/pull/85 --- documentation/content/en/books/handbook/wine/_index.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/documentation/content/en/books/handbook/wine/_index.adoc b/documentation/content/en/books/handbook/wine/_index.adoc index 9e90f1b12f..8d216ed495 100644 --- a/documentation/content/en/books/handbook/wine/_index.adoc +++ b/documentation/content/en/books/handbook/wine/_index.adoc @@ -59,7 +59,8 @@ It will also translate any responses as needed into what the Windows(R) software So in some ways, it _emulates_ a Windows(R) environment, in that it provides many of the resources Windows(R) applications are expecting. However, it is not an emulator in the traditional sense. -Many of these solutions operate by constructing an entire other computer using software processes in place of hardware Virtualization (such as that provided by the package:emulators/qemu[] port) operates in this way. +Many of these solutions operate by constructing an entire other computer using software processes in place of hardware. +Virtualization (such as that provided by the package:emulators/qemu[] port) operates in this way. One of the benefits of this approach is the ability to install a full version of the OS in question to the emulator. It means that the environment will not look any different to applications than a real machine, and chances are good that everything will work on it. The downside to this approach is the fact that software acting as hardware is inherently slower than actual hardware.