diff options
| author | Osama Albahrani <osalbahr@gmail.com> | 2025-07-27 10:39:26 +0000 |
|---|---|---|
| committer | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2025-07-27 10:39:26 +0000 |
| commit | c49bd0d688f8f141ab90922976f7026df032b4b6 (patch) | |
| tree | 749d6aa6f40a8b78a8f744bef169f2887aa835d9 | |
| parent | 9efaa8ba1633cdcbef978abcadf4660952fc2407 (diff) | |
Handbook - X11: Fix matching quotation
Pull Request: https://github.com/freebsd/freebsd-doc/pull/528
| -rw-r--r-- | documentation/content/en/books/handbook/x11/_index.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/handbook/x11/_index.adoc b/documentation/content/en/books/handbook/x11/_index.adoc index ed08ab6298..0cefe7bbcd 100644 --- a/documentation/content/en/books/handbook/x11/_index.adoc +++ b/documentation/content/en/books/handbook/x11/_index.adoc @@ -316,7 +316,7 @@ tunable: [source,shell] .... -hw.nvidiadrm.modeset="1' +hw.nvidiadrm.modeset="1" .... Both PRIME and crossref:wayland[wayland-synopsis,Wayland] |
