[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/09: gnu: glkterm: Use @code in description.
From: |
Tobias Geerinckx-Rice |
Subject: |
05/09: gnu: glkterm: Use @code in description. |
Date: |
Wed, 29 Mar 2017 16:05:15 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit dbe7095b4641e0a5c2fef53701267fcb00c39e74
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Mar 29 19:01:20 2017 +0200
gnu: glkterm: Use @code in description.
* gnu/packages/games.scm (glkterm)[description]: Use @code.
---
gnu/packages/games.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 80c5cc3..5e4257a 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1001,7 +1001,7 @@ in different ways.")
primarily designed for interactive fiction, but it should be suitable for many
interactive text utilities, particularly those based on a command line.
This is an implementation of the Glk library which runs in a terminal window,
-using the curses.h library for screen control.")
+using the @code{curses.h} library for screen control.")
(license (license:fsf-free "file://README"))))
(define-public glulxe
- branch master updated (8615da9 -> a29d329), Tobias Geerinckx-Rice, 2017/03/29
- 06/09: gnu: glulxe: Fix typo., Tobias Geerinckx-Rice, 2017/03/29
- 09/09: gnu: games: Don't MKDIR before INSTALL-FILE., Tobias Geerinckx-Rice, 2017/03/29
- 01/09: gnu: Add httpfs2., Tobias Geerinckx-Rice, 2017/03/29
- 05/09: gnu: glkterm: Use @code in description.,
Tobias Geerinckx-Rice <=
- 02/09: gnu: hyperrogue: Improve description., Tobias Geerinckx-Rice, 2017/03/29
- 03/09: gnu: zstd: Update to 1.1.4., Tobias Geerinckx-Rice, 2017/03/29
- 04/09: gnu: games: Use INSTALL-FILE., Tobias Geerinckx-Rice, 2017/03/29
- 08/09: gnu: retroarch: Don't use %OUTPUT., Tobias Geerinckx-Rice, 2017/03/29
- 07/09: gnu: games: Use ‘modify-phases’., Tobias Geerinckx-Rice, 2017/03/29