diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2000-12-13 14:27:39 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2000-12-13 14:27:39 +0000 |
commit | 347fe2f8a84be3c920732ff2c32cee085ba5518b (patch) | |
tree | 851eedb85c05a4376e30ac2cd97f84ce56c12856 /games/gnarr/files/patch-ac | |
parent | Update to version 2.9.6. (diff) |
gnarr is a progrm for generating battle cries, suitable for inclusion
in login profile scripts a la fortune.
Notes
Notes:
svn path=/head/; revision=35953
Diffstat (limited to 'games/gnarr/files/patch-ac')
-rw-r--r-- | games/gnarr/files/patch-ac | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/games/gnarr/files/patch-ac b/games/gnarr/files/patch-ac new file mode 100644 index 000000000000..ee0697db4553 --- /dev/null +++ b/games/gnarr/files/patch-ac @@ -0,0 +1,41 @@ +--- gnarr.6 2000/12/13 13:10:33 1.1.1.1 ++++ gnarr.6 2000/12/13 14:16:02 1.2 +@@ -3,7 +3,7 @@ + .SH NAME + gnarr - generate a dwarven battle cry + +-\fBgnarr \fR[\fI-1\fR] ++\fBgnarr \fR[\fB-1m\fR] + .br + \fBgnarr -l\fR + .br +@@ -18,21 +18,24 @@ + + .SH OPTIONS + .IP -1 +-Print one battle cry and exit (normal behavior is to prompt for another). ++Print one battle cry and exit (normal behavior, as opposed to \fB-m\fR). + Suitable for use in scripts. + ++.IP -h ++Print a help text describing command options. ++ ++.IP -m ++Print battle cries, prompting for more after each one. ++ + .IP -l + Print all replacements Gnarr can make to templates. You should probably + pipe this to a pager. + +-.IP -h +-Print a help text describing command options. +- + .IP -v + Print version information. + + .SH FILES +-.IP \fB/etc/gnarrrc/fR, \fB~/.gnarrrc\fR ++.IP \fB/etc/gnarrrc\fR,\ \fB~/.gnarrrc\fR + Contains the templates Gnarr uses to construct battle cries; one is a global + system file (installed with Gnarr), the other is user-specific. + |