diff options
author | P. J. McDermott <pjm@nac.net> | 2012-03-20 21:00:47 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-03-20 21:00:47 (EDT) |
commit | 0bf6aa5c81fd2770a6aac0ccca0763269bec883e (patch) | |
tree | 40af23c1ae7c204cab88722837d3b2fded74fa71 | |
parent | 2e3158faa7a5a8a0339cbd2a654f83bf0fb8781b (diff) |
Format program names in bold in opkbuild(1).
-rw-r--r-- | man/opkbuild.1.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/man/opkbuild.1.in b/man/opkbuild.1.in index 93d6d3d..6853013 100644 --- a/man/opkbuild.1.in +++ b/man/opkbuild.1.in @@ -17,11 +17,14 @@ builds binary packages from a source package. .SH OPTIONS .TP .BI \-r \ assume-uid0-cmd -Assume user ID 0 using the specified command (default is `fakeroot'). +Assume user ID 0 using the specified command (default is +.BR fakeroot ). .TP .BI \-p \ target-platform The application platform for which platform-specific packages should be -configured (default is the platform opkg is configured to install). +configured (default is the platform +.B opkg +is configured to install). .TP .BI \-s \ status-override A path to a file with a list of package names and versions to override that |