diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-06 14:24:49 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-06 14:24:49 +0000 |
commit | 7024ee7ca35a8033dee9ec0936cd2f3e0251aca2 (patch) | |
tree | d98189a2f8785e0f2217c5b3a2a0a6abe57112d1 /strings.sh | |
parent | bc942b21e65675353944cc575b047c6a80080195 (diff) | |
download | mandoc-7024ee7ca35a8033dee9ec0936cd2f3e0251aca2.tar.gz |
Documented the strings script.
Diffstat (limited to 'strings.sh')
-rw-r--r-- | strings.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -67,6 +67,9 @@ mdoc_a2${name}(const char *p) ! while read in ; do + [ -z "$in" ] && continue; + [ "#" == `echo "$in" | cut -c1` ] && continue; + key=`printf "%s\n" "$in" | cut -f 1` val=`printf "%s\n" "$in" | cut -f 2- | sed 's!^[ ]*!!'` cat <<! |